FEATURES2D: add DenseFeatureDetector Python wrapper

This commit is contained in:
Clemens Korner 2014-03-13 15:00:18 +01:00
parent 70e22b682d
commit f1c8b4b965

View File

@ -616,10 +616,10 @@ 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,