Question: Part 1: Image Restoration by Wiener Filter Write a MATLAB function Wiener_filter that performs the parametric Wiener filtering restoration in the frequency domain. The function
Part 1: Image Restoration by Wiener Filter
Write a MATLAB function Wiener_filter that performs the parametric Wiener filtering restoration in the
frequency domain. The function takes as input the degraded image g(x,y), and returns the estimated image
f
^
(x,y) after Wiener filtering. The Wiener filter is given in the Eq. (5.8-6) shown below.
Note: Try several K to obtain a least MSE, the mean square error MSE between the original and
restored images can be computed by using the Eq. (5.8-4) shown below:
Where f(x,y) is the original image
Use your function Wiener_filter to restore the degradeCameraMan.tif given in the Moodel course page.
Also, you are giving the original image CameraMan.tif in the Moodle course page that you will use to
compute the MSE.
The degradation function H(u,v) that will use it for Wiener restoration is
1- The motion blurring degradation function giving by the Eq. (5.6-11) shown below, where a = b = 0.1
and T = 1:
2- The Atmospheric Turbulence filter giving by Eq. (5.6-3) shown below where k=0.001:
Discuss how well the Wiener filtering restored the original image in both cases i.e. when motion blurring
degradation function is used and when atmospheric turbulence filter is use and which one is better.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
