| 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
Locates and decodes a barcode in some format within an image.
|
Result |
MultiFormatReader.decode(BinaryBitmap
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
Locates and decodes a barcode in some format within an image.
|
Result |
MultiFormatReader.decode(BinaryBitmap
Decode an image using the hints provided.
|
Result |
MultiFormatReader.decodeWithState(BinaryBitmap
Decode an image using the state set up by calling setHints() previously.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
AztecReader.decode(BinaryBitmap
Locates and decodes a Data Matrix code in an image.
|
Result |
AztecReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
Result |
DataMatrixReader.decode(BinaryBitmap
Locates and decodes a Data Matrix code in an image.
|
Result |
DataMatrixReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
Result |
MaxiCodeReader.decode(BinaryBitmap
Locates and decodes a MaxiCode in an image.
|
Result |
MaxiCodeReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
Result |
ByQuadrantReader.decode(BinaryBitmap
|
Result |
ByQuadrantReader.decode(BinaryBitmap
|
Result |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap
|
Result |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap
|
Result |
GenericMultipleBarcodeReader.decodeMultiple(BinaryBitmap
|
Result |
MultipleBarcodeReader.decodeMultiple(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
Result |
QRCodeMultiReader.decodeMultiple(BinaryBitmap
|
Result |
QRCodeMultiReader.decodeMultiple(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
Result |
UPCAReader.decode(BinaryBitmap
|
Result |
OneDReader.decode(BinaryBitmap
|
Result |
UPCAReader.decode(BinaryBitmap
|
Result |
OneDReader.decode(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
Result |
PDF417Reader.decode(BinaryBitmap
Locates and decodes a PDF417 code in an image.
|
Result |
PDF417Reader.decode(BinaryBitmap
|
Result |
PDF417Reader.decodeMultiple(BinaryBitmap
|
Result |
PDF417Reader.decodeMultiple(BinaryBitmap
|
| Modifier and Type | Method and Description |
|---|---|
static PDF417DetectorResult |
Detector.detect(BinaryBitmap
Detects a PDF417 Code in an image.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
QRCodeReader.decode(BinaryBitmap
Locates and decodes a QR code in an image.
|
Result |
QRCodeReader.decode(BinaryBitmap
|