Main Content
edgetaper
Taper discontinuities along image edges
Syntax
Description
blurs the edges of the input image J
= edgetaper(I
,PSF
)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
.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a