ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkFFTShiftImageFilter.h>
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.
http://hdl.handle.net/1926/321
Definition at line 48 of file itkFFTShiftImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef FFTShiftImageFilter | Self |
typedef OutputImageType::SizeType | SizeType |
typedef CyclicShiftImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::CyclicShiftImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
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::OffsetType | OffsetType |
typedef OutputImageType::OffsetValueType | OffsetValueType |
typedef OutputImageType::ConstPointer | OutputImageConstPointer |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef CyclicShiftImageFilter | Self |
typedef OutputImageType::SizeType | SizeType |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::CyclicShiftImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::CyclicShiftImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Member Functions | |
FFTShiftImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_Inverse |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::CyclicShiftImageFilter< TInputImage, TOutputImage > | |
OffsetType | m_Shift |
typedef SmartPointer< const Self > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 56 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::IndexType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 69 of file itkFFTShiftImageFilter.h.
typedef InputImageType::ConstPointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 62 of file itkFFTShiftImageFilter.h.
typedef InputImageType::PixelType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 64 of file itkFFTShiftImageFilter.h.
typedef InputImageType::Pointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 61 of file itkFFTShiftImageFilter.h.
typedef InputImageType::RegionType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 63 of file itkFFTShiftImageFilter.h.
typedef TInputImage itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Definition at line 59 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::ConstPointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Definition at line 66 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::PixelType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Definition at line 68 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::Pointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 65 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::RegionType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 67 of file itkFFTShiftImageFilter.h.
typedef TOutputImage itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 60 of file itkFFTShiftImageFilter.h.
typedef SmartPointer< Self > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 55 of file itkFFTShiftImageFilter.h.
typedef FFTShiftImageFilter itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 53 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::SizeType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 70 of file itkFFTShiftImageFilter.h.
typedef CyclicShiftImageFilter< TInputImage, TOutputImage > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 54 of file itkFFTShiftImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 92 of file itkFFTShiftImageFilter.h.
|
private |
|
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 >.
|
protectedvirtual |
Override GenerateData method to set some parameters in the superclass.
Reimplemented from itk::ImageSource< TOutputImage >.
|
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.
|
virtual |
Runtime information support.
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
|
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.
|
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.
|
static |
Standard New method.
|
private |
|
protectedvirtual |
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 >.
|
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.
|
static |
ImageDimension constants
Definition at line 73 of file itkFFTShiftImageFilter.h.
|
private |
Definition at line 103 of file itkFFTShiftImageFilter.h.