I have a number of microscopic images and I want to apply detection algorithms on those images using OpenCV. For that, I need to apply some image processing methods. But I am not sure which will be the best method for this one.
I applied exposure and contrast from Shotwell (ubuntu software) which works perfectly fine with my case. How I can do the same in OpenCV or any image processing library in python?
I have attached a link to the input and the required image.
Input image: https://drive.google.com/file/d/1XoY8u5yk0X4620alR61GhoJrd9pJBYji/view?usp=sharing
Required image: https://drive.google.com/file/d/13DpbDYdNsOAh1k_ZLHpYV99ddlIF47vB/view?usp=sharing
