18#ifndef itkHistogramToIntensityImageFilter_h
19#define itkHistogramToIntensityImageFilter_h
41template <
typename TInput,
typename TOutput = SizeValueType>
75template <
typename THistogram,
typename TImage = Image<SizeValueType, 3>>
79 Function::HistogramIntensityFunction<SizeValueType, typename TImage::PixelType>>
~HistogramIntensityFunction()=default
SizeValueType GetTotalFrequency() const
void SetTotalFrequency(SizeValueType n)
HistogramIntensityFunction()=default
SizeValueType m_TotalFrequency
OutputPixelType operator()(const TInput &A) const
This class takes a histogram as an input and returns an image of type specified by the functor.
The class takes a histogram as an input and produces an image as the output. A pixel,...
HistogramToIntensityImageFilter()=default
~HistogramToIntensityImageFilter() override=default
Light weight base class for most itk classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType