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
HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, typename TImage::PixelType > > Superclass
HistogramToIntensityImageFilter Self
HistogramToIntensityImageFilter()=default
SmartPointer< const Self > ConstPointer
~HistogramToIntensityImageFilter() override=default
SmartPointer< Self > Pointer
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType