rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.23k stars 894 forks source link

Question about the image taken #49

Closed gsiqueira closed 8 years ago

gsiqueira commented 8 years ago

Hi,

I am using your project as base for mine, I was trying to access the color of pixels of the image taken but I realized that the image is black and white, and I didnt find exactly where I can change this option, I mean, intercept the process before the image is converted into black and white. I thought it was under PlanarYUVLuminanceSource.renderCroppedGreyscaleBitmap() but my attempt to change this part didnt work. Could you help me with this?

Thank you very much.

rmtheis commented 8 years ago

Nope, you're on your own for this one!