|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkNormalizeImageFilter_h
19 #define itkNormalizeImageFilter_h
53 template <
typename TInputImage,
typename TOutputImage>
77 Modified()
const override;
84 GenerateData()
override;
88 GenerateInputRequestedRegion()
override;
97 #ifndef ITK_MANUAL_INSTANTIATION
98 # include "itkNormalizeImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
StatisticsImageFilter< TInputImage >::Pointer m_StatisticsFilter
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
Normalize an image by setting its mean to zero and variance to one.
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...
ShiftScaleImageFilter< TInputImage, TOutputImage >::Pointer m_ShiftScaleFilter