mirror of
https://github.com/zxing/zxing.git
synced 2025-01-27 11:01:00 -08:00
fix log to reflect reality
git-svn-id: https://zxing.googlecode.com/svn/trunk@1538 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
5d34f3a55d
commit
d09cad7863
|
@ -165,7 +165,7 @@ using namespace zxing;
|
|||
Ref<Binarizer> binarizer (new GlobalHistogramBinarizer(source));
|
||||
Ref<BinaryBitmap> grayImage (new BinaryBitmap(binarizer));
|
||||
#ifdef DEBUG
|
||||
NSLog(@"created GrayBytesMonochromeBitmapSource", subsetWidth, subsetHeight);
|
||||
NSLog(@"created GreyscaleLuminanceSource", subsetWidth, subsetHeight);
|
||||
NSLog(@"grayImage count = %d", grayImage->count());
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue