From 7dd059c08424bf3d9b8017d5473719ab048a5247 Mon Sep 17 00:00:00 2001 From: ElenaGvozdeva Date: Wed, 5 Nov 2014 16:28:43 +0300 Subject: [PATCH] fixed test for ocl WarpAffine --- modules/imgproc/test/ocl/test_warp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/test/ocl/test_warp.cpp b/modules/imgproc/test/ocl/test_warp.cpp index 9caefff2b0..ccbdf25f53 100644 --- a/modules/imgproc/test/ocl/test_warp.cpp +++ b/modules/imgproc/test/ocl/test_warp.cpp @@ -121,7 +121,7 @@ OCL_TEST_P(WarpAffine, Mat) { for (int j = 0; j < test_loop_times; j++) { - double eps = depth < CV_32F ? 0.03 : 0.06; + double eps = depth < CV_32F ? 0.04 : 0.06; random_roi(); Mat M = getRotationMatrix2D(Point2f(src_roi.cols / 2.0f, src_roi.rows / 2.0f),