highpass: High pass filter for image

Description Usage Arguments Value See Also Examples

View source: R/freq.R

Description

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

Usage

1
highpass(img,radius)

Arguments

img

pixmap or image

radius

gives the blocking radius

Value

an imagematrix

See Also

lowpass

Examples

1
2
3
4
5
  ## Not run: 
  data()
  plot(normalize(highpass()))
  
## End(Not run)

ripa documentation built on May 29, 2017, 5:39 p.m.

Related to highpass in ripa...