Commit e2f74309 authored by cbalint13's avatar cbalint13

Default AGAST threshold is 40 (as authors recomandation)

parent 0ec5561b
...@@ -445,7 +445,7 @@ public: ...@@ -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 );
......
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