Exercise 6
Load an image and apply some filters in the spatial domain.
- Load the file moon.png and save it into the working directory.
- Compute the derivative filters (difference quotient, Roberts, Sobel) and the Laplacian.
- Apply the sharpening filtering through the gradient and the Laplacian.
- Display the resulting images.
Possible solutions: