1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00

cleanup unnecessary setNumThreads() calls

This commit is contained in:
Alexander Alekhin
2018-04-28 14:53:50 +03:00
parent c49d781ec3
commit b8de57f8bd
30 changed files with 55 additions and 64 deletions

View File

@@ -23,7 +23,6 @@ PERF_TEST_P(DenseOpticalFlow_VariationalRefinement, perf, Combine(Values(szQVGA,
randu(frame2, 0, 255);
flow.setTo(0.0f);
cv::setNumThreads(cv::getNumberOfCPUs());
TEST_CYCLE_N(10)
{
Ptr<VariationalRefinement> var = createVariationalFlowRefinement();