deleted wrong line

This commit is contained in:
Kirill Kornyakov 2012-10-12 17:31:26 +04:00
parent de98da42f7
commit e770691522

View File

@ -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,