nonmaxSuppression property

bool get nonmaxSuppression

Implementation

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

Implementation

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