This repository demonstrates histogram equalization on grayscale images using OpenCV and visualizes the before/after histograms to verify how the intensity distribution changes. Histogram equalization ...
Histogram equalization is a method used in image processing to improve the contrast of the image. The basic principle of Histogram equalization is to spread out the high frequency pixels so that areas ...