ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
FourierTransform
Module ITKReview
+ Collaboration diagram for FourierTransform:

Classes

class  itk::FFTComplexToComplexImageFilter< TImage >
 Implements an API to enable the Fourier transform or the inverse Fourier transform of images with complex valued voxels to be computed. More...
class  itk::FFTShiftImageFilter< TInputImage, TOutputImage >
 Shift the zero-frequency components of a Fourier transfrom to the center of the image. More...
class  itk::FFTWComplexToComplexImageFilter< TImage >
 Implements an API to enable the Fourier transform or the inverse Fourier transform of images with complex valued voxels to be computed using either FFTW from MIT or the FFTW interface in Intel MKL. This filter is multithreaded and supports input images with sizes which are not a power of two. More...
class  itk::FFTWForwardFFTImageFilter< TInputImage, TOutputImage >
 FFTW-based forward Fast Fourier Transform. More...
class  itk::FFTWHalfHermitianToRealInverseFFTImageFilter< TInputImage, TOutputImage >
 FFTW-based reverse Fast Fourier Transform. More...
class  itk::FFTWInverseFFTImageFilter< TInputImage, TOutputImage >
 FFTW-based inverse Fast Fourier Transform. More...
class  itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >
 FFTW-based forward Fast Fourier Transform. More...
class  itk::ForwardFFTImageFilter< TInputImage, TOutputImage >
 Base class for forward Fast Fourier Transform. More...
class  itk::FullToHalfHermitianImageFilter< TInputImage >
 Reduces the size of a full complex image produced from a forward discrete Fourier transform of a real image to only the non-redundant half of the image. More...
class  itk::HalfHermitianToRealInverseFFTImageFilter< TInputImage, TOutputImage >
 Base class for specialized complex-to-real inverse Fast Fourier Transform. More...
class  itk::HalfToFullHermitianImageFilter< TInputImage >
 Expands a half image produced from a real-to-complex discrete Fourier transform (DFT) to the full complex image. More...
class  itk::InverseFFTImageFilter< TInputImage, TOutputImage >
 Base class for inverse Fast Fourier Transform. More...
class  itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >
 Base class for specialized real-to-complex forward Fast Fourier Transform. More...
class  itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >
 VNL based forward Fast Fourier Transform. More...
class  itk::VnlHalfHermitianToRealInverseFFTImageFilter< TInputImage, TOutputImage >
 VNL-based reverse Fast Fourier Transform. More...
class  itk::VnlInverseFFTImageFilter< TInputImage, TOutputImage >
 VNL-based reverse Fast Fourier Transform. More...
class  itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >
 VNL-based forward Fast Fourier Transform. More...

Detailed Description

Author:
Simon K. Warfield simon.nosp@m..war.nosp@m.field.nosp@m.@chi.nosp@m.ldren.nosp@m.s.ha.nosp@m.rvard.nosp@m..edu
Note:
Attribution Notice. This research work was made possible by Grant Number R01 RR021885 (PI Simon K. Warfield, Ph.D.) from the National Center for Research Resources (NCRR), a component of the National Institutes of Health (NIH). Its contents are solely the responsibility of the authors and do not necessarily represent the official view of NCRR or NIH.

This class was taken from the Insight Journal paper: http://hdl.handle.net/1926/326

See also:
RealAndImaginaryToComplexImageFilter