Marker Type

class zoloto.marker_type.MarkerType(value)[source]

An enumeration.

APRILTAG_16H5 = 17
APRILTAG_25H9 = 18
APRILTAG_36H10 = 19
APRILTAG_36H11 = 20
ARUCO_4X4 = 3
ARUCO_5X5 = 7
ARUCO_6X6 = 11
ARUCO_7X7 = 15
ARUCO_ORIGINAL = 16
property dictionary: cv2.aruco_Dictionary

The underlying OpenCV marker dictionary

Return type

aruco_Dictionary

property marker_count: int

The total number of markers available

Return type

int

property marker_size: int

Number of bits along 1 size of a marker

Return type

int

property max_id: int

The highest id available

Return type

int

property min_marker_image_size: int

Minimum size of a marker in pixels

Return type

int