I would like to know the difference between contrast stretching and histogram equalization.
I have tried both using OpenCV and observed the results
In Histogram equalization, you want to flatten the histogram into a uniform distribution.
In contrast stretching, you manipulate the entire range of intensity values. Like what you do in Normalization.