C++: binarizer updates
authorflyashi <flyashi@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 19 Jul 2010 20:56:17 +0000 (20:56 +0000)
committerflyashi <flyashi@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 19 Jul 2010 20:56:17 +0000 (20:56 +0000)
commit8269d7395274bc07fbdd98105c1bd7869365915d
tree615fe84768d78d4d4f8108c72e44d2e4400ad88d
parent2a55b4c8357dc05b12b02f34b0db6c2b2f6a36cc
C++: binarizer updates
 - ported the HybridBinarizer from Java for improved 2D binarization
 - updated BinaryBitmap to report if it supports cropping and rotation
 - test binary updates to compare both binarizers like it used to

git-svn-id: http://zxing.googlecode.com/svn/trunk@1489 59b500cc-1b3d-0410-9834-0bbf25fbcc57
cpp/blackboxtest.sh
cpp/core/src/zxing/BinaryBitmap.cpp
cpp/core/src/zxing/common/HybridBinarizer.cpp [new file with mode: 0644]
cpp/core/src/zxing/common/HybridBinarizer.h [new file with mode: 0644]
cpp/magick/src/MagickBitmapSource.cpp
cpp/magick/src/MagickBitmapSource.h
cpp/magick/src/main.cpp