Commit 36a4d246 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1087 from znah:2.4

parents dbf02c71 3677a664
...@@ -589,11 +589,11 @@ protected: ...@@ -589,11 +589,11 @@ protected:
}; };
class CV_EXPORTS GFTTDetector : public FeatureDetector class CV_EXPORTS_W GFTTDetector : public FeatureDetector
{ {
public: 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 ); int blockSize=3, bool useHarrisDetector=false, double k=0.04 );
AlgorithmInfo* info() const; AlgorithmInfo* info() const;
protected: protected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment