Commit 89e3c461 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed build with TBB

parent 79df8db7
...@@ -583,7 +583,7 @@ int searchObjectThresholdSomeComponents(const CvLSVMFeaturePyramid *H, ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment