[opencv] 33/89: test: backport check for Image_KernelSize_GaborFilter2d perf test
Nobuhiro Iwamatsu
iwamatsu at moszumanska.debian.org
Sat May 13 09:57:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
iwamatsu pushed a commit to annotated tag 2.4.13.2
in repository opencv.
commit f21f153a5f18bc82e129ab5e7a9dd2965b91c2b7
Author: Alexander Alekhin <alexander.alekhin at intel.com>
Date: Mon Nov 21 14:31:26 2016 +0300
test: backport check for Image_KernelSize_GaborFilter2d perf test
---
modules/imgproc/perf/perf_filter2d.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/imgproc/perf/perf_filter2d.cpp b/modules/imgproc/perf/perf_filter2d.cpp
index 98992e9..2c20e1c 100644
--- a/modules/imgproc/perf/perf_filter2d.cpp
+++ b/modules/imgproc/perf/perf_filter2d.cpp
@@ -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);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list