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 DetectionResultRowIndicatorColumnPDF417ScanningDecoder. 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 BoundingBoxPDF417ScanningDecoder. adjustBoundingBox(DetectionResultRowIndicatorColumn rowIndicatorColumn)private static BarcodeMetadataPDF417ScanningDecoder. getBarcodeMetadata(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn)private static DetectionResultPDF417ScanningDecoder. merge(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn)
-