Skip to content

Commit 62b2039

Browse files
committed
Merge pull request opencv#7698 from alalek:backport_perf_gabor
2 parents b1c8557 + f21f153 commit 62b2039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/perf/perf_filter2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ PERF_TEST_P( Image_KernelSize, GaborFilter2d,
7070
filter2D(sourceImage, filteredImage, CV_32F, gaborKernel);
7171
}
7272

73-
SANITY_CHECK(filteredImage, 1e-3);
73+
SANITY_CHECK(filteredImage, 1e-6, ERROR_RELATIVE);
7474
}

0 commit comments

Comments
 (0)