maxErroneousBitsInBorderRate property
double
get
maxErroneousBitsInBorderRate
Implementation
double get maxErroneousBitsInBorderRate =>
ccontrib.cv_aruco_detectorParameters_get_maxErroneousBitsInBorderRate(ref);
set
maxErroneousBitsInBorderRate
(double value)
Implementation
set maxErroneousBitsInBorderRate(double value) =>
ccontrib.cv_aruco_detectorParameters_set_maxErroneousBitsInBorderRate(ref, value);