A little fix in haar cascade

This commit is contained in:
Alexey Kazakov
2011-04-22 11:21:40 +00:00
parent 5c1fafdd6f
commit fb0b25692e
2 changed files with 17 additions and 8 deletions

View File

@@ -1011,7 +1011,7 @@ struct HaarDetectObjects_ScaleCascade_Invoker
}
CV_IMPL CvSeq*
CvSeq*
cvHaarDetectObjectsForROC( const CvArr* _img,
CvHaarClassifierCascade* cascade, CvMemStorage* storage,
std::vector<int>& rejectLevels, std::vector<double>& levelWeights,