As the title itself suggest everything ... I have to first automatically adjust contrast , brightness and sharpness then if required I have to provide manual adjustment seekbars.
Is there any library available for automatic adjustment?
As the title itself suggest everything ... I have to first automatically adjust contrast , brightness and sharpness then if required I have to provide manual adjustment seekbars.
Is there any library available for automatic adjustment?
OpenCV can perform such operations.
Here is a tutorial for contrast and brightness.
OpenCV comes with android ports, and a quite active community .
A good starting point for you would be cvEqualizeHist, that will adjust brightness and contrast automatically for one channel images (BW).
You can find quite simple methods to find automatic adjustments, but I think that it will still require a bit of work from your side though :).