Home
last modified time | relevance | path

Searched refs:SANITY_CHECK_KEYPOINTS (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudafeatures2d/perf/
Dperf_features2d.cpp82 SANITY_CHECK_KEYPOINTS(gpu_keypoints);
90 SANITY_CHECK_KEYPOINTS(cpu_keypoints);
129 SANITY_CHECK_KEYPOINTS(gpu_keypoints, 1e-4);
141 SANITY_CHECK_KEYPOINTS(cpu_keypoints);
/external/opencv3/modules/features2d/perf/
Dperf_orb.cpp31 SANITY_CHECK_KEYPOINTS(points, 1e-5); in PERF_TEST_P()
75 SANITY_CHECK_KEYPOINTS(points, 1e-5); in PERF_TEST_P()
Dperf_fast.cpp39 SANITY_CHECK_KEYPOINTS(points); in PERF_TEST_P()
Dperf_agast.cpp41 SANITY_CHECK_KEYPOINTS(points); in PERF_TEST_P()
/external/opencv3/modules/features2d/perf/opencl/
Dperf_orb.cpp31 SANITY_CHECK_KEYPOINTS(points, 1e-5); in OCL_PERF_TEST_P()
85 SANITY_CHECK_KEYPOINTS(points, 1e-5); in OCL_PERF_TEST_P()
Dperf_fast.cpp41 SANITY_CHECK_KEYPOINTS(points); in OCL_PERF_TEST_P()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp209 #define SANITY_CHECK_KEYPOINTS(array, ...) ::perf::Regression::addKeypoints(this, #array, array , #… macro