|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScalarImageToHistogramGenerator_h
19 #define itkScalarImageToHistogramGenerator_h
36 template <
typename TImageType>
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"
This class provides ListSample interface to ITK Image.
Control indentation during Print() invocation.
typename ImageType::PixelType PixelType
GeneratorPointer m_HistogramGenerator
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.
Computes the Histogram corresponding to a Sample.
AdaptorPointer m_ImageToListSampleAdaptor
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