zxing/core/test/data/blackbox
2011-02-23 23:47:01 +00:00
..
aztec-1 Issue 658 2010-12-12 22:31:51 +00:00
codabar-1 Renamed Codabar files and added text files for testing purposes 2010-06-01 14:35:38 +00:00
code39-1 More updates to use local test images rather than remote 2008-06-16 16:13:12 +00:00
code39-2 More updates to use local test images rather than remote 2008-06-16 16:13:12 +00:00
code39-3 Added 17 real world Code 39 images to our unit tests. We decode all 17, upside down and right-side up. 2008-06-20 19:20:27 +00:00
code93-1 Add Code 93 support. Update tests to reflect new (better) number of successes. 2010-05-30 14:37:08 +00:00
code128-1 More updates to use local test images rather than remote 2008-06-16 16:13:12 +00:00
code128-2 Recent bug fix uncovered some bugs in test case -- fixing those 2008-10-01 16:17:03 +00:00
code128-3 Finally actually fix the Code-128 bug and add tests 2008-09-24 12:16:41 +00:00
datamatrix-1 Various user-contributed fixes (Issue 701, Issue 710, Issue 714, Issue 718) 2011-02-15 13:23:14 +00:00
datamatrix-2 Added 18 real world DataMatrix blackbox images, plus turned on rotation for the original set. 2009-01-06 21:11:55 +00:00
ean8-1 First set of updates to use local test images rather than remote 2008-06-16 16:00:51 +00:00
ean13-1 Added 13 new blackbox images. 2008-10-07 18:57:15 +00:00
ean13-2 This is a set of mobile image taken at 480x360 with difficult lighting. 2010-01-17 23:12:21 +00:00
ean13-3 Added 55 EAN-13 real world test images. For mobile we get 49/55 of these, 55/55 with try harder. 2008-08-08 15:26:21 +00:00
ean13-4 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. 2009-06-16 18:47:34 +00:00
ean13-5 Added two new blackbox tests of blurry barcodes taken with a fixed-focus mobile phone. Also fixed several other 1D blackbox tests that were off by an image here and there. 2011-02-23 23:47:01 +00:00
falsepositives Reworked the false positives unit tests to track each rotation separately, and to allow new tests to be added. I also removed four images which are going to live in another test. 2008-06-25 00:51:37 +00:00
falsepositives-2 Created new false positives blackbox test. We definitely have a problem with EAN_8 firing too often. 2010-08-25 18:23:00 +00:00
itf-1 Moved one file back to the ITF directory because it should be readable. 2008-12-23 17:21:31 +00:00
itf-2 - Added a new unit test of 13 ITF images I took with a T-Mobile G1. 2009-03-09 20:48:48 +00:00
partial Moved one file back to the ITF directory because it should be readable. 2008-12-23 17:21:31 +00:00
pdf417 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
pdf417-2 Created a new blackbox unit test of real-world PDF 417 images taken with an Android device. Currently we decode 0/23. 2009-06-30 18:47:34 +00:00
qrcode-1 Disallow BufferedImage of type TYPE_CUSTOM -- not decoding properly, and is kind of a weird case from ImageIO anyway 2008-03-03 22:45:52 +00:00
qrcode-2 Issue 581, Hanzi mode support from Shiyuan Guo 2010-10-12 16:01:31 +00:00
qrcode-3 Added a new unit test of real world QR codes. We get 29/42 - pretty good, but room for improvement. 2008-08-25 17:44:23 +00:00
qrcode-4 Added a new QR Code unit test of real world photos of t-shirts. These are notoriously difficult because the barcodes don't lie completely flat. We're able to decode 33/48 which is better than I thought, although most of the images which fail look within reach. 2008-11-26 16:39:34 +00:00
qrcode-5 cleaned up versions of new tests; hopefully no EOL issues 2010-08-17 00:10:33 +00:00
rss14-1 Preliminary RSS-14 support. Not enabled yet in Android client. 2010-03-04 18:38:58 +00:00
rss14-2 Preliminary RSS-14 support. Not enabled yet in Android client. 2010-03-04 18:38:58 +00:00
rssexpanded-1 Big RSS Expanded changelist -- thank you authors 2010-05-10 19:18:50 +00:00
rssexpanded-2 Big RSS Expanded changelist -- thank you authors 2010-05-10 19:18:50 +00:00
rssexpanded-3 Big RSS Expanded changelist -- thank you authors 2010-05-10 19:18:50 +00:00
unsupported Added new test of unsupported barcodes, to make sure we don't decode them. 2008-06-25 01:26:22 +00:00
upca-1 Added BarcodeFormat to Result, indicating what type of barcode was detected. Added TRY_HARDER hint. Improved logicalness of results when reading UPC-A code / EAN-13 code starting with 0. 2008-02-25 23:02:50 +00:00
upca-2 Added 52 real world UPC-A greyscale test images. We get 26/52, but more with try harder. I think I'm going to break try harder results into their own test so we can track these separately. 2008-07-09 19:00:33 +00:00
upca-3 Added some very difficult reflective UPC-A images - we get 8/21. We would probably have to do something very special to handle soda cans with those silver on silver barcodes. 2008-07-09 20:50:03 +00:00
upca-4 Added 13 new blackbox images. 2008-10-07 18:57:15 +00:00
upca-5 Created new UPC-A blackbox test. 2010-08-23 15:47:13 +00:00
upca-6 Added two new blackbox tests of blurry barcodes taken with a fixed-focus mobile phone. Also fixed several other 1D blackbox tests that were off by an image here and there. 2011-02-23 23:47:01 +00:00
upce-1 First set of updates to use local test images rather than remote 2008-06-16 16:00:51 +00:00
upce-2 Added 41 real world UPC-E tests. We need to improve regular decoding here: it gets 17/41, but try harder gets 28/41. 2008-07-09 21:37:09 +00:00
upce-3 Added a reflective UPC-E unit test. We cannot decode any of these silver on silver barcodes. 2008-07-09 21:46:27 +00:00
upcean-extension-1 Add support for UPC/EAN +5 extensions, plus basic tests, and display the content in Android client as metadata 2010-06-16 19:49:22 +00:00
README Major reorg of test cases 2008-02-13 23:28:52 +00:00

Thanks to Enrique G-S for contributing many of the EAN-13 test images.