I need to develop an application which detects QR codes with Visual Studio 2010 and OpenCV. I am very new in this topic. Can someone explain in simple words the steps of the decode algorithm and the procedure to detect the patterns in a QR code? I have read the steps in the ISO/IEC 18004:2000 document but I don't understand well. Thanks in advance
feedback
|
|
At CodeProject, there is an Open Source QRCode Library written in C# and it is compatible with Visual Studio 2010. I'm not sure why you want to use OpenCV as that seems more complicated than necessary. You are going to have to read and understand ISO/IEC 18004:2000(E) for encoding and decoding. If you don't understand how to utilize a Reed Solomon at least (for error correction), then use a library. | |||||||
feedback
|
|
You may try the QrCode recognition engine on http://www.stecos.net. It detects QrCode anywhere on the image, rotated, erased, ... And it very easy to use. | |||
feedback
|