|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVnlInverse1DFFTImageFilter_h
19 #define itkVnlInverse1DFFTImageFilter_h
37 template <
typename TInputImage,
38 typename TOutputImage =
63 GenerateData()
override;
75 template <
typename TUnderlying>
77 template <
typename TUnderlying>
84 #ifndef ITK_MANUAL_INSTANTIATION
85 # include "itkVnlInverse1DFFTImageFilter.hxx"
Perform the FFT along one dimension of an image using Vnl as a backend.
std::integer_sequence< unsigned int, 4, 3, 2, 1 > FilterDimensions
Helper defining pixel traits for templated FFT image filters.
Base class for all process objects that output image data.
ImageBaseType::RegionType RegionType
std::complex< TUnderlying > InputPixelType
TInputImage InputImageType
TUnderlying OutputPixelType
typename OutputImageType::RegionType OutputImageRegionType
Perform the Fast Fourier Transform, in the reverse direction, with real output, but only along one di...
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