public class QRCodeReader
extends java.lang.Object
| Constructor and Description |
|---|
QRCodeReader() |
| Modifier and Type | Method and Description |
|---|---|
Result |
decode(BinaryBitmap image)
Locates and decodes a QR code in an image.
|
Result |
decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
protected Decoder |
getDecoder() |
void |
reset() |
protected Decoder getDecoder()
public Result decode(BinaryBitmap image)
throws NotFoundException,
ChecksumException,
FormatException
NotFoundExceptionChecksumExceptionFormatExceptionpublic Result decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints)
throws NotFoundException,
ChecksumException,
FormatException
NotFoundExceptionChecksumExceptionFormatExceptionpublic void reset()