18#ifndef itkScalarImageToHistogramGenerator_h
19#define itkScalarImageToHistogramGenerator_h
36template <
typename TImageType>
124#ifndef ITK_MANUAL_INSTANTIATION
125# include "itkScalarImageToHistogramGenerator.hxx"
Control indentation during Print() invocation.
Implements transparent reference counting.
This class stores measurement vectors in the context of n-dimensional histogram.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
This class provides ListSample interface to ITK Image.
SmartPointer< Self > Pointer
Computes the Histogram corresponding to a Sample.
SmartPointer< Self > Pointer
typename GeneratorType::Pointer GeneratorPointer
typename AdaptorType::Pointer AdaptorPointer
void SetHistogramMax(RealPixelType maximumValue)
void SetInput(const ImageType *)
void PrintSelf(std::ostream &os, Indent indent) const override
GeneratorPointer m_HistogramGenerator
typename HistogramType::Pointer HistogramPointer
void SetNumberOfBins(unsigned int numberOfBins)
ScalarImageToHistogramGenerator()
itk::Statistics::ImageToListSampleAdaptor< ImageType > AdaptorType
void SetMarginalScale(double marginalScale)
itk::Statistics::Histogram< double > HistogramType
typename ImageType::PixelType PixelType
typename HistogramType::ConstPointer HistogramConstPointer
typename NumericTraits< PixelType >::RealType RealPixelType
SmartPointer< Self > Pointer
void SetHistogramMin(RealPixelType minimumValue)
AdaptorPointer m_ImageToListSampleAdaptor
~ScalarImageToHistogramGenerator() override=default
ScalarImageToHistogramGenerator Self
itk::Statistics::SampleToHistogramFilter< AdaptorType, HistogramType > GeneratorType
SmartPointer< const Self > ConstPointer
void SetAutoHistogramMinimumMaximum(bool autoOnOff)
const HistogramType * GetOutput() const
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....