Package-level declarations
Types
Link copied to clipboard
class AztecDetectorResult(bits: BitMatrix, points: Array<ResultPoint>, compact: Boolean, nbDatablocks: Int, nbLayers: Int, errorsCorrected: Int, readerInit: Boolean) : DetectorResult
Extends DetectorResult with more information specific to the Aztec format, like the number of layers and whether it's compact.
Link copied to clipboard
This implementation can detect and decode Aztec codes in an image.
Link copied to clipboard
Renders an Aztec code as a BitMatrix.