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()
SmartPointer< Self > Pointer
virtual ~HistogramToIntensityImageFilter() override
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.
unsigned long SizeValueType
HistogramToIntensityImageFilter Self
OutputPixelType operator()(const TInput &A) const
SmartPointer< const Self > ConstPointer
SizeValueType GetTotalFrequency() const
SizeValueType m_TotalFrequency
This class takes a histogram as an input and returns an image of type specified by the functor...
HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, typename TImage::PixelType > > Superclass
~HistogramIntensityFunction()