1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Change threshold

This commit is contained in:
vbystricky
2014-06-19 17:45:04 +04:00
parent b32fbe72f6
commit 6d6ad1b1d9
+1 -1
View 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 ////////////////////////