18 #ifndef itkHistogramToIntensityImageFilter_h
19 #define itkHistogramToIntensityImageFilter_h
41 template<
typename TInput,
typename TOutput = SizeValueType >
74 template<
typename THistogram,
typename TImage=Image< SizeValueType, 3 > >
77 Function::HistogramIntensityFunction< SizeValueType, typename TImage::PixelType > >
void SetTotalFrequency(SizeValueType n)
Light weight base class for most itk classes.
~HistogramToIntensityImageFilter() override=default
unsigned long SizeValueType
~HistogramIntensityFunction()=default
HistogramIntensityFunction()
The class takes a histogram as an input and produces an image as the output. A pixel, at position I, in the output image is given by.
OutputPixelType operator()(const TInput &A) const
SizeValueType GetTotalFrequency() const
SizeValueType m_TotalFrequency
HistogramToIntensityImageFilter()=default
This class takes a histogram as an input and returns an image of type specified by the functor...
TImage::PixelType OutputPixelType