Class PDF417CodewordDecoder

java.lang.Object
com.google.zxing.pdf417.decoder.PDF417CodewordDecoder

final class PDF417CodewordDecoder extends Object
  • Field Details

    • RATIOS_TABLE

      private static final float[][] RATIOS_TABLE
  • Constructor Details

    • PDF417CodewordDecoder

      private PDF417CodewordDecoder()
  • Method Details

    • getDecodedValue

      static int getDecodedValue(int[] moduleBitCount)
    • sampleBitCounts

      private static int[] sampleBitCounts(int[] moduleBitCount)
    • getDecodedCodewordValue

      private static int getDecodedCodewordValue(int[] moduleBitCount)
    • getBitValue

      private static int getBitValue(int[] moduleBitCount)
    • getClosestDecodedValue

      private static int getClosestDecodedValue(int[] moduleBitCount)