| Modifier and Type | Method and Description |
|---|---|
static NotFoundException |
NotFoundException.getNotFoundInstance()
|
| 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.
|
BitMatrix |
BinaryBitmap.getBlackMatrix()
Converts a 2D array of luminance data to 1 bit.
|
abstract BitMatrix |
Binarizer.getBlackMatrix()
Converts a 2D array of luminance data to 1 bit data.
|
BitArray |
BinaryBitmap.getBlackRow(int y, BitArray
Converts one row of luminance data to 1 bit data.
|
abstract BitArray |
Binarizer.getBlackRow(int y, BitArray
Converts one row of luminance data to 1 bit data.
|
| 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 |
|---|---|
AztecDetectorResult |
Detector.detect()
|
AztecDetectorResult |
Detector.detect(boolean isMirror)
Detects an Aztec Code in an image.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
GridSampler.checkAndNudgePoints(BitMatrix
Checks a set of points that have been transformed to sample points on an image against the image's dimensions to see if the point are even within the image.
|
BitMatrix |
HybridBinarizer.getBlackMatrix()
Calculates the final BitMatrix once for all requests.
|
BitMatrix |
GlobalHistogramBinarizer.getBlackMatrix()
|
BitArray |
GlobalHistogramBinarizer.getBlackRow(int y, BitArray
|
abstract BitMatrix |
GridSampler.sampleGrid(BitMatrix
Samples an image for a rectangular matrix of bits of the given dimension.
|
BitMatrix |
DefaultGridSampler.sampleGrid(BitMatrix
|
abstract BitMatrix |
GridSampler.sampleGrid(BitMatrix
|
BitMatrix |
DefaultGridSampler.sampleGrid(BitMatrix
|
| Modifier and Type | Method and Description |
|---|---|
ResultPoint |
MonochromeRectangleDetector.detect()
Detects a rectangular region of black and white -- mostly black -- with a region of mostly white, in an image.
|
ResultPoint |
WhiteRectangleDetector.detect()
Detects a candidate barcode-like rectangular region within an image.
|
| Constructor and Description | |
|---|---|
WhiteRectangleDetector(BitMatrix
|
|
WhiteRectangleDetector(BitMatrix
|
| 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 |
|---|---|
DetectorResult |
Detector.detect()
Detects a Data Matrix Code in an image.
|
| Constructor and Description | |
|---|---|
Detector(BitMatrix
|
| 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 |
|---|---|
DetectorResult |
MultiDetector.detectMulti(Map
|
| Modifier and Type | Method and Description |
|---|---|
Result |
UPCAReader.decode(BinaryBitmap
|
Result |
OneDReader.decode(BinaryBitmap
|
Result |
UPCAReader.decode(BinaryBitmap
|
Result |
OneDReader.decode(BinaryBitmap
|
protected int[] |
UPCEReader.decodeEnd(BitArray
|
protected int |
EAN8Reader.decodeMiddle(BitArray
|
protected int |
UPCAReader.decodeMiddle(BitArray
|
protected int |
UPCEReader.decodeMiddle(BitArray
|
protected int |
EAN13Reader.decodeMiddle(BitArray
|
protected abstract int |
UPCEANReader.decodeMiddle(BitArray
Subclasses override this to decode the portion of a barcode between the start and end guard patterns.
|
Result |
UPCAReader.decodeRow(int rowNumber, BitArray
|
Result |
UPCEANReader.decodeRow(int rowNumber, BitArray
Like
UPCEANReader, but allows caller to inform method about where the UPC/EAN start pattern is found.
|
Result |
Code39Reader.decodeRow(int rowNumber, BitArray
|
Result |
Code128Reader.decodeRow(int rowNumber, BitArray
|
Result |
MultiFormatOneDReader.decodeRow(int rowNumber, BitArray
|
Result |
CodaBarReader.decodeRow(int rowNumber, BitArray
|
Result |
ITFReader.decodeRow(int rowNumber, BitArray
|
Result |
UPCAReader.decodeRow(int rowNumber, BitArray
|
abstract Result |
OneDReader.decodeRow(int rowNumber, BitArray
Attempts to decode a one-dimensional barcode format given a single row of an image.
|
Result |
Code93Reader.decodeRow(int rowNumber, BitArray
|
Result |
UPCEANReader.decodeRow(int rowNumber, BitArray
|
Result |
MultiFormatUPCEANReader.decodeRow(int rowNumber, BitArray
|
protected static void |
OneDReader.recordPattern(BitArray
Records the size of successive runs of white and black pixels in a row, starting at a given point.
|
protected static void |
OneDReader.recordPatternInReverse(BitArray
|
| Modifier and Type | Method and Description |
|---|---|
Result |
RSS14Reader.decodeRow(int rowNumber, BitArray
|
protected static int |
AbstractRSSReader.parseFinderValue(int[] counters, int[][] finderPatterns)
|
| Modifier and Type | Method and Description |
|---|---|
Result |
RSSExpandedReader.decodeRow(int rowNumber, BitArray
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AbstractExpandedDecoder.parseInformation()
|
| 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 DecoderResult |
PDF417ScanningDecoder.decode(BitMatrix
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
DetectorResult |
Detector.detect()
Detects a QR Code in an image.
|
DetectorResult |
Detector.detect(Map
Detects a QR Code in an image.
|
protected AlignmentPattern |
Detector.findAlignmentInRegion(float overallEstModuleSize, int estAlignmentX, int estAlignmentY, float allowanceFactor)
Attempts to locate an alignment pattern in a limited region of the image, which is guessed to contain it.
|
protected DetectorResult |
Detector.processFinderPatternInfo(FinderPatternInfo
|