mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
changes eps
This commit is contained in:
parent
580559e1e6
commit
5c0a4878d7
@ -70,5 +70,5 @@ PERF_TEST_P( Image_KernelSize, GaborFilter2d,
|
||||
filter2D(sourceImage, filteredImage, CV_32F, gaborKernel);
|
||||
}
|
||||
|
||||
SANITY_CHECK(filteredImage, 1e-3);
|
||||
SANITY_CHECK(filteredImage, 1e-6, ERROR_RELATIVE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user