X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Focl%2Fperf%2Fperf_match_template.cpp;h=9c9829cd9719802efe016ce921ed2f0abf2d15fb;hb=aacf188e837324b5e35dac9d2accaa332a83d346;hp=68192cf803fd3f65d67323bdefc3ba5cd8fae2c9;hpb=b8c46f4cce61d9844adc656202c4347d1af8bd3d;p=profile%2Fivi%2Fopencv.git diff --git a/modules/ocl/perf/perf_match_template.cpp b/modules/ocl/perf/perf_match_template.cpp index 68192cf..9c9829c 100644 --- a/modules/ocl/perf/perf_match_template.cpp +++ b/modules/ocl/perf/perf_match_template.cpp @@ -108,13 +108,13 @@ PERF_TEST_P(CV_TM_CCORR_NORMEDFixture, matchTemplate, OCL_TYPICAL_MAT_SIZES) oclDst.download(dst); - SANITY_CHECK(dst, 2e-2); + SANITY_CHECK(dst, 3e-2); } else if (RUN_PLAIN_IMPL) { TEST_CYCLE() cv::matchTemplate(src, templ, dst, TM_CCORR_NORMED); - SANITY_CHECK(dst, 2e-2); + SANITY_CHECK(dst, 3e-2); } else OCL_PERF_ELSE