ok. enabled TBB in LatentSVM, but need to check if it works
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include "precomp.hpp"
|
||||
|
||||
#undef HAVE_TBB
|
||||
|
||||
#ifdef HAVE_TBB
|
||||
#include "_lsvm_tbbversion.h"
|
||||
|
||||
@@ -48,7 +46,7 @@ public:
|
||||
for (i = 0; i < kLevels; i++)
|
||||
{
|
||||
level = procLevels[i];
|
||||
partsLevel = level - H->lambda;
|
||||
partsLevel = level - LAMBDA;//H->lambda;
|
||||
res = thresholdFunctionalScoreFixedLevel(
|
||||
filters, n, H, level, b,
|
||||
maxXBorder, maxYBorder, scoreThreshold, &(score[partsLevel]),
|
||||
|
Reference in New Issue
Block a user