Merge pull request #2478 from clemenscorny:master

pull/2529/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 491b84d463
  1. 12
      modules/features2d/include/opencv2/features2d.hpp

@ -616,14 +616,14 @@ protected:
}; };
class CV_EXPORTS DenseFeatureDetector : public FeatureDetector class CV_EXPORTS_W DenseFeatureDetector : public FeatureDetector
{ {
public: public:
explicit DenseFeatureDetector( float initFeatureScale=1.f, int featureScaleLevels=1, CV_WRAP explicit DenseFeatureDetector( float initFeatureScale=1.f, int featureScaleLevels=1,
float featureScaleMul=0.1f, float featureScaleMul=0.1f,
int initXyStep=6, int initImgBound=0, int initXyStep=6, int initImgBound=0,
bool varyXyStepWithScale=true, bool varyXyStepWithScale=true,
bool varyImgBoundWithScale=false ); bool varyImgBoundWithScale=false );
AlgorithmInfo* info() const; AlgorithmInfo* info() const;
protected: protected:

Loading…
Cancel
Save