|
| fft_data_t (const unsigned int w, const unsigned int h) |
|
| fft_data_t (const itk_imageptr_t &real) |
|
| fft_data_t (const itk_imageptr_t &real, const itk_imageptr_t &imag) |
|
| fft_data_t (const fft_data_t &data) |
|
fft_data_t & | operator= (const fft_data_t &data) |
|
void | cleanup () |
|
void | resize (const unsigned int w, const unsigned int h) |
|
void | fill (const float real, const float imag=0.0) |
|
void | setup (const itk_imageptr_t &real, const itk_imageptr_t &imag=itk_imageptr_t(NULL)) |
|
itk_imageptr_t | component (const bool imag=0) const |
|
itk_imageptr_t | real () const |
|
itk_imageptr_t | imag () const |
|
void | apply_lp_filter (const double r, const double s=0) |
|
const fft_complex_t * | data () const |
|
fft_complex_t * | data () |
|
unsigned int | nx () const |
|
unsigned int | ny () const |
|
const fft_complex_t & | operator() (const unsigned int &x, const unsigned int &y) const |
|
fft_complex_t & | operator() (const unsigned int &x, const unsigned int &y) |
|
const fft_complex_t & | at (const unsigned int &x, const unsigned int &y) const |
|
fft_complex_t & | at (const unsigned int &x, const unsigned int &y) |
|
|
fft_complex_t * | data_ |
|
unsigned int | nx_ |
|
unsigned int | ny_ |
|
The documentation for this class was generated from the following files:
- Core/ITKCommon/FFT/fft.hxx
- Core/ITKCommon/FFT/fft.cxx