Package | Description |
---|---|
com.google.zxing.pdf417.decoder |
Modifier and Type | Field and Description |
---|---|
private BoundingBox |
DetectionResult.boundingBox |
private BoundingBox |
DetectionResultColumn.boundingBox |
Modifier and Type | Method and Description |
---|---|
(package private) BoundingBox |
BoundingBox.addMissingRows(int missingStartRows,
int missingEndRows,
boolean isLeft) |
private static BoundingBox |
PDF417ScanningDecoder.adjustBoundingBox(DetectionResultRowIndicatorColumn rowIndicatorColumn) |
(package private) BoundingBox |
DetectionResult.getBoundingBox() |
(package private) BoundingBox |
DetectionResultColumn.getBoundingBox() |
(package private) static BoundingBox |
BoundingBox.merge(BoundingBox leftBox,
BoundingBox rightBox) |
Modifier and Type | Method and Description |
---|---|
private static DetectionResultRowIndicatorColumn |
PDF417ScanningDecoder.getRowIndicatorColumn(BitMatrix image,
BoundingBox boundingBox,
ResultPoint startPoint,
boolean leftToRight,
int minCodewordWidth,
int maxCodewordWidth) |
(package private) static BoundingBox |
BoundingBox.merge(BoundingBox leftBox,
BoundingBox rightBox) |
(package private) void |
DetectionResult.setBoundingBox(BoundingBox boundingBox) |
Constructor and Description |
---|
BoundingBox(BoundingBox boundingBox) |
DetectionResult(BarcodeMetadata barcodeMetadata,
BoundingBox boundingBox) |
DetectionResultColumn(BoundingBox boundingBox) |
DetectionResultRowIndicatorColumn(BoundingBox boundingBox,
boolean isLeft) |