1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

added a performance test for ocl::buildWarpPerspectiveMaps; moved warps to a separate file

This commit is contained in:
Ilya Lavrenov
2013-11-08 18:43:15 +04:00
parent 8b57893e40
commit 3727168b50
3 changed files with 322 additions and 196 deletions
+2 -2
View File
@@ -259,8 +259,8 @@ OCL_TEST_P(BuildWarpPerspectiveMaps, Mat)
buildWarpPerspectiveMaps(M, mapInverse, dsize, xmap_roi, ymap_roi);
ocl::buildWarpPerspectiveMaps(M, mapInverse, dsize, gxmap_roi, gymap_roi);
Near(1e-6);
Near1(1e-6);
Near(5e-3);
Near1(5e-3);
}
}