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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_MaxErroneousBitsInBorderRate();
function set_MaxErroneousBitsInBorderRate(value);
Property Value
Type:
Double
See Also