Added a new blackbox test with extreme shadows and highlights. We do pretty poorly...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 16 Jun 2009 18:47:34 +0000 (18:47 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 16 Jun 2009 18:47:34 +0000 (18:47 +0000)
commit87568b4ed818410d08c137ca1d8b6c1ac1e73319
tree456ee14e328d81e0b7fa60768254ffdeaf194b20
parenta5ddf1e94f2734ca6b93aa9207186976bda80c32
Added a new blackbox test with extreme shadows and highlights. We do pretty poorly on this, but I've been experimenting with local thresholding algorithms which are a night and day improvement.

Also made the ImageConverter app ignore some kinds of files.

git-svn-id: http://zxing.googlecode.com/svn/trunk@969 59b500cc-1b3d-0410-9834-0bbf25fbcc57
46 files changed:
core/test/data/blackbox/ean13-4/01.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/01.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/02.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/02.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/03.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/03.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/04.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/04.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/05.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/05.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/06.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/06.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/07.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/07.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/08.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/08.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/09.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/09.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/10.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/10.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/11.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/11.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/12.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/12.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/13.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/13.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/14.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/14.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/15.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/15.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/16.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/16.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/17.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/17.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/18.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/18.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/19.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/19.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/20.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/20.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/21.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/21.txt [new file with mode: 0644]
core/test/data/blackbox/ean13-4/22.jpg [new file with mode: 0755]
core/test/data/blackbox/ean13-4/22.txt [new file with mode: 0644]
core/test/src/com/google/zxing/oned/EAN13BlackBox4TestCase.java [new file with mode: 0644]
javase/src/com/google/zxing/client/j2se/ImageConverter.java