- Added support for rotation in our blackbox test framework, and refactored the ways...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 11 Jun 2008 00:05:51 +0000 (00:05 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 11 Jun 2008 00:05:51 +0000 (00:05 +0000)
commit12720186d76fafe9d0c43ab0918da4d4c61ad0b9
treef496b32adaa8e04d791b4a1c0be5f224ff7b899e
parentf86c80d821340ffe93b95da84ca2e19ec297b1f0
- Added support for rotation in our blackbox test framework, and refactored the ways tests are created and run.
- Turned on 0 and 180 degree rotation for all 1D formats.
- Turned on 0, 90, 180, and 270 degree rotation for QR.
- Changed the 1D code to re-enable upside down scanning, with a dramatic improvement in barcodes found and fewer false positives.

git-svn-id: http://zxing.googlecode.com/svn/trunk@411 59b500cc-1b3d-0410-9834-0bbf25fbcc57
13 files changed:
core/src/com/google/zxing/oned/AbstractOneDReader.java
core/test/src/com/google/zxing/common/AbstractBlackBoxTestCase.java
core/test/src/com/google/zxing/datamatrix/DataMatrixBlackBox1TestCase.java
core/test/src/com/google/zxing/oned/Code128BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/Code39BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/Code39ExtendedBlackBox2TestCase.java
core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/EAN13BlackBox2TestCase.java
core/test/src/com/google/zxing/oned/EAN8BlackBox1TestCase.java
core/test/src/com/google/zxing/oned/UPCABlackBox1TestCase.java
core/test/src/com/google/zxing/oned/UPCEBlackBox1TestCase.java
core/test/src/com/google/zxing/qrcode/QRCodeBlackBox1TestCase.java
core/test/src/com/google/zxing/qrcode/QRCodeBlackBox2TestCase.java