Each Aruco Marker has its own ID. Thus, it can be tracked which Aruco Marker is detected and this is important, since they have different edge sizes. The different edge sizes are done in case the drone flies closer to the markers and still have a visible marker in the center of the image processing.
Each Aruco Marker has its own ID. Thus, it can be tracked which Aruco Marker is detected and this is important, since they have different edge sizes. The different edge sizes are done in case the drone flies closer to the markers and still have a visible marker in the center of the image processing.
\ No newline at end of file
Below is an image of which Aruco Markers are used. This is as said important to know each ID. Of course given the same aruco dictionary `aruco.DICT_6X6_250` as given in code above will be used.