Get rid of cvconfig.h in Latent SVM samples. Use common OpenCV parallel framework instead of direct TBB calls.

This commit is contained in:
Alexander Smorkalov
2014-12-30 15:52:23 +03:00
parent a5969aec96
commit 840088e021
6 changed files with 5 additions and 35 deletions

View File

@@ -9,14 +9,6 @@
#include <dirent.h>
#endif
#ifdef HAVE_CVCONFIG_H
#include <cvconfig.h>
#endif
#ifdef HAVE_TBB
#include "tbb/task_scheduler_init.h"
#endif
using namespace std;
using namespace cv;