fixed compilation under ubuntu
This commit is contained in:
parent
50543d627f
commit
25cadb1abd
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user