zxing/core/test
2009-05-21 19:56:25 +00:00
..
data Adding a few test images from a defunct issue report 2009-04-28 22:29:30 +00:00
src/com/google/zxing I moved a chunk of the histogram/black point code out of BaseMonochromeBitmapSource and into BlackPointEstimator which makes a lot more sense. Unfortunately I had to expose three new methods and touch a bunch of files. But I did manage to reuse an array on subsequent calls, which was being allocated on every row scanned, so that might be a bit faster. It will also be easier to convert this code to JNI in the future if we want to, and/or do more advanced thresholding. 2009-05-21 19:56:25 +00:00