-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
@vitorpmoreira i know that Artoolkit had his docs one time ago, but not sure if it is still available... |
@kalwalt There is still an online generator, but I don't want to rely on that... |
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 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? |
I understood :). Just thought I share the information I've got |
Thanks! :) I'll try to dive into the source code and see if I can extract something from the recognition process! |
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.
The text was updated successfully, but these errors were encountered: