| DetectorParametersMaxErroneousBitsInBorderRate Property |
maximum number of accepted erroneous bits in the border
(i.e. number of allowed white bits in the border). Represented as a rate respect to the total
number of bits per marker(default 0.35).
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double MaxErroneousBitsInBorderRate { get; set; }
Public Property MaxErroneousBitsInBorderRate As Double
Get
Set
public:
property double MaxErroneousBitsInBorderRate {
double get ();
void set (double value);
}
member MaxErroneousBitsInBorderRate : float with get, set
Property Value
Type:
DoubleSee Also