News

This project demonstrates a custom implementation of histogram equalization, a widely used image processing technique that enhances the global contrast of grayscale images. The goal is to redistribute ...
Highlights: Implemented histograms and cumulative distribution functions manually. Visualized histograms before and after enhancement. Techniques: 2D Discrete Fourier Transform (DFT), Gaussian ...