Decoder class

The main class which implements Data Matrix Code decoding -- as opposed to locating and extracting the Data Matrix Code from an image.

@author bbrown@google.com (Brian Brown)

Constructors

Decoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(List<List<bool>> image) DecoderResult
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans. "true" is taken to mean a black module.
decodeMatrix(BitMatrix bits) DecoderResult
Decodes a Data Matrix Code represented as a [BitMatrix]. A 1 or "true" is taken to mean a black module.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited