switched to non-constant references in Algorithm::addParam, which is more safe.
This commit is contained in:
@@ -481,9 +481,9 @@ public:
|
||||
protected:
|
||||
virtual void detectImpl( const Mat& image, vector<KeyPoint>& keypoints, const Mat& mask=Mat() ) const;
|
||||
|
||||
float initFeatureScale;
|
||||
double initFeatureScale;
|
||||
int featureScaleLevels;
|
||||
float featureScaleMul;
|
||||
double featureScaleMul;
|
||||
|
||||
int initXyStep;
|
||||
int initImgBound;
|
||||
|
Reference in New Issue
Block a user