You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm working on code-words error correction algorithm as part of my thesis. I need to show a demo but didn't find any good pure python qrcode reader and my understanding with C is limited. I just want to quickly know how to get detected code words. Can somebody point me in this library to get detected codewords, preferably as an array, before feeding them for error correction.
Thanks!
The text was updated successfully, but these errors were encountered:
prnvjb
changed the title
How to get message codewords before error correction?
How to get detected codewords before error correction?
Jul 29, 2020
On Wed, Jul 29, 2020 at 11:50:38AM -0700, prnvjb wrote:
Hi,
I'm working on message code-words error correction algorithm as part of my thesis. I need to show a demo but didn't find any good pure python qrcode reader and my understanding with C is limited. I just want to quickly know how to get message code words. Can somebody point me in this library to get message codewords, preferably as an array, before feeding them for error correction.
You can use quirc_extract() to read out the individual grid cells. Is
that what you want?
If you want to go a bit further, look at the source for quirc_decode()
and read_data() in decode.c.
Cheers,
Daniel
Hi,
I'm working on code-words error correction algorithm as part of my thesis. I need to show a demo but didn't find any good pure python qrcode reader and my understanding with C is limited. I just want to quickly know how to get detected code words. Can somebody point me in this library to get detected codewords, preferably as an array, before feeding them for error correction.
Thanks!
The text was updated successfully, but these errors were encountered: