fftImg: Compute FFT image

Description Usage Arguments Value References See Also Examples

View source: R/fft_filter.R

Description

This function computates the power spectrum of a given image by FFT.

Usage

1
fftImg(img)

Arguments

img

target image

Value

an imagematrix

References

FFTW (Fastest Fourier Transform in the West) http://www.fftw.org

See Also

fftw,imagematrix

Examples

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

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

Related to fftImg in ripa...