18 #ifndef itkNormalizeImageFilter_h
19 #define itkNormalizeImageFilter_h
48 template<
typename TInputImage,
typename TOutputImage >
70 virtual void Modified() const ITK_OVERRIDE;
82 NormalizeImageFilter(const
Self &);
83 void operator=(const Self &);
91 #ifndef ITK_MANUAL_INSTANTIATION
92 #include "itkNormalizeImageFilter.hxx"
Shift and scale the pixels in an image.
void GenerateInputRequestedRegion() override
Base class for all process objects that output image data.
TInputImage::Pointer InputImagePointer
SmartPointer< const Self > ConstPointer
NormalizeImageFilter Self
ShiftScaleImageFilter< TInputImage, TOutputImage >::Pointer m_ShiftScaleFilter
Compute min. max, variance and mean of an Image.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
virtual void Modified() const override
SmartPointer< Self > Pointer
Normalize an image by setting its mean to zero and variance to one.
void GenerateData() override
StatisticsImageFilter< TInputImage >::Pointer m_StatisticsFilter
Base class for filters that take an image as input and produce an image as output.
TOutputImage::Pointer OutputImagePointer