threshold property

double get threshold

Implementation

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

Implementation

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