Modifier and Type | Method and Description |
---|---|
DecoderResult |
Decoder.decode(AztecDetectorResult detectorResult) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
Decoder.decode(BitMatrix bits)
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 bits) |
DecoderResult |
Decoder.decode(BitMatrix bits,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
static DecoderResult |
PDF417ScanningDecoder.decode(BitMatrix image,
ResultPoint imageTopLeft,
ResultPoint imageBottomLeft,
ResultPoint imageTopRight,
ResultPoint imageBottomRight,
int minCodewordWidth,
int maxCodewordWidth) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
Decoder.decode(BitMatrix bits) |
DecoderResult |
Decoder.decode(BitMatrix bits,
Map<DecodeHintType,?> hints)
Decodes a QR Code represented as a
BitMatrix . |
DecoderResult |
Decoder.decode(boolean[][] image) |
DecoderResult |
Decoder.decode(boolean[][] image,
Map<DecodeHintType,?> hints)
Convenience method that can decode a QR Code represented as a 2D array of booleans.
|
Copyright © 2007–2022. All rights reserved.