Uses of Class
com.google.zxing.pdf417.decoder.DetectionResult
Packages that use DetectionResult
-
Uses of DetectionResult in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that return DetectionResultModifier and TypeMethodDescriptionprivate static DetectionResultPDF417ScanningDecoder.merge(DetectionResultRowIndicatorColumn leftRowIndicatorColumn, DetectionResultRowIndicatorColumn rightRowIndicatorColumn) Methods in com.google.zxing.pdf417.decoder with parameters of type DetectionResultModifier and TypeMethodDescriptionprivate static voidPDF417ScanningDecoder.adjustCodewordCount(DetectionResult detectionResult, BarcodeValue[][] barcodeMatrix) private static BarcodeValue[][]PDF417ScanningDecoder.createBarcodeMatrix(DetectionResult detectionResult) private static DecoderResultPDF417ScanningDecoder.createDecoderResult(DetectionResult detectionResult) private static intPDF417ScanningDecoder.getStartColumn(DetectionResult detectionResult, int barcodeColumn, int imageRow, boolean leftToRight) private static booleanPDF417ScanningDecoder.isValidBarcodeColumn(DetectionResult detectionResult, int barcodeColumn)