|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkHistogramToIntensityImageFilter_h
19 #define itkHistogramToIntensityImageFilter_h
41 template <
typename TInput,
typename TOutput = SizeValueType>
55 return static_cast<OutputPixelType>(A);
75 template <
typename THistogram,
typename TImage = Image<SizeValueType, 3>>
79 Function::HistogramIntensityFunction<SizeValueType, typename TImage::PixelType>>
The class takes a histogram as an input and produces an image as the output. A pixel,...
SizeValueType m_TotalFrequency
OutputPixelType operator()(const TInput &A) const
~HistogramToIntensityImageFilter() override=default
TImage::PixelType OutputPixelType
Light weight base class for most itk classes.
~HistogramIntensityFunction()=default
SizeValueType GetTotalFrequency() const
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
HistogramIntensityFunction()=default
void SetTotalFrequency(SizeValueType n)
This class takes a histogram as an input and returns an image of type specified by the functor.
unsigned long SizeValueType
HistogramToIntensityImageFilter()=default