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.
构造器和说明 |
---|
MultiDetector(BitMatrix image) |
限定符和类型 | 方法和说明 |
---|---|
DetectorResult[] |
detectMulti(java.util.Map<DecodeHintType,?> hints) |
public MultiDetector(BitMatrix image)
public DetectorResult[] detectMulti(java.util.Map<DecodeHintType,?> hints) throws NotFoundException