CamView icon indicating copy to clipboard operation
CamView copied to clipboard

Support for negative qr

Open LPFinch opened this issue 10 years ago • 1 comments

Thanks for view. I added support for negative(white code on black bg) QR scanning in my app in automatic mode. It would be nice if you join this shit to the library(manual and auto mode). Easy solution to negate row and matrix

BinaryBitmap bitmap = new BinaryBitmap(new HybridBinarizer(new PlanarRotatedYUVLuminanceSource(image, width, height, 0, 0, width, height, true).invert()));

Regards

LPFinch avatar Oct 29 '15 18:10 LPFinch

cool! will add this under a configuration option

livotov avatar Oct 29 '15 20:10 livotov