Namespace ZXing.Aztec.Internal
Classes
- AztecCode
Aztec 2D code representation
- AztecDetectorResult
Extends DetectorResult with more information specific to the Aztec format, like the number of layers and whether it's compact.
- BinaryShiftToken
represents a token for a binary shift
- Decoder
The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
- Detector
Encapsulates logic that can detect an Aztec Code in an image, even if the Aztec Code is rotated or skewed, or partially obscured.
- Encoder
Generates Aztec 2D barcodes.
- HighLevelEncoder
This produces nearly optimal encodings of text into the first-level of encoding used by Aztec code. It uses a dynamic algorithm. For each prefix of the string, it determines a set of encodings that could lead to this prefix. We repeatedly add a character and generate a new set of optimal encodings until we have read through the entire input. @author Frank Yellin @author Rustam Abdullaev