fastThreshold property

int get fastThreshold

Implementation

int get fastThreshold => cfeatures2d.cv_ORB_getFastThreshold(ref);
set fastThreshold (int value)

Implementation

set fastThreshold(int value) => cfeatures2d.cv_ORB_setFastThreshold(ref, value);