Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp332 … #define ASSERT_KEYPOINTS_EQ(gold, actual) EXPECT_PRED_FORMAT2(assertKeyPointsEquals, gold, actual) macro
/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp101 ASSERT_KEYPOINTS_EQ(keypoints_gold, keypoints); in CUDA_TEST_P()