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.
Modifier and Type | Field and Description |
---|---|
private static DetectorResult[] |
EMPTY_DETECTOR_RESULTS |
Constructor and Description |
---|
MultiDetector(BitMatrix image) |
Modifier and Type | Method and Description |
---|---|
DetectorResult[] |
detectMulti(java.util.Map<DecodeHintType,?> hints) |
calculateModuleSize, detect, detect, findAlignmentInRegion, getImage, getResultPointCallback, processFinderPatternInfo
private static final DetectorResult[] EMPTY_DETECTOR_RESULTS
public MultiDetector(BitMatrix image)
public DetectorResult[] detectMulti(java.util.Map<DecodeHintType,?> hints) throws NotFoundException
NotFoundException