|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkNormalizeToConstantImageFilter_h
19 #define itkNormalizeToConstantImageFilter_h
55 template <
typename TInputImage,
typename TOutputImage>
85 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
86 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
87 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
97 itkGetConstMacro(Constant,
RealType);
100 #ifdef ITK_USE_CONCEPT_CHECKING
111 PrintSelf(std::ostream & os,
Indent indent)
const override;
114 GenerateInputRequestedRegion()
override;
117 GenerateData()
override;
125 #ifndef ITK_MANUAL_INSTANTIATION
126 # include "itkNormalizeToConstantImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::IndexType IndexType
typename OutputImageType::ConstPointer OutputImageConstPointer
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename NumericTraits< InputImagePixelType >::RealType RealType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType RegionType
ImageBaseType::IndexType IndexType
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
ImageBaseType::RegionType RegionType
TInputImage InputImageType
Define additional traits for native types such as int or float.
#define itkConceptMacro(name, concept)
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::SizeType SizeType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType
Scales image pixel intensities to make the sum of all pixels equal a user-defined constant.