MarkerDetectorSettings
NameSpace: MarkerUnderstanding
All of the settings associated with the marker tracker.
Public Attributes
AprilTagSettings
The settings associated with the AprilTag marker type to be applied to the marker tracker. This only applies if the MarkerType is AprilTag.
public AprilTagSettings AprilTagSettings;
Type | Description |
---|---|
AprilTagSettings | Settings associated with the AprilTag marker type. |
ArucoSettings
The settings associated with the Aruco marker type to be applied to the marker tracker. This only applies if the MarkerType is Aruco.
public ArucoSettings ArucoSettings;
Type | Description |
---|---|
ArucoSettings | Settings associated with the Aruco marker type. |
CustomProfileSettings
The custom settings to be applied to the marker tracker. This is only applicable when a custom type is selected for the MarkerDetectorProfile.
public CustomProfileSettings CustomProfileSettings;
Type | Description |
---|---|
CustomProfileSettings | The custom settings applied to the marker tracker when a custom profile is used. |
MarkerDetectorProfile
The type of tracker profile to be associated with the marker tracker.
public MarkerDetectorProfile MarkerDetectorProfile;
Type | Description |
---|---|
MarkerDetectorProfile | Represents the different tracker profiles used to optimize marker tracking in difference use cases. |
MarkerType
The marker type to be associated with the marker tracker.
public MarkerType MarkerType;
Type | Description |
---|---|
MarkerType | Represents the different marker types supported by the API |
QRSettings
The settings associated with the QR marker type to be applied to the marker tracker. This only applies if the MarkerType is QR.
public QRSettings QRSettings;
Type | Description |
---|---|
QRSettings | Settings associated with the QR marker type. |