diff --git a/modules/imgproc/test/ocl/test_warp.cpp b/modules/imgproc/test/ocl/test_warp.cpp index 9caefff2b0b3233b0d6e6d73cc421626a3ad5199..ccbdf25f534f467b2ad93e0dd1770d282ca764f4 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),