deleted wrong line

pull/41/head^2
Kirill Kornyakov 12 years ago
parent de98da42f7
commit e770691522
  1. 2
      modules/imgproc/perf/perf_warp.cpp

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

Loading…
Cancel
Save