fixed perf test

This commit is contained in:
Ilya Lavrenov 2014-07-10 15:54:43 +04:00
parent 0f1a0a9818
commit c949845a6b

View File

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