|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkFFTNormalizedCorrelationImageFilter_h
19 #define itkFFTNormalizedCorrelationImageFilter_h
102 template <
typename TInputImage,
typename TOutputImage>
123 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
138 Self::RemoveInput(
"MovingImageMask");
139 Self::RemoveInput(
"FixedImageMask");
143 PrintSelf(std::ostream & os,
Indent indent)
const override;
147 GenerateData()
override;
154 #ifndef ITK_MANUAL_INSTANTIATION
155 # include "itkFFTNormalizedCorrelationImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename InputImageType::SizeType InputSizeType
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::RegionType InputRegionType
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
Calculate normalized cross correlation using FFTs.
Base class for all process objects that output image data.
FFTNormalizedCorrelationImageFilter()
typename OutputImageType::PixelType OutputPixelType
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
Calculate masked normalized cross correlation using FFTs.
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 InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType