threshold property

int get threshold

Implementation

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

Implementation

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