| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 |
|---|---|
BitArray |
HighLevelEncoder.encode()
|
| Modifier and Type | Method and Description |
|---|---|
BitArray |
BitArray.clone()
|
BitArray |
GlobalHistogramBinarizer.getBlackRow(int y, BitArray
|
BitArray |
BitMatrix.getRow(int y, BitArray
A fast method to retrieve one row of data from the matrix as a BitArray.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BitArray.appendBitArray(BitArray
|
BitArray |
GlobalHistogramBinarizer.getBlackRow(int y, BitArray
|
BitArray |
BitMatrix.getRow(int y, BitArray
A fast method to retrieve one row of data from the matrix as a BitArray.
|
void |
BitMatrix.setRow(int y, BitArray
|
void |
BitArray.xor(BitArray
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Result |
RSSExpandedReader.decodeRow(int rowNumber, BitArray
|
| Modifier and Type | Method and Description |
|---|---|
protected BitArray |
AbstractExpandedDecoder.getInformation()
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractExpandedDecoder |
AbstractExpandedDecoder.createDecoder(BitArray
|