Home
last modified time | relevance | path

Searched refs:SANITY_CHECK_MATCHES (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/features2d/perf/opencl/
Dperf_brute_force_matcher.cpp76 SANITY_CHECK_MATCHES(matches, 1e-3);
98 SANITY_CHECK_MATCHES(matches0, 1e-3);
99 SANITY_CHECK_MATCHES(matches1, 1e-3);
122 SANITY_CHECK_MATCHES(matches0, 1e-3);
123 SANITY_CHECK_MATCHES(matches1, 1e-3);
/external/opencv3/modules/cudafeatures2d/perf/
Dperf_features2d.cpp181 SANITY_CHECK_MATCHES(gpu_matches);
191 SANITY_CHECK_MATCHES(cpu_matches);
243 SANITY_CHECK_MATCHES(gpu_matches);
256 SANITY_CHECK_MATCHES(cpu_matches);
297 SANITY_CHECK_MATCHES(gpu_matches);
310 SANITY_CHECK_MATCHES(cpu_matches);
/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp150 SANITY_CHECK_MATCHES(matches); in PERF_TEST_P()
209 SANITY_CHECK_MATCHES(matches);
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp210 #define SANITY_CHECK_MATCHES(array, ...) ::perf::Regression::addMatches(this, #array, array , ## __… macro