1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #3080 from ElenaGvozdeva:ocl_stich

This commit is contained in:
Alexander Alekhin
2014-08-12 16:52:40 +00:00
+1 -1
View File
@@ -139,7 +139,7 @@ OCL_TEST_F(PlaneWarperTest, Mat)
OCL_OFF(warper->warp(src, K, R, INTER_LINEAR, BORDER_REPLICATE, dst));
OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
Near(1e-4);
Near(1.5e-4);
}
}