Skip to content

Commit

Permalink
GFTT wrapped to python
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mordvintsev authored and Alexander Mordvintsev committed Jul 3, 2013
1 parent 843094a commit 8045093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/features2d/include/opencv2/features2d/features2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,10 @@ 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,
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;

Expand Down

0 comments on commit 8045093

Please sign in to comment.