Change threshold
authorvbystricky <user@user-pc.(none)>
Thu, 19 Jun 2014 13:45:04 +0000 (17:45 +0400)
committervbystricky <user@user-pc.(none)>
Thu, 19 Jun 2014 13:45:04 +0000 (17:45 +0400)
modules/imgproc/perf/opencl/perf_imgproc.cpp

index 2d9e20b..5fc3a70 100644 (file)
@@ -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 ////////////////////////