Class MultiDetector
- java.lang.Object
-
- com.google.zxing.qrcode.detector.Detector
-
- com.google.zxing.multi.qrcode.detector.MultiDetector
-
public final class MultiDetector extends Detector
Encapsulates logic that can detect one or more QR Codes in an image, even if the QR Code is rotated or skewed, or partially obscured.
-
-
Field Summary
Fields Modifier and Type Field Description private static DetectorResult[]
EMPTY_DETECTOR_RESULTS
-
Constructor Summary
Constructors Constructor Description MultiDetector(BitMatrix image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetectorResult[]
detectMulti(java.util.Map<DecodeHintType,?> hints)
-
Methods inherited from class com.google.zxing.qrcode.detector.Detector
calculateModuleSize, detect, detect, findAlignmentInRegion, getImage, getResultPointCallback, processFinderPatternInfo
-
-
-
-
Field Detail
-
EMPTY_DETECTOR_RESULTS
private static final DetectorResult[] EMPTY_DETECTOR_RESULTS
-
-
Constructor Detail
-
MultiDetector
public MultiDetector(BitMatrix image)
-
-
Method Detail
-
detectMulti
public DetectorResult[] detectMulti(java.util.Map<DecodeHintType,?> hints) throws NotFoundException
- Throws:
NotFoundException
-
-