threshold property

double get threshold

Implementation

double get threshold => cfeatures2d.cv_AKAZE_getThreshold(ref);
set threshold (double value)

Implementation

set threshold(double value) => cfeatures2d.cv_AKAZE_setThreshold(ref, value);