fixed perf test

pull/2960/head
Ilya Lavrenov 11 years ago
parent 0f1a0a9818
commit c949845a6b
  1. 1
      modules/core/perf/opencl/perf_matop.cpp

@ -139,6 +139,7 @@ OCL_PERF_TEST_P(CopyToFixture, CopyToWithMaskUninit,
dst.release();
startTimer();
src.copyTo(dst, mask);
cv::ocl::finish();
stopTimer();
}

Loading…
Cancel
Save