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