Hi friends,
can anybody help with c++ algorithm for low light enhancement of image using opencv
Hi friends,
can anybody help with c++ algorithm for low light enhancement of image using opencv
âalgorithmsâ canât add information. what isnât there canât be added from thin air.
if you need better images, you need more âexposureâ.
explain your situation.
Have a look at this tutorial:
Hi,
I am taking picture from camera in night mode for eye image medical i want to show some clarity of that image to visible
Have a look here : Improving Illumination in Night time Images
Even better, this one uses a retinex algorithm : GitHub - dengyueyun666/Image-Contrast-Enhancement: C++ implementation of several image contrast enhancement techniques. (look for âadaptiveImageEnhancementâ). The author uses the HSV color space, but I found that using OKHSV (not yet in OpenCV, Iâm using my own implementation) gave even better results.