ITK
5.0.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: https://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 constexpr unsigned int | ImageDimension = InputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TImage, TImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
static constexpr unsigned int | OutputImageDimension |
Private Attributes | |
TransformDirectionType | m_TransformDirection |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TImage, TImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ImageSource< TImage > | |
bool | m_DynamicMultiThreading |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::ComplexToComplexFFTImageFilter< TImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 67 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::ImageSizeType = typename ImageType::SizeType |
Image type type alias support
Definition at line 88 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::ImageType = TImage |
Input and output image types.
Definition at line 59 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::InputImageType = TImage |
Definition at line 60 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::OutputImageType = TImage |
Definition at line 61 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::Pointer = SmartPointer< Self > |
Definition at line 66 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::Self = ComplexToComplexFFTImageFilter |
Standard class type aliases.
Definition at line 64 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::Superclass = ImageToImageFilter< InputImageType, OutputImageType > |
Definition at line 65 of file itkComplexToComplexFFTImageFilter.h.
enum itk::ComplexToComplexFFTImageFilter::TransformDirectionType |
Transform Direction
Enumerator | |
---|---|
FORWARD | |
INVERSE |
Definition at line 82 of file itkComplexToComplexFFTImageFilter.h.
|
inlineprotected |
Definition at line 99 of file itkComplexToComplexFFTImageFilter.h.
|
overrideprotectedvirtual |
What is the input requested region that is required to produce the output requested region? By default, the largest possible region is always required but this is overridden in many subclasses. For instance, for an image processing filter where an output pixel is a simple function of an input pixel, the input requested region will be set to the output requested region. For an image processing filter where an output pixel is a function of the pixels in a neighborhood of an input pixel, then the input requested region will need to be larger than the output requested region (to avoid introducing artificial boundary conditions). This function should never request an input region that is outside the the input largest possible region (i.e. implementations of this method should crop the input requested region at the boundaries of the input largest possible region).
Reimplemented from itk::ProcessObject.
|
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.
|
virtual |
|
static |
Definition at line 69 of file itkComplexToComplexFFTImageFilter.h.
|
private |
Definition at line 105 of file itkComplexToComplexFFTImageFilter.h.