diff --git a/modules/imgproc/perf/perf_blur.cpp b/modules/imgproc/perf/perf_blur.cpp index 3fc953ef18..58a0c7cbab 100644 --- a/modules/imgproc/perf/perf_blur.cpp +++ b/modules/imgproc/perf/perf_blur.cpp @@ -183,7 +183,7 @@ PERF_TEST_P(Size_MatType_BorderType, gaussianBlur5x5, TEST_CYCLE() GaussianBlur(src, dst, Size(5,5), 0, 0, btype); - SANITY_CHECK(dst, 1e-3); + SANITY_CHECK(dst, 1); } PERF_TEST_P(Size_MatType_BorderType, blur5x5,