←back to thread

246 points D4Ha | 2 comments | | HN request time: 0.418s | source
Show context
bb88 ◴[] No.42167696[source]
This is pretty awesome. I would like to see the same thing for the decoder.
replies(3): >>42168723 #>>42170166 #>>42171026 #
1. phoronixrly ◴[] No.42171026[source]
Yeah, I've been looking for a guide to implementing qr readers from 0. Explicitly not 'oh just plug in this CV library in, feed it the image and it spits out the result' like all the stuff I find in Google on the topic.

I am looking for a guide that walks you through implementing all the algorithms necessary after you have the decoded raw image data.

replies(1): >>42171524 #
2. vrighter ◴[] No.42171524[source]
find a copy of the standard. A version of it is floating online. The latest version just added some clarifications, but is not needed. I built an implementation out of that, though the error correction part, of course, I had to learn somewhere else. But the spec is very readable