mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
softcascade module fixes
This commit is contained in:
parent
5ee9d3111d
commit
0ce10532b3
@ -537,7 +537,7 @@ void cv::softcascade::SCascade::detect(InputArray _image, InputArray _rois, Outp
|
||||
flds.createLevels(image.rows, image.cols);
|
||||
|
||||
flds.preprocessor->apply(image, flds.shrunk);
|
||||
integral(flds.shrunk, flds.hogluv, flds.integralBuffer, s);
|
||||
::integral(flds.shrunk, flds.hogluv, flds.integralBuffer, s);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user