- Got the DataMatrix decoder compiling again with a quick bandaid.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 29 Jun 2009 15:49:42 +0000 (15:49 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 29 Jun 2009 15:49:42 +0000 (15:49 +0000)
commit63f219b54ddaff17b704a67db1e319b846cef253
tree62200947748923004c3518f021159b2f9edbe735
parent914cf6f02e0b123ea041b8d3301c1d6a605402bd
- Got the DataMatrix decoder compiling again with a quick bandaid.
- Fixed two bugs in the LocalBlockBinarizer sharpening routine. It can now decode 2132 images in our blackbox tests, compared to 2103 using the global histogram approach.
- Added the PDF 417 blackbox test to AllPositiveBlackBoxTester, and allowed it to complete even if the tests fail.

git-svn-id: http://zxing.googlecode.com/svn/trunk@1004 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/common/LocalBlockBinarizer.java
core/src/com/google/zxing/pdf417/detector/Detector.java
core/test/src/com/google/zxing/AllPositiveBlackBoxTester.java
core/test/src/com/google/zxing/common/AbstractBlackBoxTestCase.java