zxing/core
2009-12-20 20:08:32 +00:00
..
lib Biiig standardization of whitespace. 2 space indents now, no tabs. 2008-02-14 20:25:54 +00:00
src/com/google/zxing Made a small performance tweak (about 1% faster). 2009-12-13 21:36:38 +00:00
test Finished work on the local binarizer and renamed it to HybridBinarizer. It uses the old histogram for 1D and the new approach for 2D. The unit tests don't fully demonstrate how much better this is in real-world lighting, but it pretty much solves the situation of pointing at a QR Code for 30 seconds without scanning, due to a shadow or gradient. 2009-12-13 21:08:57 +00:00
build.xml Added a new build-optimized target to core for applications which want the library to be optimized but don't want to run ProGuard themselves against the entire app. 2009-12-20 20:08:32 +00:00