Added 13 new blackbox images.
git-svn-id: https://zxing.googlecode.com/svn/trunk@603 59b500cc-1b3d-0410-9834-0bbf25fbcc57
BIN
core/test/data/blackbox/ean13-1/36.jpg
Normal file
After Width: | Height: | Size: 90 KiB |
1
core/test/data/blackbox/ean13-1/36.txt
Normal file
|
@ -0,0 +1 @@
|
|||
5000213101025
|
BIN
core/test/data/blackbox/ean13-1/37.jpg
Normal file
After Width: | Height: | Size: 93 KiB |
1
core/test/data/blackbox/ean13-1/37.txt
Normal file
|
@ -0,0 +1 @@
|
|||
5000213002834
|
BIN
core/test/data/blackbox/ean13-1/38.jpg
Normal file
After Width: | Height: | Size: 116 KiB |
1
core/test/data/blackbox/ean13-1/38.txt
Normal file
|
@ -0,0 +1 @@
|
|||
9780201752847
|
BIN
core/test/data/blackbox/upca-4/10.jpg
Normal file
After Width: | Height: | Size: 106 KiB |
1
core/test/data/blackbox/upca-4/10.txt
Normal file
|
@ -0,0 +1 @@
|
|||
066721010995
|
BIN
core/test/data/blackbox/upca-4/11.jpg
Normal file
After Width: | Height: | Size: 101 KiB |
1
core/test/data/blackbox/upca-4/11.txt
Normal file
|
@ -0,0 +1 @@
|
|||
059290522143
|
BIN
core/test/data/blackbox/upca-4/12.jpg
Normal file
After Width: | Height: | Size: 96 KiB |
1
core/test/data/blackbox/upca-4/12.txt
Normal file
|
@ -0,0 +1 @@
|
|||
057961000228
|
BIN
core/test/data/blackbox/upca-4/13.jpg
Normal file
After Width: | Height: | Size: 114 KiB |
1
core/test/data/blackbox/upca-4/13.txt
Normal file
|
@ -0,0 +1 @@
|
|||
059290522143
|
BIN
core/test/data/blackbox/upca-4/14.jpg
Normal file
After Width: | Height: | Size: 114 KiB |
1
core/test/data/blackbox/upca-4/14.txt
Normal file
|
@ -0,0 +1 @@
|
|||
066721017185
|
BIN
core/test/data/blackbox/upca-4/15.jpg
Normal file
After Width: | Height: | Size: 107 KiB |
1
core/test/data/blackbox/upca-4/15.txt
Normal file
|
@ -0,0 +1 @@
|
|||
059290571110
|
BIN
core/test/data/blackbox/upca-4/16.jpg
Normal file
After Width: | Height: | Size: 77 KiB |
1
core/test/data/blackbox/upca-4/16.txt
Normal file
|
@ -0,0 +1 @@
|
|||
067932000263
|
BIN
core/test/data/blackbox/upca-4/17.jpg
Normal file
After Width: | Height: | Size: 132 KiB |
1
core/test/data/blackbox/upca-4/17.txt
Normal file
|
@ -0,0 +1 @@
|
|||
069000061015
|
BIN
core/test/data/blackbox/upca-4/18.jpg
Normal file
After Width: | Height: | Size: 87 KiB |
1
core/test/data/blackbox/upca-4/18.txt
Normal file
|
@ -0,0 +1 @@
|
|||
071691155775
|
BIN
core/test/data/blackbox/upca-4/19.jpg
Normal file
After Width: | Height: | Size: 72 KiB |
1
core/test/data/blackbox/upca-4/19.txt
Normal file
|
@ -0,0 +1 @@
|
|||
807648011401
|
|
@ -29,8 +29,8 @@ public final class EAN13BlackBox1TestCase extends AbstractBlackBoxTestCase {
|
|||
|
||||
public EAN13BlackBox1TestCase() {
|
||||
super(new File("test/data/blackbox/ean13-1"), new MultiFormatReader(), BarcodeFormat.EAN_13);
|
||||
addTest(27, 29, 0.0f);
|
||||
addTest(25, 29, 180.0f);
|
||||
addTest(28, 31, 0.0f);
|
||||
addTest(26, 31, 180.0f);
|
||||
}
|
||||
|
||||
}
|
|
@ -29,8 +29,8 @@ public final class UPCABlackBox4TestCase extends AbstractBlackBoxTestCase {
|
|||
|
||||
public UPCABlackBox4TestCase() {
|
||||
super(new File("test/data/blackbox/upca-4"), new MultiFormatReader(), BarcodeFormat.UPC_A);
|
||||
addTest(1, 2, 0.0f);
|
||||
addTest(1, 2, 180.0f);
|
||||
addTest(8, 10, 0.0f);
|
||||
addTest(7, 12, 180.0f);
|
||||
}
|
||||
|
||||
}
|
||||
|
|