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