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

image processing issue #139

Closed NoobCoder-f closed 3 years ago

NoobCoder-f commented 3 years ago

I am facing a small issue when I applying image black and white it is converting a 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.

jhansireddy commented 3 years ago

You might have to modify the current implementation of getBWBitmap in scan.cpp and do an NDK build.