fixed compilation under ubuntu

pull/13383/head
Anatoly Baksheev 14 years ago
parent 50543d627f
commit 25cadb1abd
  1. 2
      modules/objdetect/src/cascadedetect.hpp

@ -277,7 +277,7 @@ private:
virtual void integralHistogram( const Mat& srcImage, vector<Mat> &histogram, Mat &norm, int nbins ) const;
Size origWinSize;
Ptr<vector<Feature>> features;
Ptr<vector<Feature> > features;
Feature* featuresPtr;
vector<Mat> hist;
Mat normSum;

Loading…
Cancel
Save