Uses of Class
com.google.zxing.aztec.AztecDetectorResult
-
Packages that use AztecDetectorResult Package Description com.google.zxing.aztec.decoder com.google.zxing.aztec.detector -
-
Uses of AztecDetectorResult in com.google.zxing.aztec.decoder
Fields in com.google.zxing.aztec.decoder declared as AztecDetectorResult Modifier and Type Field Description private AztecDetectorResult
Decoder. ddata
Methods in com.google.zxing.aztec.decoder with parameters of type AztecDetectorResult Modifier and Type Method Description DecoderResult
Decoder. decode(AztecDetectorResult detectorResult)
-
Uses of AztecDetectorResult in com.google.zxing.aztec.detector
Methods in com.google.zxing.aztec.detector that return AztecDetectorResult Modifier and Type Method Description AztecDetectorResult
Detector. detect()
AztecDetectorResult
Detector. detect(boolean isMirror)
Detects an Aztec Code in an image.
-