public final class Decoder extends Object
The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
Constructor and Description |
---|
Decoder() |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
decode(AztecDetectorResult detectorResult) |
static String |
highLevelDecode(boolean[] correctedBits) |
public DecoderResult decode(AztecDetectorResult detectorResult) throws FormatException
FormatException
public static String highLevelDecode(boolean[] correctedBits) throws FormatException
FormatException
Copyright © 2007–2024. All rights reserved.