lowpass {rimage} | R Documentation |
Computes a low-pass filtered image with dimensions of the given input image. the lp pasing distance is given via radius.
lowpass(img,radius)
img |
pixmap or matrix |
radius |
gives the pass radius |
an imagematrix
data(logo) plot(normalize(lowpass(logo)))