 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVnlComplexToComplex1DFFTImageFilter_h
19 #define itkVnlComplexToComplex1DFFTImageFilter_h
37 template <
typename TInputImage,
typename TOutputImage = TInputImage>
67 GenerateData()
override;
73 template <
typename TUnderlying>
75 template <
typename TUnderlying>
82 #ifndef ITK_MANUAL_INSTANTIATION
83 # include "itkVnlComplexToComplex1DFFTImageFilter.hxx"
Perform the FFT along one dimension of an image using Vnl as a backend.
Helper defining pixel traits for templated FFT image filters.
std::complex< TUnderlying > OutputPixelType
Base class for all process objects that output image data.
ImageBaseType::RegionType RegionType
Perform the Fast Fourier Transform, complex input to complex output, but only along one dimension.
TInputImage InputImageType
std::integer_sequence< unsigned int, 4, 3, 2, 1 > FilterDimensions
typename OutputImageType::RegionType OutputImageRegionType
std::complex< TUnderlying > InputPixelType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
TOutputImage OutputImageType