19 #ifndef itkFFTPadImageFilter_h
20 #define itkFFTPadImageFilter_h
50 template<
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;
105 void PrintSelf(std::ostream& os,
Indent indent)
const override;
107 void GenerateOutputInformation()
override;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkFFTPadImageFilter.hxx"
A function object that determines a neighborhood of values at an image boundary according to a Neuman...
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SizeValueType m_SizeGreatestPrimeFactor
Base class for all process objects that output image data.
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
Increase the image size by padding. Superclass for filters that fill in extra pixels.
ImageBaseType::SizeType SizeType
typename TInputImage::SizeType SizeType
ImageBaseType::IndexType IndexType
typename InputImageType::RegionType RegionType
TOutputImage OutputImageType
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
typename InputImageType::IndexType IndexType
DefaultBoundaryConditionType m_DefaultBoundaryCondition
Control indentation during Print() invocation.
Pad an image to make it suitable for an FFT transformation.
ImageBaseType::RegionType RegionType
typename TInputImage::SizeValueType SizeValueType