diff --git a/modules/features2d/include/opencv2/features2d.hpp b/modules/features2d/include/opencv2/features2d.hpp index cf95e7d343..1d2cd06e9e 100644 --- a/modules/features2d/include/opencv2/features2d.hpp +++ b/modules/features2d/include/opencv2/features2d.hpp @@ -445,7 +445,7 @@ public: THRESHOLD = 10000, NONMAX_SUPPRESSION = 10001, }; - CV_WRAP static Ptr create( int threshold=10, + CV_WRAP static Ptr create( int threshold=40, bool nonmaxSuppression=true, int type=AgastFeatureDetector::OAST_9_16 );