ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::FFTShiftImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <itkFFTShiftImageFilter.h>

+ Inheritance diagram for itk::FFTShiftImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for itk::FFTShiftImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef OutputImageType::IndexType IndexType
typedef
InputImageType::ConstPointer 
InputImageConstPointer
typedef InputImageType::PixelType InputImagePixelType
typedef InputImageType::Pointer InputImagePointer
typedef InputImageType::RegionType InputImageRegionType
typedef TInputImage InputImageType
typedef
OutputImageType::ConstPointer 
OutputImageConstPointer
typedef OutputImageType::PixelType OutputImagePixelType
typedef OutputImageType::Pointer OutputImagePointer
typedef OutputImageType::RegionType OutputImageRegionType
typedef TOutputImage OutputImageType
typedef SmartPointer< SelfPointer
typedef FFTShiftImageFilter Self
typedef OutputImageType::SizeType SizeType
typedef CyclicShiftImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void SetInverse (bool _arg)
virtual const bool & GetInverse ()
virtual void InverseOn ()
virtual void InverseOff ()

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = TInputImage::ImageDimension

Protected Member Functions

 FFTShiftImageFilter ()
void GenerateData ()
void PrintSelf (std::ostream &os, Indent indent) const
 ~FFTShiftImageFilter ()

Private Member Functions

 FFTShiftImageFilter (const Self &)
void operator= (const Self &)

Private Attributes

bool m_Inverse

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::FFTShiftImageFilter< TInputImage, TOutputImage >

Shift the zero-frequency components of a Fourier transfrom to the center of the image.

The Fourier transform produces an image where the zero frequency components are in the corner of the image, making it difficult to understand. This filter shifts the component to the center of the image.

Note:
For images with an odd-sized dimension, applying this filter twice will not produce the same image as the original one without using SetInverse(true) on one (and only one) of the two filters.

http://hdl.handle.net/1926/321

Author:
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.
See also:
ForwardFFTImageFilter, InverseFFTImageFilter

Definition at line 48 of file itkFFTShiftImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef OutputImageType::IndexType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::IndexType
template<class TInputImage , class TOutputImage >
typedef InputImageType::ConstPointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageConstPointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImagePixelType
template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImagePointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageRegionType
template<class TInputImage , class TOutputImage >
typedef TInputImage itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageType

Some convenient typedefs.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

Definition at line 59 of file itkFFTShiftImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::ConstPointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer
template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImagePixelType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::Pointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImagePointer
template<class TInputImage , class TOutputImage >
typedef OutputImageType::RegionType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageRegionType

Superclass typedefs.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

Definition at line 67 of file itkFFTShiftImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

Definition at line 60 of file itkFFTShiftImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef FFTShiftImageFilter itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

Definition at line 53 of file itkFFTShiftImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::SizeType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::SizeType
template<class TInputImage , class TOutputImage >
typedef CyclicShiftImageFilter< TInputImage, TOutputImage > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::FFTShiftImageFilter< TInputImage, TOutputImage >::FFTShiftImageFilter ( ) [protected]
template<class TInputImage , class TOutputImage >
itk::FFTShiftImageFilter< TInputImage, TOutputImage >::~FFTShiftImageFilter ( ) [inline, protected]

Definition at line 92 of file itkFFTShiftImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::FFTShiftImageFilter< TInputImage, TOutputImage >::FFTShiftImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::FFTShiftImageFilter< TInputImage, TOutputImage >::GenerateData ( ) [protected, virtual]

Override GenerateData method to set some parameters in the superclass.

Reimplemented from itk::ImageSource< TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual const bool& itk::FFTShiftImageFilter< TInputImage, TOutputImage >::GetInverse ( ) [virtual]

Set/Get whether the filter must invert the transform or not. This option has no effect if none of the size of the input image is even, but is required to restore the original image if at least one of the dimensions has an odd size.

template<class TInputImage , class TOutputImage >
virtual const char* itk::FFTShiftImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Runtime information support.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InverseOff ( ) [virtual]

Set/Get whether the filter must invert the transform or not. This option has no effect if none of the size of the input image is even, but is required to restore the original image if at least one of the dimensions has an odd size.

template<class TInputImage , class TOutputImage >
virtual void itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InverseOn ( ) [virtual]

Set/Get whether the filter must invert the transform or not. This option has no effect if none of the size of the input image is even, but is required to restore the original image if at least one of the dimensions has an odd size.

template<class TInputImage , class TOutputImage >
static Pointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Standard New method.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::FFTShiftImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::FFTShiftImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::FFTShiftImageFilter< TInputImage, TOutputImage >::SetInverse ( bool  _arg) [virtual]

Set/Get whether the filter must invert the transform or not. This option has no effect if none of the size of the input image is even, but is required to restore the original image if at least one of the dimensions has an odd size.


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::FFTShiftImageFilter< TInputImage, TOutputImage >::ImageDimension = TInputImage::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.

Definition at line 73 of file itkFFTShiftImageFilter.h.

template<class TInputImage , class TOutputImage >
bool itk::FFTShiftImageFilter< TInputImage, TOutputImage >::m_Inverse [private]

Definition at line 103 of file itkFFTShiftImageFilter.h.


The documentation for this class was generated from the following file: