Home
last modified time | relevance | path

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

/external/opencv3/modules/cudabgsegm/test/
Dtest_bgsegm.cpp128 ASSERT_MAT_SIMILAR(foreground_gold, foreground, 1e-2); in CUDA_TEST_P()
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp162 #define ASSERT_MAT_SIMILAR(mat1, mat2, eps) \ macro