Tagged Questions
5
votes
2answers
907 views
QR Codes Recognition Algorithm
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 ...
4
votes
1answer
2k views
Unicode Encoding and decoding issues in QRCode
I am trying to generate UTF-8 QRCode so that I can encore accents and Unicode characters.
To test it, I am using many decoding solution :
http://zxing.org/w/decode.jspx - The zxing project also ...
1
vote
0answers
492 views
QRCode encoding and decoding problem
I want to split a file ( a docx file) and use the individual fragments of the file to encode a QRCode such that when the qrcodes are read in sequence, it reproduces the original file.
I was able to ...
0
votes
1answer
52 views
Show errors during decoding QRcode. Using ZXing Java library
I am trying to decode QR code with errors in Java with ZXing library. And I want to get all position of errors in binary string (consist from data and RS error correction codewords), which have ...
0
votes
1answer
28 views
QR Code decoding using libdecodeqr
I have successfully compiled and run libdecodeqr in visual studio 2005.But it failed to decode some qr codes created from same source(http://zxing.appspot.com/generator).After debugging I found that ...