 |
Deblur image using Wiener filter - MATLAB deconvwnr
This MATLAB function deconvolves image I using the Wiener filter algorithm, returning deblurred image J. ... noise_mean = 0; noise_var = 0.0001; blurred_noisy = imnoise(blurred, 'gaussian', ... noise_mean, noise_var); figure, imshow(blurred_noisy) title .
www.mathworks.com |
 |