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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user