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 Data Matrix Code represented as a BitMatrix. A 1 or "true" is taken to mean a black module.
booleans representing white/black Data Matrix Code modules
text and bytes encoded within the Data Matrix Code
Generated using TypeDoc
The main class which implements Data Matrix Code decoding -- as opposed to locating and extracting the Data Matrix Code from an image.
bbrown@google.com (Brian Brown)