TestUtils 79 modules/imgproc/test/ocl/test_houghlines.cpp EXPECT_LE(TestUtils::checkNorm2(lines_cpu, lines_gpu), eps); TestUtils 117 modules/imgproc/test/ocl/test_imgproc.cpp TestUtils::Border border; TestUtils 52 modules/stitching/test/ocl/test_warpers.cpp public Test, public TestUtils TestUtils 94 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNorm1(mat), eps) \ TestUtils 102 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNorm2(mat1, mat2), eps) \ TestUtils 111 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNormRelative(mat1, mat2), eps) \ TestUtils 131 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNorm2(name ## _roi, u ## name ## _roi), eps) \ TestUtils 140 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNorm2(name, u ## name, _mask), eps) \ TestUtils 149 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNormRelative(name ## _roi, u ## name ## _roi), eps) \ TestUtils 158 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNormRelative(name, u ## name, _mask), eps) \ TestUtils 168 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNormRelativeSparse(name ## _roi, u ## name ## _roi), eps) \ TestUtils 177 modules/ts/include/opencv2/ts/ocl_test.hpp EXPECT_LE(TestUtils::checkNormRelativeSparse(name, u ## name, _mask), eps) \ TestUtils 322 modules/ts/include/opencv2/ts/ocl_test.hpp struct CV_EXPORTS TSTestWithParam : public TestUtils, public ::testing::TestWithParam<T> TestUtils 220 modules/ts/src/ocl_test.cpp Mat TestUtils::readImage(const String &fileName, int flags) TestUtils 225 modules/ts/src/ocl_test.cpp Mat TestUtils::readImageType(const String &fname, int type) TestUtils 238 modules/ts/src/ocl_test.cpp double TestUtils::checkNorm1(InputArray m, InputArray mask) TestUtils 243 modules/ts/src/ocl_test.cpp double TestUtils::checkNorm2(InputArray m1, InputArray m2, InputArray mask) TestUtils 248 modules/ts/src/ocl_test.cpp double TestUtils::checkSimilarity(InputArray m1, InputArray m2) TestUtils 255 modules/ts/src/ocl_test.cpp double TestUtils::checkRectSimilarity(const Size & sz, std::vector<Rect>& ob1, std::vector<Rect>& ob2) TestUtils 298 modules/ts/src/ocl_test.cpp void TestUtils::showDiff(InputArray _src, InputArray _gold, InputArray _actual, double eps, bool alwaysShow)