Commit 1c7ee88b authored by Elena Gvozdeva's avatar Elena Gvozdeva

fixed test for ocl PlaneWarperTest

parent f937f4d9
...@@ -139,7 +139,7 @@ OCL_TEST_F(PlaneWarperTest, Mat) ...@@ -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);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment