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 ...
the histogram should be sent to a file with the same name as the input one, but with the suffix '.hist' (it should be concatenated to the original name) ...