|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVnlForward1DFFTImageFilter_h
19 #define itkVnlForward1DFFTImageFilter_h
36 template <
typename TInputImage,
37 typename TOutputImage = Image<std::complex<typename TInputImage::PixelType>, TInputImage::ImageDimension>>
61 GenerateData()
override;
74 template <
typename TUnderlying>
76 template <
typename TUnderlying>
83 #ifndef ITK_MANUAL_INSTANTIATION
84 # include "itkVnlForward1DFFTImageFilter.hxx"
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.
std::complex< TUnderlying > OutputPixelType
ImageBaseType::RegionType RegionType
Perform the FFT along one dimension of an image using Vnl as a backend.
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
TUnderlying InputPixelType
Perform the Fast Fourier Transform, in the forward direction, with real inputs, 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