Created a library of images which do not contain barcodes, or contain barcodes we...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 17 Jun 2008 18:35:16 +0000 (18:35 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 17 Jun 2008 18:35:16 +0000 (18:35 +0000)
commit44ca2a21574d68cbd2d9957f752e1c7ff5803153
tree055fc94a649cf74d353b0ebac201b4835ba43efd
parent8ec5aee986d01c19017095dd0c2dc7751fb6fa57
Created a library of images which do not contain barcodes, or contain barcodes we don't yet support. Wrote a new unit test designed to identify false positives, and set a benchmark which we can improve over time. Out of these 26 images, tested in all four rotations, we currently find 44/104 false positives. The Code 39 decoder in particular seems to be too lenient.

git-svn-id: http://zxing.googlecode.com/svn/trunk@436 59b500cc-1b3d-0410-9834-0bbf25fbcc57
28 files changed:
core/test/data/blackbox/falsepositives/01.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/02.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/03.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/04.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/05.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/06.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/07.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/08.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/09.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/10.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/11.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/12.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/13.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/14.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/15.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/16.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/17.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/18.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/19.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/20.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/21.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/22.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/23.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/24.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/25.jpg [new file with mode: 0644]
core/test/data/blackbox/falsepositives/26.jpg [new file with mode: 0644]
core/test/src/com/google/zxing/common/AbstractBlackBoxTestCase.java
core/test/src/com/google/zxing/common/FalsePositivesBlackBoxTestCase.java [new file with mode: 0644]