public final class ErrorCorrection extends Object
PDF417 error correction implementation.
This example is quite useful in understanding the algorithm.
ReedSolomonDecoder
Constructor and Description |
---|
ErrorCorrection() |
public int decode(int[] received, int numECCodewords, int[] erasures) throws ChecksumException
ChecksumException
Copyright © 2007-2014. All Rights Reserved.