|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkHistogramToProbabilityImageFilter_h
19 #define itkHistogramToProbabilityImageFilter_h
50 template <
typename TInput,
typename TOutput =
float>
67 return static_cast<OutputPixelType>(static_cast<OutputPixelType>(A) /
88 template <
typename THistogram,
typename TImage = Image<
float, 3>>
92 Function::HistogramProbabilityFunction<SizeValueType, typename TImage::PixelType>>
SizeValueType m_TotalFrequency
HistogramProbabilityFunction()=default
~HistogramToProbabilityImageFilter() override=default
void SetTotalFrequency(SizeValueType n)
~HistogramProbabilityFunction()=default
OutputPixelType operator()(const TInput &A) const
TImage::PixelType OutputPixelType
Light weight base class for most itk classes.
HistogramToProbabilityImageFilter()=default
SizeValueType GetTotalFrequency() const
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
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....
unsigned long SizeValueType