Uses of Class
com.google.zxing.pdf417.decoder.DetectionResultRowIndicatorColumn
-
Packages that use DetectionResultRowIndicatorColumn Package Description com.google.zxing.pdf417.decoder -
-
Uses of DetectionResultRowIndicatorColumn in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that return DetectionResultRowIndicatorColumn Modifier and Type Method Description private static DetectionResultRowIndicatorColumn
PDF417ScanningDecoder. getRowIndicatorColumn(BitMatrix image, BoundingBox boundingBox, ResultPoint startPoint, boolean leftToRight, int minCodewordWidth, int maxCodewordWidth)
Methods in com.google.zxing.pdf417.decoder with parameters of type DetectionResultRowIndicatorColumn Modifier and Type Method Description private static BoundingBox
PDF417ScanningDecoder. adjustBoundingBox(DetectionResultRowIndicatorColumn rowIndicatorColumn)
private static BarcodeMetadata
PDF417ScanningDecoder. getBarcodeMetadata(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn)
private static DetectionResult
PDF417ScanningDecoder. merge(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn)
-