threshold property

int get threshold

Implementation

int get threshold => cfeatures2d.cv_AgastFeatureDetector_getThreshold(ref);
set threshold (int value)

Implementation

set threshold(int value) => cfeatures2d.cv_AgastFeatureDetector_setThreshold(ref, value);