ok. enabled TBB in LatentSVM, but need to check if it works

This commit is contained in:
Vadim Pisarevsky
2011-07-14 12:11:18 +00:00
parent 36ba3d691e
commit 08f1f5769a
5 changed files with 3 additions and 16 deletions

View File

@@ -11,8 +11,6 @@
#include "_lsvm_fft.h"
#include "_lsvm_routine.h"
#undef HAVE_TBB
#ifdef HAVE_TBB
#include "_lsvm_tbbversion.h"
#endif
@@ -358,8 +356,6 @@ int thresholdFunctionalScore(const CvLSVMFilterObject **all_F, int n,
CvPoint **points, int **levels, int *kPoints,
CvPoint ***partsDisplacement);
#undef HAVE_TBB
#ifdef HAVE_TBB
/*
// int tbbThresholdFunctionalScore(const CvLSVMFilterObject **all_F, int n,