Skip to main content
Version: 20 Mar 2024

MarkerData

The data retrieved from a marker detector.

Public Attributes

MarkerLength

The estimated length of the marker in meters.


public float MarkerLength;


MarkerNumber

The number data retreived from the marker. Does not apply to QR or Code128.


public ulong MarkerNumber;


MarkerPose

The position and rotation data of the marker. Only applies to Aruco, AprilTag, and QR.


public Pose MarkerPose;


MarkerString

The string data obtained from the marker. Only applies to QR and Code128.


public string MarkerString;


ReprojectionErrorMeters

The reprojection error of this QR code detection in degrees.


public float ReprojectionErrorMeters;

Details*

The reprojection error is only useful when tracking QR codes. A high reprojection error means that the estimated pose of the QR code doesn't match well with the 2D detection on the processed video frame and thus the pose might be inaccurate. The error is given in degrees, signifying by how much either camera or QR code would have to be moved or rotated to create a perfect reprojection. The further away your QR code is, the smaller this reprojection error will be for the same displacement error of the code.