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