| DetectorParametersErrorCorrectionRate Property |
errorCorrectionRate error correction rate respect to the maximun error correction capability for each dictionary. (default 0.6).
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double ErrorCorrectionRate { get; set; }
Public Property ErrorCorrectionRate As Double
Get
Set
public:
property double ErrorCorrectionRate {
double get ();
void set (double value);
}
member ErrorCorrectionRate : float with get, set
Property Value
Type:
DoubleSee Also