|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMaskedImageToHistogramFilter_h
19 #define itkMaskedImageToHistogramFilter_h
45 template <
typename TImage,
typename TMaskImage>
94 ThreadedStreamedGenerateData(
const RegionType & inputRegionForThread)
override;
96 ThreadedComputeMinimumAndMaximum(
const RegionType & inputRegionForThread)
override;
101 #ifndef ITK_MANUAL_INSTANTIATION
102 # include "itkMaskedImageToHistogramFilter.hxx"
Generate a histogram from the masked pixels of an image.
typename HistogramType::MeasurementVectorType HistogramMeasurementVectorType
ImageBaseType::SizeType SizeType
typename HistogramType::ConstPointer HistogramConstPointer
typename Superclass::MeasurementVectorType MeasurementVectorType
This class stores measurement vectors in the context of n-dimensional histogram.
Light weight base class for most itk classes.
typename MaskImageType::PixelType MaskPixelType
typename HistogramType::Pointer HistogramPointer
typename HistogramType::SizeType HistogramSizeType
typename ImageType::PixelType PixelType
ImageBaseType::RegionType RegionType
typename NumericTraits< PixelType >::ValueType ValueType
typename ImageType::RegionType RegionType
Define additional traits for native types such as int or float.
typename NumericTraits< ValueType >::RealType ValueRealType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename HistogramType::MeasurementType HistogramMeasurementType
This class generates a histogram from an image.
TMeasurement MeasurementType