AztecDetectorResult

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.

Constructors

Link copied to clipboard
constructor(bits: BitMatrix, points: Array<ResultPoint>, compact: Boolean, nbDatablocks: Int, nbLayers: Int, errorsCorrected: Int, readerInit: Boolean)
constructor(bits: BitMatrix, points: Array<ResultPoint>, compact: Boolean, nbDatablocks: Int, nbLayers: Int)
constructor(bits: BitMatrix, points: Array<ResultPoint>, compact: Boolean, nbDatablocks: Int, nbLayers: Int, errorsCorrected: Int)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard