Modifier and Type | Field and Description |
---|---|
private java.util.Map<DecodeHintType,?> |
MultiFormatReader.hints |
Modifier and Type | Method and Description |
---|---|
static DecodeHintType |
DecodeHintType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DecodeHintType[] |
DecodeHintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Result |
MultiFormatReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints)
Decode an image using the hints provided.
|
Result |
Reader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints)
Locates and decodes a barcode in some format within an image.
|
void |
MultiFormatReader.setHints(java.util.Map<DecodeHintType,?> hints)
This method adds state to the MultiFormatReader.
|
Modifier and Type | Method and Description |
---|---|
Result |
AztecReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<DecodeHintType,?> |
DecodeWorker.hints |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<DecodeHintType,?> |
DecoderConfig.buildHints() |
Modifier and Type | Method and Description |
---|---|
private Result[] |
DecodeWorker.decode(java.net.URI uri,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
static java.nio.charset.Charset |
StringUtils.guessCharset(byte[] bytes,
java.util.Map<DecodeHintType,?> hints) |
static java.lang.String |
StringUtils.guessEncoding(byte[] bytes,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
DataMatrixReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
MaxiCodeReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
Decoder.decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
ByQuadrantReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Result[] |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Result[] |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
private void |
GenericMultipleBarcodeReader.doDecodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints,
java.util.List<Result> results,
int xOffset,
int yOffset,
int currentDepth) |
Modifier and Type | Method and Description |
---|---|
Result[] |
QRCodeMultiReader.decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
DetectorResult[] |
MultiDetector.detectMulti(java.util.Map<DecodeHintType,?> hints) |
FinderPatternInfo[] |
MultiFinderPatternFinder.findMulti(java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
OneDReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Result |
UPCAReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Result |
UPCAReader.decodeRow(int rowNumber,
BitArray row,
int[] startGuardRange,
java.util.Map<DecodeHintType,?> hints) |
Result |
UPCEANReader.decodeRow(int rowNumber,
BitArray row,
int[] startGuardRange,
java.util.Map<DecodeHintType,?> hints)
Like
UPCEANReader.decodeRow(int, BitArray, Map) , but
allows caller to inform method about where the UPC/EAN start pattern is
found. |
Result |
CodaBarReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
Code128Reader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
Code39Reader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
Code93Reader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
ITFReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
MultiFormatOneDReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
MultiFormatUPCEANReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
abstract Result |
OneDReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints)
Attempts to decode a one-dimensional barcode format given a single row of
an image.
|
Result |
UPCAReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Result |
UPCEANReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
private Result |
OneDReader.doDecode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints)
We're going to examine rows from the middle outward, searching alternately above and below the
middle, and farther out each time.
|
Constructor and Description |
---|
MultiFormatOneDReader(java.util.Map<DecodeHintType,?> hints) |
MultiFormatUPCEANReader(java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
private Pair |
RSS14Reader.decodePair(BitArray row,
boolean right,
int rowNumber,
java.util.Map<DecodeHintType,?> hints) |
Result |
RSS14Reader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
RSSExpandedReader.decodeRow(int rowNumber,
BitArray row,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
PDF417Reader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
private static Result[] |
PDF417Reader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints,
boolean multiple) |
Result[] |
PDF417Reader.decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
static PDF417DetectorResult |
Detector.detect(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints,
boolean multiple)
Detects a PDF417 Code in an image.
|
Modifier and Type | Method and Description |
---|---|
Result |
QRCodeReader.decode(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
Decoder.decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints)
Decodes a QR Code represented as a
BitMatrix . |
private DecoderResult |
Decoder.decode(BitMatrixParser parser,
java.util.Map<DecodeHintType,?> hints) |
DecoderResult |
Decoder.decode(boolean[][] image,
java.util.Map<DecodeHintType,?> hints)
Convenience method that can decode a QR Code represented as a 2D array of booleans.
|
(package private) static DecoderResult |
DecodedBitStreamParser.decode(byte[] bytes,
Version version,
ErrorCorrectionLevel ecLevel,
java.util.Map<DecodeHintType,?> hints) |
private static void |
DecodedBitStreamParser.decodeByteSegment(BitSource bits,
java.lang.StringBuilder result,
int count,
CharacterSetECI currentCharacterSetECI,
java.util.Collection<byte[]> byteSegments,
java.util.Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
DetectorResult |
Detector.detect(java.util.Map<DecodeHintType,?> hints)
Detects a QR Code in an image.
|
(package private) FinderPatternInfo |
FinderPatternFinder.find(java.util.Map<DecodeHintType,?> hints) |