Home
last modified time | relevance | path

Searched refs:assertMatNear (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp110 …CV_EXPORTS testing::AssertionResult assertMatNear(const char* expr1, const char* expr2, const char…
112 #define EXPECT_MAT_NEAR(m1, m2, eps) EXPECT_PRED_FORMAT3(cvtest::assertMatNear, m1, m2, eps)
113 #define ASSERT_MAT_NEAR(m1, m2, eps) ASSERT_PRED_FORMAT3(cvtest::assertMatNear, m1, m2, eps)
/external/opencv3/modules/ts/src/
Dcuda_test.cpp318 …AssertionResult assertMatNear(const char* expr1, const char* expr2, const char* eps_expr, InputArr… in assertMatNear() function