// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. // // Copyright (C) 2020 Intel Corporation #ifndef OPENCV_GAPI_RENDER_PERF_TESTS_HPP #define OPENCV_GAPI_RENDER_PERF_TESTS_HPP #include "../../test/common/gapi_tests_common.hpp" #include namespace opencv_test { using namespace perf; class RenderTestFTexts : public TestPerfParams> {}; class RenderTestTexts : public TestPerfParams> {}; class RenderTestRects : public TestPerfParams> {}; class RenderTestCircles : public TestPerfParams> {}; class RenderTestLines : public TestPerfParams> {}; class RenderTestMosaics : public TestPerfParams> {}; class RenderTestImages : public TestPerfParams> {}; class RenderTestPolylines : public TestPerfParams, cv::Scalar, int, int, int, cv::GCompileArgs>> {}; class RenderTestPolyItems : public TestPerfParams> {}; } #endif //OPENCV_GAPI_RENDER_PERF_TESTS_HPP