Uses of Class
com.google.zxing.pdf417.decoder.BoundingBox
Packages that use BoundingBox
-
Uses of BoundingBox in com.google.zxing.pdf417.decoder
Fields in com.google.zxing.pdf417.decoder declared as BoundingBoxModifier and TypeFieldDescriptionprivate BoundingBoxDetectionResult.boundingBoxprivate final BoundingBoxDetectionResultColumn.boundingBoxMethods in com.google.zxing.pdf417.decoder that return BoundingBoxModifier and TypeMethodDescription(package private) BoundingBoxBoundingBox.addMissingRows(int missingStartRows, int missingEndRows, boolean isLeft) private static BoundingBoxPDF417ScanningDecoder.adjustBoundingBox(DetectionResultRowIndicatorColumn rowIndicatorColumn) (package private) BoundingBoxDetectionResult.getBoundingBox()(package private) final BoundingBoxDetectionResultColumn.getBoundingBox()(package private) static BoundingBoxBoundingBox.merge(BoundingBox leftBox, BoundingBox rightBox) Methods in com.google.zxing.pdf417.decoder with parameters of type BoundingBoxModifier and TypeMethodDescriptionprivate static DetectionResultRowIndicatorColumnPDF417ScanningDecoder.getRowIndicatorColumn(BitMatrix image, BoundingBox boundingBox, ResultPoint startPoint, boolean leftToRight, int minCodewordWidth, int maxCodewordWidth) (package private) static BoundingBoxBoundingBox.merge(BoundingBox leftBox, BoundingBox rightBox) (package private) voidDetectionResult.setBoundingBox(BoundingBox boundingBox) Constructors in com.google.zxing.pdf417.decoder with parameters of type BoundingBoxModifierConstructorDescription(package private)BoundingBox(BoundingBox boundingBox) (package private)DetectionResult(BarcodeMetadata barcodeMetadata, BoundingBox boundingBox) (package private)DetectionResultColumn(BoundingBox boundingBox) (package private)DetectionResultRowIndicatorColumn(BoundingBox boundingBox, boolean isLeft)