Exercise 2
Basic operation on images: load an image from file, process and display it.
- Download the file depth_im1.png and save it in the working directory.
- Load the image in a matrix.
- Display the image as a gray levels image.
- Display the image as a mesh.
- Display the image as a surface.
- Display the image as a shaded surface.
A possible solution.