18#ifndef itkNormalizeToConstantImageFilter_h
19#define itkNormalizeToConstantImageFilter_h
55template <
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;
100#ifdef ITK_USE_CONCEPT_CHECKING
125#ifndef ITK_MANUAL_INSTANTIATION
126# include "itkNormalizeToConstantImageFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
Control indentation during Print() invocation.
Scales image pixel intensities to make the sum of all pixels equal a user-defined constant.
typename InputImageType::SizeType SizeType
~NormalizeToConstantImageFilter() override=default
typename InputImageType::RegionType RegionType
typename InputImageType::IndexType IndexType
typename OutputImageType::ConstPointer OutputImageConstPointer
NormalizeToConstantImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
typename NumericTraits< InputImagePixelType >::RealType RealType
void GenerateInputRequestedRegion() override
Define additional traits for native types such as int or float.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....