Package com.google.zxing.pdf417.decoder
Class PDF417CodewordDecoder
java.lang.Object
com.google.zxing.pdf417.decoder.PDF417CodewordDecoder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
getBitValue
(int[] moduleBitCount) private static int
getClosestDecodedValue
(int[] moduleBitCount) private static int
getDecodedCodewordValue
(int[] moduleBitCount) (package private) static int
getDecodedValue
(int[] moduleBitCount) private static int[]
sampleBitCounts
(int[] moduleBitCount)
-
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)
-