mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
docs: fix spelling errors
- 'tirangle' -> 'triangle' - 'cirlce' -> 'circle' - 'gradiantSize' -> 'gradientSize' - 'unnotied' -> 'unnoticed' - 'consistensy' -> 'consistency' - 'implemention' -> 'implementation' - 'suppported/Unsuppported/suppport' -> 'supported/Unsupported/support'
This commit is contained in:
@@ -687,7 +687,7 @@ public:
|
||||
CV_WRAP static Ptr<GFTTDetector> create( int maxCorners=1000, double qualityLevel=0.01, double minDistance=1,
|
||||
int blockSize=3, bool useHarrisDetector=false, double k=0.04 );
|
||||
CV_WRAP static Ptr<GFTTDetector> create( int maxCorners, double qualityLevel, double minDistance,
|
||||
int blockSize, int gradiantSize, bool useHarrisDetector=false, double k=0.04 );
|
||||
int blockSize, int gradientSize, bool useHarrisDetector=false, double k=0.04 );
|
||||
CV_WRAP virtual void setMaxFeatures(int maxFeatures) = 0;
|
||||
CV_WRAP virtual int getMaxFeatures() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user