adaptiveThreshConstant property

double get adaptiveThreshConstant

Implementation

double get adaptiveThreshConstant => ccontrib.cv_aruco_detectorParameters_get_adaptiveThreshConstant(ref);
set adaptiveThreshConstant (double value)

Implementation

set adaptiveThreshConstant(double value) =>
    ccontrib.cv_aruco_detectorParameters_set_adaptiveThreshConstant(ref, value);