DictionaryMaxCorrectionBits Property
|
Maximum number of bits that can be corrected.
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int MaxCorrectionBits { get; set; }
Public Property MaxCorrectionBits As Integer
Get
Set
public:
property int MaxCorrectionBits {
int get ();
void set (int value);
}
member MaxCorrectionBits : int with get, set
function get_MaxCorrectionBits();
function set_MaxCorrectionBits(value);
Property Value
Type:
Int32
See Also