Uses of Class
com.google.zxing.common.DecoderResult
Packages that use DecoderResult
Package
Description
-
Uses of DecoderResult in com.google.zxing.aztec.decoder
Methods in com.google.zxing.aztec.decoder that return DecoderResult -
Uses of DecoderResult in com.google.zxing.datamatrix.decoder
Methods in com.google.zxing.datamatrix.decoder that return DecoderResultModifier and TypeMethodDescription(package private) static DecoderResultDecodedBitStreamParser.decode(byte[] bytes) Decoder.decode(boolean[][] image) Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans.Decodes a Data Matrix Code represented as aBitMatrix. -
Uses of DecoderResult in com.google.zxing.maxicode.decoder
Methods in com.google.zxing.maxicode.decoder that return DecoderResultModifier and TypeMethodDescription(package private) static DecoderResultDecodedBitStreamParser.decode(byte[] bytes, int mode) Decoder.decode(BitMatrix bits, Map<DecodeHintType, ?> hints) -
Uses of DecoderResult in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that return DecoderResultModifier and TypeMethodDescriptionprivate static DecoderResultPDF417ScanningDecoder.createDecoderResult(DetectionResult detectionResult) private static DecoderResultPDF417ScanningDecoder.createDecoderResultFromAmbiguousValues(int ecLevel, int[] codewords, int[] erasureArray, int[] ambiguousIndexes, int[][] ambiguousIndexValues) This method deals with the fact, that the decoding process doesn't always yield a single most likely value.(package private) static DecoderResultstatic DecoderResultPDF417ScanningDecoder.decode(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) private static DecoderResultPDF417ScanningDecoder.decodeCodewords(int[] codewords, int ecLevel, int[] erasures) -
Uses of DecoderResult in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that return DecoderResultModifier and TypeMethodDescription(package private) static DecoderResultDecodedBitStreamParser.decode(byte[] bytes, Version version, ErrorCorrectionLevel ecLevel, Map<DecodeHintType, ?> hints) Decoder.decode(boolean[][] image) Decoder.decode(boolean[][] image, Map<DecodeHintType, ?> hints) Convenience method that can decode a QR Code represented as a 2D array of booleans.Decoder.decode(BitMatrix bits, Map<DecodeHintType, ?> hints) Decodes a QR Code represented as aBitMatrix.private DecoderResultDecoder.decode(BitMatrixParser parser, Map<DecodeHintType, ?> hints)