artoolkitx / jsartoolkit5

Javascript ARToolKit v5.x
https://artoolkitx.github.io/jsartoolkit5/examples/
Other
292 stars 69 forks source link

Barcode marker generation #82

Open vitorpmoreira opened 5 years ago

vitorpmoreira commented 5 years ago

Hello,

Is there any documentation relative to the generation of the barcode markers? I want to make a simple tool that generates the barcode images based on the type (currently using 5x5 BCH 22 12 5), but I'm not finding any support for it.

kalwalt commented 5 years ago

@vitorpmoreira i know that Artoolkit had his docs one time ago, but not sure if it is still available...

vitorpmoreira commented 5 years ago

@kalwalt There is still an online generator, but I don't want to rely on that... I know that these barcode markers are somewhat like binary matrices but I can't just generate an image for each possible combination because even without error direction not all combinations are used and they are not ordered

ThorstenBux commented 5 years ago

All the documentation from the former artoolkit.org page is here: https://github.com/artoolkit/artoolkit-docs

some of the barcode patterns are here: https://github.com/artoolkit/artoolkit5/tree/master/doc/patterns

vitorpmoreira commented 5 years ago

@ThorstenBux Thanks, but I'm actually trying to find out a way that generate the barcodes given their ID and type, just like the existing online generator. Is there any documentation about it?

ThorstenBux commented 5 years ago

I understood :). Just thought I share the information I've got

vitorpmoreira commented 5 years ago

Thanks! :) I'll try to dive into the source code and see if I can extract something from the recognition process!