sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

Adding color barcode #720

Open DonaldTsang opened 5 years ago

DonaldTsang commented 5 years ago

Introduction

JABCode is a color barcode used by the German government (Federal Office of Information Security) for tagging items. Currently there is no easy-to-use solutions available for the public to test and experiment.

HiQ is a color barcode based on QR code, created by the students Hong Kong Chinese University (the top University of Hong Kong).

Impact on existing code

For JABCode

There is no compatibility problem for JABCode inclusion, as this is written in C (moving to C++ should be easy), and the code for JABCode is licensed under LGPL.

For HiQ

For HiQ the source code is written in Java, uses ZXing, and the license is Apache 2.0. It would be great if the code is rewritten in C/C++. Also HiQ

References

For JABCode