ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkComplexToComplexFFTImageFilter.h>
Implements an API to enable the Fourier transform or the inverse Fourier transform of images with complex valued voxels to be computed.
This class was taken from the Insight Journal paper: http://hdl.handle.net/1926/326
Definition at line 52 of file itkComplexToComplexFFTImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = InputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TImage, TImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
static const unsigned int | OutputImageDimension |
Private Member Functions | |
ComplexToComplexFFTImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
TransformDirectionType | m_TransformDirection |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TImage, TImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::ComplexToComplexFFTImageFilter< TImage >::ConstPointer |
Definition at line 65 of file itkComplexToComplexFFTImageFilter.h.
typedef ImageType::SizeType itk::ComplexToComplexFFTImageFilter< TImage >::ImageSizeType |
Image type typedef support.
Definition at line 87 of file itkComplexToComplexFFTImageFilter.h.
typedef TImage itk::ComplexToComplexFFTImageFilter< TImage >::ImageType |
Input and output image types.
Definition at line 57 of file itkComplexToComplexFFTImageFilter.h.
typedef TImage itk::ComplexToComplexFFTImageFilter< TImage >::InputImageType |
Definition at line 58 of file itkComplexToComplexFFTImageFilter.h.
typedef TImage itk::ComplexToComplexFFTImageFilter< TImage >::OutputImageType |
Definition at line 59 of file itkComplexToComplexFFTImageFilter.h.
typedef SmartPointer< Self > itk::ComplexToComplexFFTImageFilter< TImage >::Pointer |
Definition at line 64 of file itkComplexToComplexFFTImageFilter.h.
typedef ComplexToComplexFFTImageFilter itk::ComplexToComplexFFTImageFilter< TImage >::Self |
Standard class typedefs.
Definition at line 62 of file itkComplexToComplexFFTImageFilter.h.
typedef ImageToImageFilter< InputImageType, OutputImageType > itk::ComplexToComplexFFTImageFilter< TImage >::Superclass |
Definition at line 63 of file itkComplexToComplexFFTImageFilter.h.
enum itk::ComplexToComplexFFTImageFilter::TransformDirectionType |
Transform Direction
Enumerator | |
---|---|
FORWARD | |
INVERSE |
Definition at line 81 of file itkComplexToComplexFFTImageFilter.h.
|
inlineprotected |
Definition at line 98 of file itkComplexToComplexFFTImageFilter.h.
|
private |
|
overrideprotectedvirtual |
What is the input requested region that is required to produce the output requested region? The base assumption for image processing filters is that the input requested region can be set to match the output requested region. If a filter requires more input (for instance a filter that uses neighborhoods needs more input than output to avoid introducing artificial boundary conditions) or less input (for instance a magnify filter) will have to override this method. In doing so, it should call its superclass' implementation as its first step. Note that imaging filters operate differently than the classes to this point in the class hierarchy. Up till now, the base assumption has been that the largest possible region will be requested of the input.
This implementation of GenerateInputRequestedRegion() only processes the inputs that are a subclass of the ImageBase<InputImageDimension>. If an input is another type of DataObject (including an Image of a different dimension), they are skipped by this method. The subclasses of ImageToImageFilter are responsible for providing an implementation of GenerateInputRequestedRegion() when there are multiple inputs of different types.
Reimplemented from itk::ImageToImageFilter< TImage, TImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TImage, TImage >.
Reimplemented in itk::FFTWComplexToComplexFFTImageFilter< TImage >, and itk::VnlComplexToComplexFFTImageFilter< TImage >.
|
virtual |
|
static |
Customized object creation methods that support configuration-based selection of FFT implementation.
Default implementation is FFTW.
|
private |
|
virtual |
|
static |
Definition at line 68 of file itkComplexToComplexFFTImageFilter.h.
|
private |
Definition at line 107 of file itkComplexToComplexFFTImageFilter.h.