ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Find a file
dswitkin 8cb804ec9e Made a change to 1D decoding which looks for 100% instead of 150% of the start and end patterns when searching for quiet zones, but in exchange for that reduction, we reject rows whose quiet zones would run off either edge of the image.
The result is complete elimination of all false positives in the new batch of 40 images I just checked in. Bettter than that, we come up with a net gain of 38 new barcodes decoded (counting rotation and try harder variations). We even get some of the reflective images that were impossible up to this point.

git-svn-id: https://zxing.googlecode.com/svn/trunk@620 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-10-15 19:47:34 +00:00
android Added the missing AndroidHttpClient to the package, which fixes the Android client build using the 1.0 SDK. 2008-10-13 16:08:58 +00:00
bug More fixes to the build files after trying to build the whole thing again for release 2008-07-10 20:25:42 +00:00
core Made a change to 1D decoding which looks for 100% instead of 150% of the start and end patterns when searching for quiet zones, but in exchange for that reduction, we reject rows whose quiet zones would run off either edge of the image. 2008-10-15 19:47:34 +00:00
cpp/core Added 'About' screen, localized application name 2008-08-14 11:00:48 +00:00
iphone improved image cropping, also work around iPhone OS 2.1 bug when picking from photo roll 2008-10-13 16:09:09 +00:00
javame Workaround (I think) for bizarre array corruption problem on Sun WTK and some SE phones 2008-10-15 11:29:22 +00:00
javase Improved error message when file/URI is mistyped. 2008-10-04 10:12:17 +00:00
rim Generate simple .alx file with RIM build 2008-09-21 11:12:41 +00:00
zxingorg git-svn-id: https://zxing.googlecode.com/svn/trunk@580 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2008-09-12 15:04:37 +00:00
AUTHORS Initial checkin of RIM client from LifeMarks, after initial refactorings and style changes, etc. May still need work. 2008-08-04 18:39:26 +00:00
build.properties Reverted accidental build.properties change 2008-08-14 11:04:21 +00:00
build.xml More fixes to the build files after trying to build the whole thing again for release 2008-07-10 20:25:42 +00:00
CHANGES Updating 1.0 release notes. 2008-09-11 14:14:25 +00:00
COPYING Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
README git-svn-id: https://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57 2007-11-15 17:59:01 +00:00

Please refer to the project page for more information:
http://code.google.com/p/zxing/
in particular:
http://code.google.com/p/zxing/wiki/GettingStarted

To get started, you can try building and running the command-line client;
you will need to have Apache's Ant tool installed to run this:

ant -f core/build.xml
ant -f javase/build.xml
java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner [URL]