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

Merge pull request #111 from taka-no-me/algorithm/addParam-short

This commit is contained in:
Andrey Kamaev
2012-10-31 16:57:06 +04:00
5 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ PERF_TEST_P( TestWarpPerspectiveNear_t, WarpPerspectiveNear,
warpPerspective( src, dst, warpMat, size, interType, borderMode, Scalar::all(150) );
}
SANITY_CHECK(dst);
SANITY_CHECK(dst, 1);
}
PERF_TEST_P( TestRemap, remap,