This project contains tools to perform histogram equalization on PPM image files.
- Histogram_Equalization_Report.pdf - A report detailing the histogram equalization process.
- hsi_equalized.ppm - An example of an HSI equalized image.
- main.cpp - The main C++ source file for the equalization logic.
- mandrill.ppm - An input PPM image file.
- ycbcr_equalized.ppm - An example of a YCbCr equalized image.