As a computer vision researcher or developer, you may often need to generate a large number of Aruco markers for your experiments or projects.
Doing this manually can be tedious and time-consuming, especially if you need to generate a large number of markers in different configurations.
I was tired of the manual process of exporting Aruco markers one by one and decided to create a Colab notebook to streamline this process. With this Colab notebook, you can generate Aruco markers in batch with just a few lines of code.
This Colab notebook uses the OpenCV library to generate the Aruco markers, and it allows you to specify the parameters such as the marker size, dictionary, and number of markers to generate. The generated markers are saved as image files, which you can then download and use in your computer vision applications.