public abstract class AbstractRSSReader extends OneDReader
OneDReader
implementations that read barcodes in the RSS family
of formats.Modifier | Constructor and Description |
---|---|
protected |
AbstractRSSReader() |
Modifier and Type | Method and Description |
---|---|
protected static int |
count(int[] array)
Deprecated.
call
MathUtils.sum(int[]) |
protected static void |
decrement(int[] array,
float[] errors) |
protected int[] |
getDataCharacterCounters() |
protected int[] |
getDecodeFinderCounters() |
protected int[] |
getEvenCounts() |
protected float[] |
getEvenRoundingErrors() |
protected int[] |
getOddCounts() |
protected float[] |
getOddRoundingErrors() |
protected static void |
increment(int[] array,
float[] errors) |
protected static boolean |
isFinderPattern(int[] counters) |
protected static int |
parseFinderValue(int[] counters,
int[][] finderPatterns) |
decode, decode, decodeRow, patternMatchVariance, recordPattern, recordPatternInReverse, reset
protected final int[] getDecodeFinderCounters()
protected final int[] getDataCharacterCounters()
protected final float[] getOddRoundingErrors()
protected final float[] getEvenRoundingErrors()
protected final int[] getOddCounts()
protected final int[] getEvenCounts()
protected static int parseFinderValue(int[] counters, int[][] finderPatterns) throws NotFoundException
NotFoundException
@Deprecated protected static int count(int[] array)
MathUtils.sum(int[])
array
- values to sumprotected static void increment(int[] array, float[] errors)
protected static void decrement(int[] array, float[] errors)
protected static boolean isFinderPattern(int[] counters)
Copyright © 2007–2016. All rights reserved.