Digital Image Filtering Using OpenCV

Artificial Intelligence & Information Analysis

Topic: 

OpenCV is a very powerful tool for computer vision and image processing tasks. It provides various functions that allow us to perform easily useful tasks such as filtering an image.


Exercise: 

Read an image from disk and apply the following digital image processing filters:

  1. Mean filter of size: 3 X 3,
  2. Gaussian mask,
  3. Vertical and horizontal edge detection filters,
  4. Laplacian filter,
  5. Laplacian of Gaussian filter.

Click here to download the sample solution to the exercise.