Skip to main content
Version: 20 Mar 2024

ArucoSettings

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;

TypeDescription
ArucoTypeSupported 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;