zxing/core
kev.sully 85506667a7 ISSUE: http://code.google.com/p/zxing/issues/detail?id=110
Changes to fix high nbr of false positives.
- Fixed up the quiet zone checks.
- Validate that the barcode fills the viewfinder
- Check that decoded barcode is min 6 digits


git-svn-id: https://zxing.googlecode.com/svn/trunk@755 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2008-11-21 11:25:45 +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 ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 2008-11-21 11:25:45 +00:00
test ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 2008-11-21 09:40:13 +00:00
build.xml Created the base Writer object for all barcode encoding, then wrote a QR Code version. A Writer encodes a series of raw bytes into a 2D greyscale bitmap, represented by a ByteArray. This seems like a better container than MonochromeBitmapSource, because we may want shades of grey when encoding future formats. The next step is to hook this up to the Android client. 2008-11-17 22:10:45 +00:00