jhansireddy / AndroidScannerDemo

ScanLibrary is an android document scanning library built on top of OpenCV, using the app you will be able to select the exact edges and crop the document accordingly from the selected 4 edges and change the perspective transformation of the cropped image.
MIT License
1.07k stars 472 forks source link

Where to change the image thresholding #103

Open rambabugithub opened 5 years ago

rambabugithub commented 5 years ago

Hi, thanks for providing the good library. I am facing small issue when i applying image black and white it is converting color image to too match black and white so i want to change the image contrast, brightness and thresholding . I need to apply Adaptive Gaussian Thresholding.

Could you please help me in which class i have to change the code for image black and white, and threshold related code changes?

Thanks in advance.

vij21 commented 4 years ago

I am also looking for similar solution, were you able to find out how to fix the too much black and white issue?

Thank you

NoobCoder-f commented 4 years ago

Experiencing the same issue, anyone with a solution, please help.

Thank you