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.txt
to add your own market names. - Edit the file and add each marker name; separating each word with a comma (
,
). - Open the
armarkergenerator.pde
sketch in your processing IDE. - Click
play
to start generating your AR markers. These will show up in yourmarkers
directory. (Note that you can change this directory by changing the variableString directory = "markers";
)
- Edit the file
marker_names.txt
to 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
markers
directory.
- 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)