Method | Description | |
---|---|---|
Decoder ( ) : zxingwp7.common | ||
decode ( |
Decodes a Data Matrix Code represented as a {@link BitMatrix}. A 1 or "true" is taken to mean a black module.
|
|
decode ( bool image ) : |
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans. "true" is taken to mean a black module.
|
Method | Description | |
---|---|---|
correctErrors ( sbyte codewordBytes, int numDataCodewords ) : void |
Given data and error-correction codewords received, possibly corrupted by errors, attempts to correct the errors in-place using Reed-Solomon error correction.
|
public decode ( |
||
bits | booleans representing white/black Data Matrix Code modules /// | |
return |
public decode ( bool image ) : |
||
image | bool | booleans representing white/black Data Matrix Code modules /// |
return |