public final class QRCodeMultiReader extends QRCodeReader implements MultipleBarcodeReader
Modifier and Type | Class and Description |
---|---|
private static class |
QRCodeMultiReader.SAComparator |
Modifier and Type | Field and Description |
---|---|
private static Result[] |
EMPTY_RESULT_ARRAY |
private static ResultPoint[] |
NO_POINTS |
Constructor and Description |
---|
QRCodeMultiReader() |
Modifier and Type | Method and Description |
---|---|
Result[] |
decodeMultiple(BinaryBitmap image) |
Result[] |
decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
(package private) static java.util.List<Result> |
processStructuredAppend(java.util.List<Result> results) |
decode, decode, getDecoder, reset
private static final Result[] EMPTY_RESULT_ARRAY
private static final ResultPoint[] NO_POINTS
public Result[] decodeMultiple(BinaryBitmap image) throws NotFoundException
decodeMultiple
in interface MultipleBarcodeReader
NotFoundException
public Result[] decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) throws NotFoundException
decodeMultiple
in interface MultipleBarcodeReader
NotFoundException