| DictionaryMaxCorrectionBits Property |
Maximum number of bits that can be corrected.
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
Int32See Also