Improved approach to 1D decoding -- better use of integer math by scaling pattern...
[zxing.git] / core / src / com / google / zxing / oned / Code128Reader.java
2008-06-18 srowenImproved approach to 1D decoding -- better use of integ...
2008-06-18 srowenFix pretty clear bug on Code 128 and 39 readers: reject...
2008-06-12 srowenNow use integer math in patternMatchVariance for perfor...
2008-04-02 srowenFixed same ResultPoint bug in Code 128 and Code 39...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-02-25 srowenAdded BarcodeFormat to Result, indicating what type...
2008-02-22 srowenOops, not clearing row counters when we shift down...
2008-02-19 srowenImproved notion of pattern variance in 1D barcode eleme...
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-04 srowenMajor refactoring of 1D barcode code. Moved into com...