Package com.google.zxing.pdf417.decoder
Class PDF417CodewordDecoder
- java.lang.Object
-
- com.google.zxing.pdf417.decoder.PDF417CodewordDecoder
-
final class PDF417CodewordDecoder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static float[][]RATIOS_TABLE
-
Constructor Summary
Constructors Modifier Constructor Description privatePDF417CodewordDecoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static intgetBitValue(int[] moduleBitCount)private static intgetClosestDecodedValue(int[] moduleBitCount)private static intgetDecodedCodewordValue(int[] moduleBitCount)(package private) static intgetDecodedValue(int[] moduleBitCount)private static int[]sampleBitCounts(int[] moduleBitCount)
-
-
-
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)
-
-