|
|
# Aruco Markers
|
|
|
|
|
|
Aruco Markers are printed in DINA2. The following Aruco Marker are created and could be loaded via Python by executing the following function.
|
|
|
Aruco Markers are printed in DINA2. The following Aruco Marker are created and could be loaded via Python by executing the following function. Please note, that the final results are customized, but this should server as an example:[image_aruco.py](uploads/5eddcc3a5ccb0f0d1f2ded16d1071088/image_aruco.py)
|
|
|
|
|
|
```python
|
|
|
from cv2 import aruco
|
... | ... | |