Created 40 new blackbox images which are partial shots of a very large QR code. In mobile mode we do OK, but in try harder we find bogus 1D results in almost half of these. I'm checking this in as a baseline, and will work on improving the situation in a subsequent change.
git-svn-id: https://zxing.googlecode.com/svn/trunk@618 59b500cc-1b3d-0410-9834-0bbf25fbcc57
BIN
core/test/data/blackbox/partial/18.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/19.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/20.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/21.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/22.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/23.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/24.jpg
Executable file
After Width: | Height: | Size: 23 KiB |
BIN
core/test/data/blackbox/partial/25.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/26.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/27.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/28.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/29.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/30.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/31.jpg
Executable file
After Width: | Height: | Size: 23 KiB |
BIN
core/test/data/blackbox/partial/32.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/33.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/34.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/35.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/36.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/37.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/38.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/39.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/40.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/41.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/42.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/43.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/44.jpg
Executable file
After Width: | Height: | Size: 27 KiB |
BIN
core/test/data/blackbox/partial/45.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/46.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/47.jpg
Executable file
After Width: | Height: | Size: 27 KiB |
BIN
core/test/data/blackbox/partial/48.jpg
Executable file
After Width: | Height: | Size: 23 KiB |
BIN
core/test/data/blackbox/partial/49.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/50.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/51.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/52.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/53.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
core/test/data/blackbox/partial/54.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/55.jpg
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
core/test/data/blackbox/partial/56.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
core/test/data/blackbox/partial/57.jpg
Executable file
After Width: | Height: | Size: 26 KiB |
|
@ -29,10 +29,10 @@ public final class PartialBlackBoxTestCase extends AbstractNegativeBlackBoxTestC
|
||||||
|
|
||||||
public PartialBlackBoxTestCase() {
|
public PartialBlackBoxTestCase() {
|
||||||
super(new File("test/data/blackbox/partial"));
|
super(new File("test/data/blackbox/partial"));
|
||||||
addTest(0, 0.0f);
|
addTest(18, 0.0f);
|
||||||
addTest(1, 90.0f);
|
addTest(19, 90.0f);
|
||||||
addTest(1, 180.0f);
|
addTest(19, 180.0f);
|
||||||
addTest(0, 270.0f);
|
addTest(18, 270.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|