Default AGAST threshold is 40 (as authors recomandation)
This commit is contained in:
parent
0ec5561b4e
commit
e2f74309f7
@ -445,7 +445,7 @@ public:
|
|||||||
THRESHOLD = 10000, NONMAX_SUPPRESSION = 10001,
|
THRESHOLD = 10000, NONMAX_SUPPRESSION = 10001,
|
||||||
};
|
};
|
||||||
|
|
||||||
CV_WRAP static Ptr<AgastFeatureDetector> create( int threshold=10,
|
CV_WRAP static Ptr<AgastFeatureDetector> create( int threshold=40,
|
||||||
bool nonmaxSuppression=true,
|
bool nonmaxSuppression=true,
|
||||||
int type=AgastFeatureDetector::OAST_9_16 );
|
int type=AgastFeatureDetector::OAST_9_16 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user