Method | Description | |
---|---|---|
Decoder ( ) : ZXing.Common |
Initializes a new instance of the Decoder class.
|
|
decode ( |
Decodes a Data Matrix Code represented as a BitMatrix. A 1 or "true" is taken to mean a black module.
|
|
decode ( bool image ) : ZXing.Common.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. booleans representing white/black Data Matrix Code modules
|
Method | Description | |
---|---|---|
correctErrors ( byte codewordBytes, int numDataCodewords ) : bool |
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
|
public decode ( |
||
bits | booleans representing white/black Data Matrix Code modules | |
return | ZXing.Common.DecoderResult |
public decode ( bool image ) : ZXing.Common.DecoderResult | ||
image | bool | |
return | ZXing.Common.DecoderResult |