ITK
6.0.0
Insight Toolkit
|
#include <itkForwardFFTImageFilter.h>
Base class for forward Fast Fourier Transform.
This is a base class for the "forward" or "direct" discrete Fourier Transform. This is an abstract base class: the actual implementation is provided by the best child class available on the system when the object is created via the object factory system.
This class transforms a real input image into its full complex Fourier transform. The Fourier transform of a real input image has Hermitian symmetry: \( f(\mathbf{x}) = f^*(-\mathbf{x}) \). That is, when the result of the transform is split in half along the x-dimension, the values in the second half of the transform are the complex conjugates of values in the first half reflected about the center of the image in each dimension.
This filter works only for real single-component input image types.
The output generated from a ForwardFFTImageFilter is in the dual space or frequency domain. Refer to FrequencyFFTLayoutImageRegionConstIteratorWithIndex for a description of the layout of frequencies generated after a forward FFT. Also see ITKImageFrequency for a set of filters requiring input images in the frequency domain.
Definition at line 65 of file itkForwardFFTImageFilter.h.
Additional Inherited Members | |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
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 |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
template<typename TSourceObject > | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading { true } |
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::ForwardFFTImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 84 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Standard class type aliases.
Definition at line 72 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::InputIndexType = typename InputImageType::IndexType |
Definition at line 74 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Definition at line 73 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::InputSizeType = typename InputImageType::SizeType |
Definition at line 75 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 76 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::OutputIndexType = typename OutputImageType::IndexType |
Definition at line 78 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 77 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::OutputSizeType = typename OutputIndexType::SizeType |
Definition at line 79 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 83 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::Self = ForwardFFTImageFilter |
Definition at line 81 of file itkForwardFFTImageFilter.h.
using itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<InputImageType, OutputImageType> |
Definition at line 82 of file itkForwardFFTImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
This class produces the entire output.
Reimplemented from itk::ProcessObject.
|
overrideprotectedvirtual |
This class requires the entire input.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >.
|
virtual |
itk::ForwardFFTImageFilter< TInputImage, TOutputImage >::itkFactoryOnlyNewMacro | ( | Self | ) |
Customized object creation methods that support configuration-based selection of FFT implementation.
Default implementation is VnlFFT.