nonmaxSuppression property

bool get nonmaxSuppression

Implementation

bool get nonmaxSuppression => cfeatures2d.cv_AgastFeatureDetector_getNonmaxSuppression(ref);
set nonmaxSuppression (bool value)

Implementation

set nonmaxSuppression(bool value) => cfeatures2d.cv_AgastFeatureDetector_setNonmaxSuppression(ref, value);