18#ifndef itkHistogramToProbabilityImageFilter_h
19#define itkHistogramToProbabilityImageFilter_h
50template <
typename TInput,
typename TOutput =
float>
88template <
typename THistogram,
typename TImage = Image<
float, 3>>
92 Function::HistogramProbabilityFunction<SizeValueType, typename TImage::PixelType>>
void SetTotalFrequency(SizeValueType n)
SizeValueType m_TotalFrequency
~HistogramProbabilityFunction()=default
SizeValueType GetTotalFrequency() const
OutputPixelType operator()(const TInput &A) const
HistogramProbabilityFunction()=default
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 gives the probability image as the output....
HistogramToProbabilityImageFilter()=default
~HistogramToProbabilityImageFilter() 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