Package | Description |
---|---|
com.google.zxing.pdf417.decoder |
Modifier and Type | Field and Description |
---|---|
private Codeword[] |
DetectionResultColumn.codewords |
Modifier and Type | Method and Description |
---|---|
private static Codeword |
PDF417ScanningDecoder.detectCodeword(BitMatrix image,
int minColumn,
int maxColumn,
boolean leftToRight,
int startColumn,
int imageRow,
int minCodewordWidth,
int maxCodewordWidth) |
(package private) Codeword |
DetectionResultColumn.getCodeword(int imageRow) |
(package private) Codeword |
DetectionResultColumn.getCodewordNearby(int imageRow) |
(package private) Codeword[] |
DetectionResultColumn.getCodewords() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
DetectionResult.adjustRowNumber(Codeword codeword,
Codeword otherCodeword) |
private static int |
DetectionResult.adjustRowNumberIfValid(int rowIndicatorRowNumber,
int invalidRowCounts,
Codeword codeword) |
private void |
DetectionResult.adjustRowNumbers(int barcodeColumn,
int codewordsRow,
Codeword[] codewords) |
private void |
DetectionResultRowIndicatorColumn.removeIncorrectCodewords(Codeword[] codewords,
BarcodeMetadata barcodeMetadata) |
(package private) void |
DetectionResultColumn.setCodeword(int imageRow,
Codeword codeword) |