We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c8557 commit f21f153Copy full SHA for f21f153
modules/imgproc/perf/perf_filter2d.cpp
@@ -70,5 +70,5 @@ PERF_TEST_P( Image_KernelSize, GaborFilter2d,
70
filter2D(sourceImage, filteredImage, CV_32F, gaborKernel);
71
}
72
73
- SANITY_CHECK(filteredImage, 1e-3);
+ SANITY_CHECK(filteredImage, 1e-6, ERROR_RELATIVE);
74
0 commit comments