Given data and error-correction codewords received, possibly corrupted by errors, attempts to correct the errors in-place using Reed-Solomon error correction.
data and error correction codewords
number of codewords that are data bytes
Decodes a QR Code represented as a BitMatrix. A 1 or "true" is taken to mean a black module.
booleans representing white/black QR Code modules
decoding hints that should be used to influence decoding
text and bytes encoded within the QR Code
Convenience method that can decode a QR Code represented as a 2D array of booleans. "true" is taken to mean a black module.
booleans representing white/black QR Code modules
decoding hints that should be used to influence decoding
text and bytes encoded within the QR Code
Generated using TypeDoc
The main class which implements QR Code decoding -- as opposed to locating and extracting the QR Code from an image.
Sean Owen