19#ifndef itkFFTPadImageFilter_h
20#define itkFFTPadImageFilter_h
51template <
typename TInputImage,
typename TOutputImage = TInputImage>
73 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
74 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
75 static constexpr unsigned int ImageDimension = TOutputImage::ImageDimension;
122#ifndef ITK_MANUAL_INSTANTIATION
123# include "itkFFTPadImageFilter.hxx"
Pad an image to make it suitable for an FFT transformation.
typename InputImageType::RegionType RegionType
~FFTPadImageFilter() override=default
TInputImage InputImageType
typename InputImageType::IndexType IndexType
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateOutputInformation() override
typename OutputImageType::PixelType OutputImagePixelType
TOutputImage OutputImageType
typename InputImageType::SizeType SizeType
typename InputImageType::PixelType InputImagePixelType
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Increase the image size by padding. Superclass for filters that fill in extra pixels.
typename TInputImage::SizeValueType SizeValueType
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....