Default AGAST threshold is 40 (as authors recomandation)

pull/3919/head^2
cbalint13 10 years ago
parent 0ec5561b4e
commit e2f74309f7
  1. 2
      modules/features2d/include/opencv2/features2d.hpp

@ -445,7 +445,7 @@ public:
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,
int type=AgastFeatureDetector::OAST_9_16 );

Loading…
Cancel
Save