![]() |
![]()
| ![]() |
![]()
NAMEi.fft - Fast Fourier Transform (FFT) for image processing. KEYWORDSimagery, transformation, Fast Fourier Transform SYNOPSISi.fft
Flags:
Parameters:
DESCRIPTIONi.fft is an image processing program based on the FFT algorithm given by Frigo et al. (1998), that processes a single input raster map layer (input) and constructs the real and imaginary Fourier components in frequency space. NOTESThe real and imaginary components are stored into the real and imaginary raster map layers. In these raster map layers the low frequency components are in the center and the high frequency components are toward the edges. The input need not be square. A color table is assigned to the resultant map layer. The current geographic region and mask settings are respected when reading the input file. The presence of nulls or a mask will make the resulting fast Fourier transform invalid. EXAMPLENorth Carolina example:
g.region raster=lsat7_2002_70 i.fft input=lsat7_2002_70 real=lsat7_2002_70.real imaginary=lsat7_2002_70.imag # set region to resulting FFT output map (due to new FFT coordinate space): g.region raster=lsat7_2002_70.real -p d.mon x0 d.rast lsat7_2002_70.real d.rast lsat7_2002_70.imag REFERENCES
SEE ALSOi.cca, g.gui.iclass, i.ifft, i.pca AUTHORSDavid Satnik, GIS Laboratory, Central Washington University
SOURCE CODEAvailable at: i.fft source code (history) Latest change: Wednesday Nov 27 22:53:26 2024 in commit: b90ce69e88409469369ec1edb86fde8ec822af8b Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|