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 and Description |
---|
MultiDetector(BitMatrix image) |
Modifier and Type | Method and Description |
---|---|
DetectorResult[] |
detectMulti(Map<DecodeHintType,?> hints) |
calculateModuleSize, detect, detect, findAlignmentInRegion, getImage, getResultPointCallback, processFinderPatternInfo
public MultiDetector(BitMatrix image)
public DetectorResult[] detectMulti(Map<DecodeHintType,?> hints) throws NotFoundException
NotFoundException
Copyright © 2007–2024. All rights reserved.