Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
Dtest_calib3d.cpp93 ASSERT_POINT3_NEAR(res_gold, res, 1e-5); in CUDA_TEST_P()
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp147 #define ASSERT_POINT3_NEAR(p1, p2, eps) \ macro