ArUco 4x4_50 marker ID 0

arucogrid.com

ArUco & ChArUco marker generator — printable boards, exact to the millimetre

AprilTag 36h11

AprilTag 36h11 holds 587 markers of 6×6 bits. In OpenCV it is cv2.aruco.DICT_APRILTAG_36h11.

Generate a AprilTag 36h11 board

ID 0
ID 1
ID 2
ID 3
ID 4

The numbers

OpenCV namecv2.aruco.DICT_APRILTAG_36h11
Bits in a marker6 × 6 = 36
Markers available587, with IDs 0 to 586
Printed width8 cells, border included
Bits the decoder repairs5
Cell size on a 100 mm marker12.5 mm
Pixels wanted in the image96 (floor 32)
Range for a 100 mm markerabout 1.7 m

Range assumes a camera 1920 px wide, 60 degree horizontal field of view, which is a focal length of about 1663 pixels, and a marker seen straight on.

When to use it

Six bit markers are the usual default. They carry enough redundancy to shrug off a damaged or partly shadowed cell, at a modest cost in range. This is an AprilTag family. Pick it when the rest of the stack already uses AprilTag, for example in ROS. OpenCV reads it through cv2.aruco just like an ArUco dictionary.

The rest of the family

DictionaryMarkersBits repaired
AprilTag 36h10 23204
AprilTag 36h11 5875

Read more