程序包 | 说明 |
---|---|
com.google.zxing.aztec.decoder | |
com.google.zxing.datamatrix.decoder | |
com.google.zxing.maxicode.decoder | |
com.google.zxing.pdf417.decoder | |
com.google.zxing.qrcode.decoder |
限定符和类型 | 方法和说明 |
---|---|
DecoderResult |
Decoder.decode(AztecDetectorResult detectorResult) |
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
DecoderResult |
Decoder.decode(BitMatrix bits) |
DecoderResult |
Decoder.decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints) |
限定符和类型 | 方法和说明 |
---|---|
static DecoderResult |
PDF417ScanningDecoder.decode(BitMatrix image,
ResultPoint imageTopLeft,
ResultPoint imageBottomLeft,
ResultPoint imageTopRight,
ResultPoint imageBottomRight,
int minCodewordWidth,
int maxCodewordWidth) |
限定符和类型 | 方法和说明 |
---|---|
DecoderResult |
Decoder.decode(BitMatrix bits) |
DecoderResult |
Decoder.decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints)
Decodes a QR Code represented as a
BitMatrix . |
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.
|