Is there any way to write a QR-code decoder in C++ from scratch? I have done that already in Python using SimpleCv
module to access the webcam.
Thanks
I'm one of the core SimpleCV developers. We used to support ZXing, but the problem was it was java based and quite slow running outside of it's own application. As of last week I updated the code to support Zbar. It's c++ based, and is very fast and much easier to install and run. They also have examples on how to run your own code and should work with OpenCV if you need much faster speeds.
Hope this helps.
ZXing has a C++ detector and decoder. All you need to give it is the RGB or luminance image data as a vector.
(Full disclosure: I'm the primary maintainer of the ZXing C++ QR port at this point.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With