Main Content

Deblurring

Deconvolution for deblurring

Images can be distorted by blur, such as motion blur or blur resulting from an out-of-focus lens. Blur is represented by a distortion operator, also called the point spread function (PSF). Different deblurring algorithms estimate and remove blur based on how much knowledge you have of the PSF and noise in the image.

Functions

deconvblind Deblur image using blind deconvolution
deconvlucy Deblur image using Lucy-Richardson method
deconvreg Deblur image using regularized filter
deconvwnr Deblur image using Wiener filter
edgetaper Taper discontinuities along image edges
otf2psf Convert optical transfer function to point-spread function
psf2otf Convert point-spread function to optical transfer function
padarray Pad array

Topics