|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScalarImageToHistogramGenerator_h
19 #define itkScalarImageToHistogramGenerator_h
36 template <
typename TImageType>
61 using GeneratorType = itk::Statistics::SampleToHistogramFilter<AdaptorType, HistogramType>;
86 SetNumberOfBins(
unsigned int numberOfBins);
90 SetMarginalScale(
double marginalScale);
108 SetAutoHistogramMinimumMaximum(
bool autoOnOff);
114 PrintSelf(std::ostream & os,
Indent indent)
const override;
124 #ifndef ITK_MANUAL_INSTANTIATION
125 # include "itkScalarImageToHistogramGenerator.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
This class provides ListSample interface to ITK Image.
Control indentation during Print() invocation.
typename ImageType::PixelType PixelType
This class stores measurement vectors in the context of n-dimensional histogram.
Light weight base class for most itk classes.
typename AdaptorType::Pointer AdaptorPointer
typename HistogramType::ConstPointer HistogramConstPointer
Define additional traits for native types such as int or float.
typename GeneratorType::Pointer GeneratorPointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename HistogramType::Pointer HistogramPointer
Base class for most ITK classes.
typename NumericTraits< PixelType >::RealType RealPixelType
itk::Statistics::SampleToHistogramFilter< AdaptorType, HistogramType > GeneratorType