Learn R Programming

ripa (version 2.0-1)

lowpass: Low Pass Filter for Image

Description

Computes a low-pass filtered image with dimensions of the given input image. the lp pasing distance is given via radius.

Usage

lowpass(img,radius)

Arguments

img
pixmap or matrix
radius
gives the pass radius

Value

  • an imagematrix

See Also

highpass

Examples

Run this code
data(logo)
  plot(normalize(lowpass(logo)))

Run the code above in your browser using DataLab