Definition in file psImageFFT.h.
#include "psImage.h"
#include "psVectorFFT.h"
Include dependency graph for psImageFFT.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| psImage * | psImageFFT (psImage *out, const psImage *in, psFFTFlags direction) |
| Forward and reverse FFT calculations. | |
| psImage * | psImageReal (psImage *out, const psImage *in) |
| extract the real portion of a complex image | |
| psImage * | psImageImaginary (psImage *out, const psImage *in) |
| extract the imaginary portion of a complex image | |
| psImage * | psImageComplex (psImage *out, const psImage *real, const psImage *imag) |
| creates a complex image from separate real and imaginary plane images | |
| psImage * | psImageConjugate (psImage *out, const psImage *in) |
| computes the complex conjugate of an image | |
| psImage * | psImagePowerSpectrum (psImage *out, const psImage *in) |
| computes the power spectrum of an image | |
1.4.1