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.
-
-
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
-
-
-
-
Constructor Detail
-
MultiDetector
public MultiDetector(BitMatrix image)
-
-
Method Detail
-
detectMulti
public DetectorResult[] detectMulti(java.util.Map<DecodeHintType,?> hints) throws NotFoundException
- Throws:
NotFoundException
-
-