public final class Decoder extends Object
The main class which implements MaxiCode decoding -- as opposed to locating and extracting the MaxiCode from an image.
构造器和说明 |
---|
Decoder() |
限定符和类型 | 方法和说明 |
---|---|
DecoderResult |
decode(BitMatrix bits) |
DecoderResult |
decode(BitMatrix bits,
Map<DecodeHintType,?> hints) |
public DecoderResult decode(BitMatrix bits) throws ChecksumException, FormatException
public DecoderResult decode(BitMatrix bits, Map<DecodeHintType,?> hints) throws FormatException, ChecksumException
Copyright © 2007–2015. All rights reserved.