GFTT wrapped to python

pull/1087/head
Alexander Mordvintsev 12 years ago
parent 843094a07f
commit 8045093cfb
  1. 4
      modules/features2d/include/opencv2/features2d/features2d.hpp

@ -589,10 +589,10 @@ protected:
};
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;

Loading…
Cancel
Save