|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.qrcode.detector.Detector
com.google.zxing.multi.qrcode.detector.MultiDetector
public final class MultiDetector
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 | |
---|---|
MultiDetector(BitMatrix image)
|
Method Summary | |
---|---|
DetectorResult[] |
detectMulti(java.util.Map<DecodeHintType,?> hints)
|
Methods inherited from class com.google.zxing.qrcode.detector.Detector |
---|
calculateModuleSize, computeDimension, createTransform, detect, detect, findAlignmentInRegion, getImage, getResultPointCallback, processFinderPatternInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiDetector(BitMatrix image)
Method Detail |
---|
public DetectorResult[] detectMulti(java.util.Map<DecodeHintType,?> hints) throws NotFoundException
NotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |