18 #ifndef itkScalarImageToHistogramGenerator_h
19 #define itkScalarImageToHistogramGenerator_h
35 template<
typename TImageType >
80 void SetNumberOfBins(
unsigned int numberOfBins);
83 void SetMarginalScale(
double marginalScale);
98 void SetAutoHistogramMinimumMaximum(
bool autoOnOff);
103 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
116 #ifndef ITK_MANUAL_INSTANTIATION
117 #include "itkScalarImageToHistogramGenerator.hxx"
Light weight base class for most itk classes.
virtual ~ScalarImageToHistogramGenerator() override
GeneratorPointer m_HistogramGenerator
itk::Statistics::Histogram< double > HistogramType
ImageType::PixelType PixelType
This class stores measurement vectors in the context of n-dimensional histogram.
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
itk::Statistics::ImageToListSampleAdaptor< ImageType > AdaptorType
AdaptorType::Pointer AdaptorPointer
AdaptorPointer m_ImageToListSampleAdaptor
NumericTraits< PixelType >::RealType RealPixelType
itk::Statistics::SampleToHistogramFilter< AdaptorType, HistogramType > GeneratorType
HistogramType::ConstPointer HistogramConstPointer
Computes the Histogram corresponding to a Sample.
Control indentation during Print() invocation.
Define additional traits for native types such as int or float.
This class provides ListSample interface to ITK Image.
Base class for most ITK classes.
ScalarImageToHistogramGenerator Self
HistogramType::Pointer HistogramPointer
GeneratorType::Pointer GeneratorPointer