Modifier and Type | Method and Description |
---|---|
BinaryBitmap |
BinaryBitmap.crop(int left,
int top,
int width,
int height)
Returns a new object with cropped image data.
|
BinaryBitmap |
BinaryBitmap.rotateCounterClockwise()
Returns a new object with rotated image data by 90 degrees counterclockwise.
|
BinaryBitmap |
BinaryBitmap.rotateCounterClockwise45()
Returns a new object with rotated image data by 45 degrees counterclockwise.
|
Modifier and Type | Method and Description |
---|---|
Result |
Reader.decode(BinaryBitmap image)
Locates and decodes a barcode in some format within an image.
|
Result |
MultiFormatReader.decode(BinaryBitmap image)
This version of decode honors the intent of Reader.decode(BinaryBitmap) in that it
passes null as a hint to the decoders.
|
Result |
Reader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints)
Locates and decodes a barcode in some format within an image.
|
Result |
MultiFormatReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints)
Decode an image using the hints provided.
|
Result |
MultiFormatReader.decodeWithState(BinaryBitmap image)
Decode an image using the state set up by calling setHints() previously.
|
Modifier and Type | Method and Description |
---|---|
Result |
AztecReader.decode(BinaryBitmap image)
Locates and decodes a Data Matrix code in an image.
|
Result |
AztecReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
DataMatrixReader.decode(BinaryBitmap image)
Locates and decodes a Data Matrix code in an image.
|
Result |
DataMatrixReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
MaxiCodeReader.decode(BinaryBitmap image)
Locates and decodes a MaxiCode in an image.
|
Result |
MaxiCodeReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
ByQuadrantReader.decode(BinaryBitmap image) |
Result |
ByQuadrantReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result[] |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap image) |
Result[] |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image) |
Result[] |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result[] |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result[] |
QRCodeMultiReader.decodeMultiple(BinaryBitmap image) |
Result[] |
QRCodeMultiReader.decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
UPCAReader.decode(BinaryBitmap image) |
Result |
OneDReader.decode(BinaryBitmap image) |
Result |
UPCAReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result |
OneDReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
Result |
PDF417Reader.decode(BinaryBitmap image)
Locates and decodes a PDF417 code in an image.
|
Result |
PDF417Reader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Result[] |
PDF417Reader.decodeMultiple(BinaryBitmap image) |
Result[] |
PDF417Reader.decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Modifier and Type | Method and Description |
---|---|
static PDF417DetectorResult |
Detector.detect(BinaryBitmap image,
Map<DecodeHintType,?> hints,
boolean multiple)
Detects a PDF417 Code in an image.
|
Modifier and Type | Method and Description |
---|---|
Result |
QRCodeReader.decode(BinaryBitmap image)
Locates and decodes a QR code in an image.
|
Result |
QRCodeReader.decode(BinaryBitmap image,
Map<DecodeHintType,?> hints) |
Copyright © 2007–2016. All rights reserved.