An open API service indexing awesome lists of open source software.

https://github.com/aprilrobotics/apriltag-imgs

Pre-generated AprilTag images
https://github.com/aprilrobotics/apriltag-imgs

Last synced: 5 months ago
JSON representation

Pre-generated AprilTag images

Awesome Lists containing this project

README

          

AprilTag-imgs
=============

Images of all tags from all the pre-generated [AprilTag 3](https://github.com/AprilRobotics/apriltags) families. You can generate your own layouts or images of tags using our other repo, [AprilTag-generation](https://github.com/AprilRobotics/apriltag-generation).

If the format of the markers is very small (ex : by default, 9x9 pixels), you'll need to rescale them. To do so, you may use the following imagemagick command (Unix) :

~~~
convert .png -scale % .png
~~~

Alternately, you can use the supplied native Python 3 script `tag_to_svg.py` to create a SVG (Scalable Vector Graphics) Version of a tag. For example:
~~~
python3 tag_to_svg.py tagStandard52h13/tag52_13_00007.png tag52_13_00007.svg --size=20mm
~~~