1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00

Cleanup old TBB-related guards

This commit is contained in:
Maksim Shabunin
2018-04-06 15:14:52 +03:00
parent 2baed7e35e
commit d3630d0fa6
7 changed files with 0 additions and 107 deletions

View File

@@ -97,16 +97,6 @@ int main( int argc, char** argv )
return -1;
}
#ifdef HAVE_TBB
cout << "Running with TBB" << endl;
#else
#ifdef _OPENMP
cout << "Running with OpenMP" << endl;
#else
cout << "Running without OpenMP and without TBB" << endl;
#endif
#endif
Mat frame;
namedWindow("DPM Cascade Detection", 1);
// the color of the rectangle