18 #ifndef itkScalarImageToHistogramGenerator_h
19 #define itkScalarImageToHistogramGenerator_h
35 template<
typename TImageType >
82 void SetNumberOfBins(
unsigned int numberOfBins);
85 void SetMarginalScale(
double marginalScale);
100 void SetAutoHistogramMinimumMaximum(
bool autoOnOff);
105 void PrintSelf(std::ostream & os,
Indent indent)
const override;
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkScalarImageToHistogramGenerator.hxx"
Light weight base class for most itk classes.
typename HistogramType::Pointer HistogramPointer
GeneratorPointer m_HistogramGenerator
Define numeric traits for std::vector.
This class stores measurement vectors in the context of n-dimensional histogram.
typename GeneratorType::Pointer GeneratorPointer
typename ImageType::PixelType PixelType
typename HistogramType::ConstPointer HistogramConstPointer
AdaptorPointer m_ImageToListSampleAdaptor
Computes the Histogram corresponding to a Sample.
typename NumericTraits< PixelType >::RealType RealPixelType
Control indentation during Print() invocation.
This class provides ListSample interface to ITK Image.
Base class for most ITK classes.
typename AdaptorType::Pointer AdaptorPointer