Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barcode marker generation #82

Open
vitorpmoreira opened this issue Mar 19, 2019 · 6 comments
Open

Barcode marker generation #82

vitorpmoreira opened this issue Mar 19, 2019 · 6 comments

Comments

@vitorpmoreira
Copy link

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
Copy link

kalwalt commented Mar 19, 2019

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

@vitorpmoreira
Copy link
Author

@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
Copy link

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
Copy link
Author

@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
Copy link

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

@vitorpmoreira
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants