18 #ifndef __itkNormalizedCorrelationImageFilter_h
19 #define __itkNormalizedCorrelationImageFilter_h
49 template<
class TInputImage,
class TMaskImage,
class TOutputImage,
class TOperatorValueType =
50 typename TOutputImage::PixelType >
58 TInputImage, TOutputImage, TOperatorValueType >
Superclass;
80 itkStaticConstMacro(InputImageDimension,
unsigned int,
81 TInputImage::ImageDimension);
82 itkStaticConstMacro(ImageDimension,
unsigned int,
83 TOutputImage::ImageDimension);
84 itkStaticConstMacro(MaskImageDimension,
unsigned int,
85 TMaskImage::ImageDimension);
108 void SetMaskImage(
const TMaskImage *mask);
113 const TMaskImage * GetMaskImage()
const;
120 this->SetOperator(t);
123 #ifdef ITK_USE_CONCEPT_CHECKING
147 void GenerateInputRequestedRegion()
161 void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread,
165 void PrintSelf(std::ostream & os,
Indent indent)
const
166 { Superclass::PrintSelf(os, indent); }
170 void operator=(
const Self &);
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #include "itkNormalizedCorrelationImageFilter.hxx"