com.google.zxing.multi.qrcode.detector
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.
- Author:
- Sean Owen, Hannes Erven
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiDetector
public MultiDetector(BitMatrix image)
detectMulti
public DetectorResult[] detectMulti(Map<DecodeHintType,?> hints)
throws NotFoundException
- Throws:
NotFoundException
Copyright © 2007-2012. All Rights Reserved.