fftImg {rimage} | R Documentation |
This function computates the power spectrum of a given image by FFT.
fftImg(img)
img |
target image |
an imagematrix
FFTW (Fastest Fourier Transform in the West) http://www.fftw.org
data(logo) plot(normalize(fftImg(logo)))