Fixed build with TBB
This commit is contained in:
parent
79df8db76f
commit
89e3c461ec
@ -583,7 +583,7 @@ int searchObjectThresholdSomeComponents(const CvLSVMFeaturePyramid *H,
|
|||||||
for (i = 0; i < kComponents; i++)
|
for (i = 0; i < kComponents; i++)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_TBB
|
#ifdef HAVE_TBB
|
||||||
/*error = */searchObjectThreshold(H, &(filters[componentIndex]), kPartFilters[i],
|
int error = searchObjectThreshold(H, &(filters[componentIndex]), kPartFilters[i],
|
||||||
b[i], maxXBorder, maxYBorder, scoreThreshold,
|
b[i], maxXBorder, maxYBorder, scoreThreshold,
|
||||||
&(pointsArr[i]), &(levelsArr[i]), &(kPointsArr[i]),
|
&(pointsArr[i]), &(levelsArr[i]), &(kPointsArr[i]),
|
||||||
&(scoreArr[i]), &(partsDisplacementArr[i]), numThreads);
|
&(scoreArr[i]), &(partsDisplacementArr[i]), numThreads);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user