Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part 1 : Image Restoration by Wiener Filter Write a MATLAB function Wiener _ filter that performs the parametric Wiener filtering restoration in the frequency
Part : Image Restoration by Wiener Filter
Write a MATLAB function Wienerfilter that performs the parametric Wiener filtering restoration in the
frequency domain. The function takes as input the degraded image and returns the estimated image
after Wiener filtering. The Wiener filter is given in the Eq
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:
MSE hat
Where is the original image
Use your function Wienerfilter to restore the degradeCameraMan.tif given in the Model course page.
Also, you are giving the original image CameraMan.tif that you will use to
compute the MSE.
The degradation function that will use it for Wiener restoration is
The motion blurring degradation function giving by where
and :
The Atmospheric Turbulence filterfmod where :
Discuss how well the Wiener filtering restored the original image in both cases ie 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started