From 6d6ad1b1d9d71751160eadc8c10609c084fa6783 Mon Sep 17 00:00:00 2001 From: vbystricky Date: Thu, 19 Jun 2014 17:45:04 +0400 Subject: [PATCH] Change threshold --- modules/imgproc/perf/opencl/perf_imgproc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/perf/opencl/perf_imgproc.cpp b/modules/imgproc/perf/opencl/perf_imgproc.cpp index 2d9e20b..5fc3a70 100644 --- a/modules/imgproc/perf/opencl/perf_imgproc.cpp +++ b/modules/imgproc/perf/opencl/perf_imgproc.cpp @@ -248,7 +248,7 @@ OCL_PERF_TEST_P(IntegralFixture, Integral2, ::testing::Combine(OCL_TEST_SIZES, O OCL_TEST_CYCLE() cv::integral(src, sum, sqsum, ddepth, ddepth); SANITY_CHECK(sum, 2e-6, ERROR_RELATIVE); - SANITY_CHECK(sqsum, 2e-6, ERROR_RELATIVE); + SANITY_CHECK(sqsum, 2e-5, ERROR_RELATIVE); } ///////////// Threshold //////////////////////// -- 2.7.4