fixed compilation under ubuntu

This commit is contained in:
Anatoly Baksheev 2011-09-21 18:25:22 +00:00
parent 50543d627f
commit 25cadb1abd

View File

@ -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;