Uses of Class
com.google.zxing.pdf417.decoder.DetectionResult
-
Packages that use DetectionResult Package Description com.google.zxing.pdf417.decoder -
-
Uses of DetectionResult in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that return DetectionResult Modifier and Type Method Description private static DetectionResult
PDF417ScanningDecoder. merge(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn)
Methods in com.google.zxing.pdf417.decoder with parameters of type DetectionResult Modifier and Type Method Description private static void
PDF417ScanningDecoder. adjustCodewordCount(DetectionResult detectionResult, BarcodeValue[][] barcodeMatrix)
private static BarcodeValue[][]
PDF417ScanningDecoder. createBarcodeMatrix(DetectionResult detectionResult)
private static DecoderResult
PDF417ScanningDecoder. createDecoderResult(DetectionResult detectionResult)
private static int
PDF417ScanningDecoder. getStartColumn(DetectionResult detectionResult, int barcodeColumn, int imageRow, boolean leftToRight)
private static boolean
PDF417ScanningDecoder. isValidBarcodeColumn(DetectionResult detectionResult, int barcodeColumn)
-