Exercise 2
Load a depth map and transform it in a gray level image.
- Download the file depth_map.mat and save it in the working directory.
- Compute the trasformation for mapping the values of the matrix in a suitable interval (e.g., [0 255]).
- Apply the transformation.
- Display the data as a gray levels image.
- Save the image on a file.
A possible solution.