Skip to content

Commit

Permalink
Merge pull request opencv#1087 from znah:2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Donchenko authored and OpenCV Buildbot committed Jul 5, 2013
2 parents dbf02c7 + 3677a66 commit 36a4d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/features2d/include/opencv2/features2d/features2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,11 @@ class CV_EXPORTS_W FastFeatureDetector : public FeatureDetector
};


class CV_EXPORTS GFTTDetector : public FeatureDetector
class CV_EXPORTS_W GFTTDetector : public FeatureDetector
{
public:
GFTTDetector( int maxCorners=1000, double qualityLevel=0.01, double minDistance=1,
int blockSize=3, bool useHarrisDetector=false, double k=0.04 );
CV_WRAP GFTTDetector( int maxCorners=1000, double qualityLevel=0.01, double minDistance=1,
int blockSize=3, bool useHarrisDetector=false, double k=0.04 );
AlgorithmInfo* info() const;

protected:
Expand Down

0 comments on commit 36a4d24

Please sign in to comment.