Image Processing Toolbox User's Guide Previous page   Next Page
edgetaper

Taper the discontinuities along the image edges

Syntax

Description

J = edgetaper(I,PSF) blurs the edges of the input image I using the point spread function PSF. The output image J is the weighted sum of the original image I and its blurred version. The weighting array, determined by the autocorrelation function of PSF, makes J equal to I in its central region, and equal to the blurred version of I near the edges.

The edgetaper function reduces the ringing effect in image deblurring methods that use the discrete Fourier transform, such as deconvwnr, deconvreg, and deconvlucy.

Class Support

I and PSF can be of class uint8, uint16, int16, single, or double. J is of the same class as I.

Example

See Also

deconvlucy, deconvreg, deconvwnr, otf2psf, padarray, psf2otf


Previous page  edge entropy Next page

© 1994-2005 The MathWorks, Inc.