Decoder
class Decoder
The main class which implements Data Matrix Code decoding -- as opposed to locating and extracting the Data Matrix Code from an image.
Functions
Link copied to clipboard
Decodes a Data Matrix Code represented as a BitMatrix. A 1 or "true" is taken to mean a black module.
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans. "true" is taken to mean a black module.