This repository contains code to perform Histogram Equalization and Adaptive Histogram Equalization on an image or a video. No OpenCV inbuilt functions were used and the algorithm has been implemented from scratch.
- Python 2.0 or above
- OpenCV
- NumPy
python histogram_equalization.py