程序包 | 说明 |
---|---|
com.google.zxing.aztec | |
com.google.zxing.datamatrix.detector | |
com.google.zxing.multi.qrcode.detector | |
com.google.zxing.qrcode.detector |
限定符和类型 | 类和说明 |
---|---|
class |
AztecDetectorResult |
限定符和类型 | 方法和说明 |
---|---|
DetectorResult |
Detector.detect()
Detects a Data Matrix Code in an image.
|
限定符和类型 | 方法和说明 |
---|---|
DetectorResult[] |
MultiDetector.detectMulti(Map<DecodeHintType,?> hints) |
限定符和类型 | 方法和说明 |
---|---|
DetectorResult |
Detector.detect()
Detects a QR Code in an image, simply.
|
DetectorResult |
Detector.detect(Map<DecodeHintType,?> hints)
Detects a QR Code in an image, simply.
|
protected DetectorResult |
Detector.processFinderPatternInfo(FinderPatternInfo info) |
Copyright © 2007–2014. All rights reserved.