A processing sketch that generates markers for Augmented Reality applications like Vuforia. This allows you to create single markers but also named sets of markers (batch processing).
- Edit the file
marker_names.txtto add your own market names. - Edit the file and add each marker name; separating each word with a comma (
,). - Open the
armarkergenerator.pdesketch in your processing IDE. - Click
playto start generating your AR markers. These will show up in yourmarkersdirectory. (Note that you can change this directory by changing the variableString directory = "markers";)
- Edit the file
marker_names.txtto add your own market names. Note: when you are using the executable in Mac, this text file is bundled inside the executable.app, which you can view when you open the .app as a folder, e.g.,armarkergenerator.app/Contents/Java/data/) - Edit the file and add each marker name; separating each word with a comma (
,). - Download the release from our github (depends on your operating system and comes bundled with java already)
- Double click to execute it.
- It will start generating your AR markers; then wait for it to close automatically (likely takes 10 seconds). The markers will show up in your
markersdirectory.
- color and low density of triangles (tested in Vuforia and HoloLens with good results)
- color and low density of triangles (tested in Vuforia and HoloLens with good results)

