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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user