Exercise 5

Load an image and equalize its histogram.

  1. Download the file pout.tif and save it into the working directory.
  2. Apply the histogram equalization through histeq.
  3. Apply the histogram equalization through adapthisteq.
  4. Display the resulting images.

A possible solution.