Class Decoder
The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
public sealed class Decoder
- Inheritance
-
Decoder
- Inherited Members
Constructors
Decoder()
public Decoder()
Methods
decode(AztecDetectorResult)
Decodes the specified detector result.
public DecoderResult decode(AztecDetectorResult detectorResult)
Parameters
detectorResult
AztecDetectorResultThe detector result.
Returns
highLevelDecode(bool[])
This method is used for testing the high-level encoder
public static string highLevelDecode(bool[] correctedBits)
Parameters
correctedBits
bool[]