ITK
6.0.0
Insight 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://doi.org/10.54294/h4j7t7
Definition at line 74 of file itkComplexToComplexFFTImageFilter.h.
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = InputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
TransformDirectionEnum | m_TransformDirection { TransformDirectionEnum::FORWARD } |
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 88 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::ImageSizeType = typename ImageType::SizeType |
Image type alias support
Definition at line 110 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::ImageType = TInputImage |
Input and output image types.
Definition at line 80 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Definition at line 81 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 82 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 87 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::Self = ComplexToComplexFFTImageFilter |
Standard class type aliases.
Definition at line 85 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<InputImageType, OutputImageType> |
Definition at line 86 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::TransformDirectionEnum = ComplexToComplexFFTImageFilterEnums::TransformDirection |
Definition at line 102 of file itkComplexToComplexFFTImageFilter.h.
|
protecteddefault |
|
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< TInputImage, TOutputImage >.
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::FFTWComplexToComplexFFTImageFilter< TInputImage, TOutputImage >, and itk::VnlComplexToComplexFFTImageFilter< TInputImage, TOutputImage >.
|
virtual |
itk::ComplexToComplexFFTImageFilter< TInputImage, TOutputImage >::itkFactoryOnlyNewMacro | ( | Self | ) |
Customized object creation methods that support configuration-based selection of FFT implementation.
Default implementation is VnlFFT.
|
virtual |
|
staticconstexpr |
Definition at line 90 of file itkComplexToComplexFFTImageFilter.h.
|
private |
Definition at line 127 of file itkComplexToComplexFFTImageFilter.h.