public final class AztecDetectorResult extends DetectorResult
Extends DetectorResult
with more information specific to the Aztec format,
like the number of layers and whether it's compact.
Constructor and Description |
---|
AztecDetectorResult(BitMatrix bits,
ResultPoint[] points,
boolean compact,
int nbDatablocks,
int nbLayers) |
AztecDetectorResult(BitMatrix bits,
ResultPoint[] points,
boolean compact,
int nbDatablocks,
int nbLayers,
int errorsCorrected) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorsCorrected() |
int |
getNbDatablocks() |
int |
getNbLayers() |
boolean |
isCompact() |
getBits, getPoints
public AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers)
public AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers, int errorsCorrected)
Copyright © 2007–2024. All rights reserved.