fixed test for ocl WarpAffine

pull/3397/head
ElenaGvozdeva 10 years ago
parent 91a8ea5e60
commit 7dd059c084
  1. 2
      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++) 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(); random_roi();
Mat M = getRotationMatrix2D(Point2f(src_roi.cols / 2.0f, src_roi.rows / 2.0f), Mat M = getRotationMatrix2D(Point2f(src_roi.cols / 2.0f, src_roi.rows / 2.0f),

Loading…
Cancel
Save