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