Merge pull request #2478 from clemenscorny:master
This commit is contained in:
commit
491b84d463
@ -616,10 +616,10 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
class CV_EXPORTS DenseFeatureDetector : public FeatureDetector
|
||||
class CV_EXPORTS_W DenseFeatureDetector : public FeatureDetector
|
||||
{
|
||||
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,
|
||||
int initXyStep=6, int initImgBound=0,
|
||||
bool varyXyStepWithScale=true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user