deconvwnr
Deblur image using Wiener filter
Description
J = deconvwnr(I,psf,nsr)I using the Wiener filter algorithm,
                returning deblurred image J. psf is the
                point-spread function (PSF) with which I was convolved.
                    nsr is the noise-to-signal power ratio of the additive
                noise. The algorithm is optimal in a sense of least mean square error between the
                estimated and the true images.
Examples
Input Arguments
Output Arguments
Tips
- The output image - Jcould exhibit ringing introduced by the discrete Fourier transform used in the algorithm. To reduce the ringing, use- I = edgetaper(I,psf)before calling- deconvwnr.
References
[1] Gonzalez, R. C., and R. E. Woods. Digital Image Processing. Addison-Wesley Publishing Company, Inc., 1992.
Version History
Introduced before R2006a
See Also
deconvblind | deconvlucy | deconvreg | edgetaper | otf2psf | padarray | psf2otf




