Exercise 5
Load an image and equalize its histogram.
- Download the file pout.tif and save it into the working directory.
- Apply the histogram equalization through histeq.
- Apply the histogram equalization through adapthisteq.
- Display the resulting images.
A possible solution.