edgeThreshold property

int get edgeThreshold

Implementation

int get edgeThreshold => cfeatures2d.cv_ORB_getEdgeThreshold(ref);
set edgeThreshold (int value)

Implementation

set edgeThreshold(int value) => cfeatures2d.cv_ORB_setEdgeThreshold(ref, value);