Assignment Chef icon Assignment Chef

[Solved] Computer Vision Lab Session no. 2

5.0 1 customer review Digital download

Digital download

$25.00

Availability
In stock
Checkout
One item

Need a hand?

Message us on WhatsApp for payment or download support.

WhatsApp QR code

Image filtering and Fourier Transform

The following items are the steps that you have to do in this lab session:
  1. Add Gaussian (standard deviation=20) and salt & pepper (density=20%) noise to the provided images:
    • display the images, the noisy images, and their histograms.
  1. Remove the noise by using a moving average, a low-pass Gaussian filter and a median filter:
    • use two different spatial supports: 33 pixels and 77 pixels; o display the filters by using imagesc() and surf(); o display the resulting images and their histograms.
  1. Implement the slides 41-45 practice with linear filters:
    • use filters with a spatial support of 77 pixels. o display the filters by using imagesc() and surf(); o display the resulting images.
  1. Apply the Fourier Transform (FFT) on the provided images:
    • display the magnitude (log) of the transformed images;
    • display the magnitude of the transformed low-pass Gaussian filter (spatial support of
101101 pixels with sigma=5); o display the magnitude of the transformed sharpening filter, slide 44 (the filter has a spatial support of 77 pixels, copy it in the middle of a zeros image of 101101 pixels). Notes: