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

/external/opencv3/modules/features2d/perf/opencl/
H A 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/
H A 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/
H A Dperf_stich.cpp150 SANITY_CHECK_MATCHES(matches);
209 SANITY_CHECK_MATCHES(matches);
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_perf.hpp210 #define SANITY_CHECK_MATCHES(array, ...) ::perf::Regression::addMatches(this, #array, array , ## __VA_ARGS__) macro

Completed in 340 milliseconds