Commit 25cadb1a authored by Anatoly Baksheev's avatar Anatoly Baksheev

fixed compilation under ubuntu

parent 50543d62
...@@ -277,7 +277,7 @@ private: ...@@ -277,7 +277,7 @@ private:
virtual void integralHistogram( const Mat& srcImage, vector<Mat> &histogram, Mat &norm, int nbins ) const; virtual void integralHistogram( const Mat& srcImage, vector<Mat> &histogram, Mat &norm, int nbins ) const;
Size origWinSize; Size origWinSize;
Ptr<vector<Feature>> features; Ptr<vector<Feature> > features;
Feature* featuresPtr; Feature* featuresPtr;
vector<Mat> hist; vector<Mat> hist;
Mat normSum; Mat normSum;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment