| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(AztecDetectorResult
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
Decodes a Data Matrix Code represented as a
BitMatrix.
|
DecoderResult |
Decoder.decode(boolean[][] image)
Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans.
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
|
DecoderResult |
Decoder.decode(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
static DecoderResult |
PDF417ScanningDecoder.decode(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
DecoderResult |
Decoder.decode(BitMatrix
|
DecoderResult |
Decoder.decode(BitMatrix
Decodes a QR Code represented as a
BitMatrix.
|
DecoderResult |
Decoder.decode(boolean[][] image)
|
DecoderResult |
Decoder.decode(boolean[][] image, Map
Convenience method that can decode a QR Code represented as a 2D array of booleans.
|