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.
|
(package private) static DecoderResult |
DecodedBitStreamParser.decode(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
Decoder.decode(BitMatrix bits) |
DecoderResult |
Decoder.decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints) |
(package private) static DecoderResult |
DecodedBitStreamParser.decode(byte[] bytes,
int mode) |
Modifier and Type | Method and Description |
---|---|
private static DecoderResult |
PDF417ScanningDecoder.createDecoderResult(DetectionResult detectionResult) |
private static DecoderResult |
PDF417ScanningDecoder.createDecoderResultFromAmbiguousValues(int ecLevel,
int[] codewords,
int[] erasureArray,
int[] ambiguousIndexes,
int[][] ambiguousIndexValues)
This method deals with the fact, that the decoding process doesn't always yield a single most likely value.
|
static DecoderResult |
PDF417ScanningDecoder.decode(BitMatrix image,
ResultPoint imageTopLeft,
ResultPoint imageBottomLeft,
ResultPoint imageTopRight,
ResultPoint imageBottomRight,
int minCodewordWidth,
int maxCodewordWidth) |
(package private) static DecoderResult |
DecodedBitStreamParser.decode(int[] codewords,
java.lang.String ecLevel) |
private static DecoderResult |
PDF417ScanningDecoder.decodeCodewords(int[] codewords,
int ecLevel,
int[] erasures) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
Decoder.decode(BitMatrix bits) |
DecoderResult |
Decoder.decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints)
Decodes a QR Code represented as a
BitMatrix . |
private DecoderResult |
Decoder.decode(BitMatrixParser parser,
java.util.Map<DecodeHintType,?> hints) |
DecoderResult |
Decoder.decode(boolean[][] image) |
DecoderResult |
Decoder.decode(boolean[][] image,
java.util.Map<DecodeHintType,?> hints)
Convenience method that can decode a QR Code represented as a 2D array of booleans.
|
(package private) static DecoderResult |
DecodedBitStreamParser.decode(byte[] bytes,
Version version,
ErrorCorrectionLevel ecLevel,
java.util.Map<DecodeHintType,?> hints) |