com.google.zxing.multi.qrcode.detector
Class MultiDetector

java.lang.Object
  extended by com.google.zxing.qrcode.detector.Detector
      extended by 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

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

MultiDetector

public MultiDetector(BitMatrix image)
Method Detail

detectMulti

public DetectorResult[] detectMulti(java.util.Map<DecodeHintType,?> hints)
                             throws NotFoundException
Throws:
NotFoundException