Class PDF417CodewordDecoder


  • final class PDF417CodewordDecoder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static float[][] RATIOS_TABLE  
    • Field Detail

      • RATIOS_TABLE

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

      • PDF417CodewordDecoder

        private PDF417CodewordDecoder()
    • Method Detail

      • 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)