jsartoolkit5 icon indicating copy to clipboard operation
jsartoolkit5 copied to clipboard

Barcode marker generation

Open vitorpmoreira opened this issue 5 years ago • 6 comments

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.

vitorpmoreira avatar Mar 19 '19 18:03 vitorpmoreira

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

kalwalt avatar Mar 19 '19 19:03 kalwalt

@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

vitorpmoreira avatar Mar 19 '19 20:03 vitorpmoreira

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

ThorstenBux avatar Mar 19 '19 20:03 ThorstenBux

@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?

vitorpmoreira avatar Mar 19 '19 21:03 vitorpmoreira

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

ThorstenBux avatar Mar 19 '19 21:03 ThorstenBux

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

vitorpmoreira avatar Mar 19 '19 21:03 vitorpmoreira