Skip to content

Commit

Permalink
Merge pull request opencv#2478 from clemenscorny:master
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Donchenko authored and OpenCV Buildbot committed Mar 26, 2014
2 parents d67b450 + f1c8b4b commit 491b84d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/features2d/include/opencv2/features2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,14 +616,14 @@ class CV_EXPORTS_W SimpleBlobDetector : public FeatureDetector
};


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

protected:
Expand Down

0 comments on commit 491b84d

Please sign in to comment.