... | ... | @@ -33,7 +33,7 @@ def proposal_aruco(): |
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
Below is an image of which Aruco Markers are used. This is as said important to know each ID. The edge sizes are saved to the according aruco marker id in a dictionary wihtin the image processing node. Of course given the same aruco dictionary `aruco.DICT_6X6_250` as given in code above will be used.
|
|
|
|
|
|
![Figure_Aruco_markers](uploads/a7e49312551dcf6ea346341ce493b9f3/Figure_Aruco_markers.png)
|
|
|
|
... | ... | |