/ArUco-Gen

A powerful ArUco marker generator for creating fiducial markers with fixed and random IDs.

Primary LanguageHTMLMIT LicenseMIT

ArUco-Gen

A powerful ArUco marker generator for creating fiducial markers with fixed and random IDs. It can even generate upto 500 markers all at once!

landing-page-image

Check out the ArUco-Gen website here -> https://aruco-gen.netlify.app/


Features

Built using Bootstrap and JavaScript (with jQuery on top), ArUco-Gen offers the following features -

  • Generate markers with custom IDs

fixed-marker-generation

  • Generate markers with random IDs

fixed-marker-generation

  • Generate a bunch of markers at a time (as many as 500!)

fixed-marker-generation

The binary marker matrix has been generated with the help of code derived from the aruco-marker JavaScript library. You can find the project here -> aruco-marker.


Using ArUco-Gen

From the command line, execute the following:

# Clone this repository
$ git clone https://github.com/Soumik-Dhar/ArUco-Gen.git/
# Go into the repository
$ cd ArUco-Gen/
# Launch index.html on your browser
$ start index.html # On Windows
$ open index.html # On Linux/Mac

Generate some ArUco markers by visiting the website here -> ArUco-Gen


License

You can check out the full license here

This project is licensed under the terms of the MIT license.