bugfix_for_hog_detectMultiScale_with_weights

pull/3946/head
lujia 10 years ago
parent c879b1ab09
commit 7ce116695d
  1. 1
      modules/objdetect/src/hog.cpp

@ -858,6 +858,7 @@ void HOGDescriptor::detect(const Mat& img,
Size winStride, Size padding, const vector<Point>& locations) const
{
hits.clear();
weights.clear();
if( svmDetector.empty() )
return;

Loading…
Cancel
Save