fixed test for ocl PlaneWarperTest

pull/3080/head
Elena Gvozdeva 10 years ago
parent f937f4d951
commit 1c7ee88b84
  1. 2
      modules/stitching/test/ocl/test_warpers.cpp

@ -139,7 +139,7 @@ OCL_TEST_F(PlaneWarperTest, Mat)
OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst)); OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst));
OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst)); OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
Near(1e-4); Near(1.5e-4);
} }
} }

Loading…
Cancel
Save