Home
last modified time | relevance | path

Searched refs:ERROR_RELATIVE (Results 1 – 25 of 28) sorted by relevance

12

/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp94 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
116 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
198 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
416 SANITY_CHECK(result, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
616 SANITY_CHECK(dst, 1.5e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
639 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
663 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
711 SANITY_CHECK(mean0, eps, ERROR_RELATIVE); in OCL_PERF_TEST_P()
712 SANITY_CHECK(mean1, eps, ERROR_RELATIVE); in OCL_PERF_TEST_P()
713 SANITY_CHECK(mean2, eps, ERROR_RELATIVE); in OCL_PERF_TEST_P()
[all …]
Dperf_dxt.cpp92 SANITY_CHECK(dst, 1e-5, ERROR_RELATIVE);
/external/opencv3/modules/core/perf/
Dperf_norm.cpp33 SANITY_CHECK(n, 1e-6, ERROR_RELATIVE);
56 SANITY_CHECK(n, 1e-6, ERROR_RELATIVE);
79 SANITY_CHECK(n, 1e-5, ERROR_RELATIVE);
103 SANITY_CHECK(n, 1e-5, ERROR_RELATIVE);
183 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE);
199 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
Dperf_stat.cpp21 SANITY_CHECK(s, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
68 SANITY_CHECK(mean, 1e-5, ERROR_RELATIVE); in PERF_TEST_P()
69 SANITY_CHECK(dev, 1e-5, ERROR_RELATIVE); in PERF_TEST_P()
Dperf_dft.cpp38 SANITY_CHECK(dst, 1e-5, ERROR_RELATIVE); in PERF_TEST_P()
68 SANITY_CHECK(dst, 1e-5, ERROR_RELATIVE);
Dperf_dot.cpp30 SANITY_CHECK(product, 1e-6, ERROR_RELATIVE);
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_imgproc.cpp171 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
192 SANITY_CHECK(dst, 5e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
213 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
234 SANITY_CHECK(dst, 2e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
250 SANITY_CHECK(sum, 2e-4, ERROR_RELATIVE); in OCL_PERF_TEST_P()
251 SANITY_CHECK(sqsum, 5e-5, ERROR_RELATIVE); in OCL_PERF_TEST_P()
Dperf_moments.cpp73 SANITY_CHECK_MOMENTS(m, 1e-6, ERROR_RELATIVE); in OCL_PERF_TEST_P()
Dperf_matchTemplate.cpp43 SANITY_CHECK(result, eps, ERROR_RELATIVE);
/external/opencv3/modules/imgproc/perf/
Dperf_corners.cpp37 SANITY_CHECK(dst, 2e-5, ERROR_RELATIVE);
67 SANITY_CHECK(l1, 2e-5, ERROR_RELATIVE);
91 SANITY_CHECK(dst, 2e-5, ERROR_RELATIVE);
Dperf_pyramids.cpp18 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
39 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
61 perf::ERROR_TYPE error_type = CV_MAT_DEPTH(matType) <= CV_32S ? ERROR_ABSOLUTE : ERROR_RELATIVE; in PERF_TEST_P()
Dperf_phasecorr.cpp21 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
Dperf_bilateral.cpp37 SANITY_CHECK(dst, .01, ERROR_RELATIVE);
Dperf_moments.cpp43 SANITY_CHECK_MOMENTS(m, 2e-4, ERROR_RELATIVE); in PERF_TEST_P()
Dperf_blur.cpp136 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
164 SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
Dperf_filter2d.cpp73 SANITY_CHECK(filteredImage, 1e-6, ERROR_RELATIVE);
Dperf_integral.cpp83 SANITY_CHECK(tilted, 1e-6, tilted.depth() > CV_32S ? ERROR_RELATIVE : ERROR_ABSOLUTE); in PERF_TEST_P()
/external/opencv3/modules/cudaarithm/perf/
Dperf_reductions.cpp77 SANITY_CHECK(gpu_dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
85 SANITY_CHECK(cpu_dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
152 SANITY_CHECK(gpu_dst, 1e-5, ERROR_RELATIVE); in PERF_TEST_P()
160 SANITY_CHECK(cpu_dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
188 SANITY_CHECK(gpu_dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
220 SANITY_CHECK(gpu_dst, 1e-6, ERROR_RELATIVE); in PERF_TEST_P()
Dperf_arithm.cpp89 CUDA_SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE);
195 CUDA_SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE);
241 CUDA_SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE);
/external/opencv3/modules/cudaimgproc/perf/
Dperf_match_template.cpp83 CUDA_SANITY_CHECK(dst, 1e-5, ERROR_RELATIVE);
125 CUDA_SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE);
Dperf_color.cpp252 CUDA_SANITY_CHECK(dst, 1e-3, ERROR_RELATIVE); in PERF_TEST_P()
/external/opencv3/modules/calib3d/perf/opencl/
Dperf_stereobm.cpp72 SANITY_CHECK(disp, 1e-3, ERROR_RELATIVE);
/external/opencv3/modules/video/perf/opencl/
Dperf_optflow_dualTVL1.cpp107 SANITY_CHECK(uFlow, eps, ERROR_RELATIVE);
Dperf_optflow_farneback.cpp109 SANITY_CHECK(uFlow, eps, ERROR_RELATIVE);
/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp173 CUDA_SANITY_CHECK(dst, 1e-3, ERROR_RELATIVE);
356 CUDA_SANITY_CHECK(dst, 1e-3, ERROR_RELATIVE); in PERF_TEST_P()

12