errorCorrectionRate property

double get errorCorrectionRate

Implementation

double get errorCorrectionRate => ccontrib.cv_aruco_detectorParameters_get_errorCorrectionRate(ref);
set errorCorrectionRate (double value)

Implementation

set errorCorrectionRate(double value) =>
    ccontrib.cv_aruco_detectorParameters_set_errorCorrectionRate(ref, value);