ArucoSettings
NameSpace: MarkerUnderstanding
Settings associated with the Aruco marker type.
Public Attributes
ArucoLength
The estimated length of the Aruco marker in meters.
public float ArucoLength;
ArucoType
The type of pre-defined Aruco dictionary.
public ArucoType ArucoType;
Type | Description |
---|---|
ArucoType | Supported pre-defined ArUco dictionaries. Marker Understanding supports pre-defined ArUco dictionaries. ArUco dictionaries can be looked up and markers can be generated for them here: http://chev.me/arucogen/ |
EstimateArucoLength
Whether the length of the Aruco marker will be estimated automatically.
public bool EstimateArucoLength;