ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 OutputImageType::OffsetType | OffsetType |
typedef OutputImageType::OffsetValueType | OffsetValueType |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::CyclicShiftImageFilter< TInputImage, TOutputImage > | |
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 > |
Private Member Functions | |
FFTShiftImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_Inverse |
Additional Inherited Members | |
Protected Attributes inherited from itk::CyclicShiftImageFilter< TInputImage, TOutputImage > | |
OffsetType | m_Shift |
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.
typedef SmartPointer< const Self > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 56 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::IndexType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::IndexType |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkFFTShiftImageFilter.h.
typedef InputImageType::ConstPointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 62 of file itkFFTShiftImageFilter.h.
typedef InputImageType::PixelType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 64 of file itkFFTShiftImageFilter.h.
typedef InputImageType::Pointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 61 of file itkFFTShiftImageFilter.h.
typedef InputImageType::RegionType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 63 of file itkFFTShiftImageFilter.h.
typedef TInputImage itk::FFTShiftImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 59 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::ConstPointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 66 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::PixelType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 68 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::Pointer itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 65 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::RegionType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 67 of file itkFFTShiftImageFilter.h.
typedef TOutputImage itk::FFTShiftImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 60 of file itkFFTShiftImageFilter.h.
typedef SmartPointer< Self > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 55 of file itkFFTShiftImageFilter.h.
typedef FFTShiftImageFilter itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 53 of file itkFFTShiftImageFilter.h.
typedef OutputImageType::SizeType itk::FFTShiftImageFilter< TInputImage, TOutputImage >::SizeType |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkFFTShiftImageFilter.h.
typedef CyclicShiftImageFilter< TInputImage, TOutputImage > itk::FFTShiftImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
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.
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
|
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 >.
|
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
Reimplemented from itk::CyclicShiftImageFilter< TInputImage, TOutputImage >.
Definition at line 73 of file itkFFTShiftImageFilter.h.
|
private |
Definition at line 103 of file itkFFTShiftImageFilter.h.