Refactored the MonochromeBitmapSource class hierarchy into LuminanceSource, Binarizer...
[zxing.git] / core / src / com / google / zxing / multi / GenericMultipleBarcodeReader.java
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-05-23 srowenMore intelligence to avoid very deep recursion
2009-05-22 srowenOff by one error in last change
2009-05-21 dswitkinMoved CroppedMonochromeBitmapSource into the common...
2009-05-21 srowenBe smarter about recursion to avoid infinite loop
2009-05-03 srowenAdd MultipleBarcodeReader interface to allow for more...