Generating aruco markers in python
Posted on 2017-09-24 in programming • Tagged with aruco, ar, python, programming
Few weeks ago I suddenly had to deal with aruco markers as a part of an OpenCV AR project.
For those who are not familiar with them, aruco markers are a type of marker used in AR application to indicate where something is.
They often look like this:
(aruco marker …
Continue reading