Commit e7706915 authored by Kirill Kornyakov's avatar Kirill Kornyakov

deleted wrong line

parent de98da42
...@@ -120,8 +120,6 @@ PERF_TEST_P( TestWarpPerspective, WarpPerspectiveLarge, ...@@ -120,8 +120,6 @@ PERF_TEST_P( TestWarpPerspective, WarpPerspectiveLarge,
warpPerspective( src, dst, warpMat, sz, interType, borderMode, Scalar::all(150) ); warpPerspective( src, dst, warpMat, sz, interType, borderMode, Scalar::all(150) );
SANITY_CHECK(dst); SANITY_CHECK(dst);
//imwrite("/home/kir/temp/dst" + resolution + ".png", dst);
} }
PERF_TEST_P( TestRemap, remap, PERF_TEST_P( TestRemap, remap,
......
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