softcascade module fixes

pull/836/head
Vladislav Vinogradov 12 years ago
parent 5ee9d3111d
commit 0ce10532b3
  1. 2
      modules/softcascade/src/detector_cuda.cpp

@ -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…
Cancel
Save