18 #ifndef itkHistogramToTextureFeaturesFilter_h
19 #define itkHistogramToTextureFeaturesFilter_h
101 template<
typename THistogram >
136 using Superclass::SetInput;
198 } TextureFeatureName;
201 MeasurementType GetFeature(TextureFeatureName name);
206 void PrintSelf(std::ostream & os,
Indent indent)
const override;
210 using Superclass::MakeOutput;
213 void GenerateData()
override;
216 void ComputeMeansAndVariances(
double & pixelMean,
double & marginalMean,
217 double & marginalDevSquared,
double & pixelVariance);
224 #ifndef ITK_MANUAL_INSTANTIATION
225 #include "itkHistogramToTextureFeaturesFilter.hxx"
typename HistogramType::MeasurementType MeasurementType
typename HistogramType::IndexType IndexType
Light weight base class for most itk classes.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
std::vector< RelativeFrequencyType > RelativeFrequencyContainerType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename HistogramType::Pointer HistogramPointer
typename HistogramType::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
typename HistogramType::AbsoluteFrequencyType AbsoluteFrequencyType
class ITK_FORWARD_EXPORT ProcessObject
RelativeFrequencyContainerType m_RelativeFrequencyContainer
This class computes texture feature coefficients from a grey level co-occurrence matrix.
typename HistogramType::ConstPointer HistogramConstPointer
typename HistogramType::MeasurementVectorType MeasurementVectorType
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
ImageBaseType::IndexType IndexType
typename HistogramType::TotalRelativeFrequencyType TotalRelativeFrequencyType
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
typename HistogramType::RelativeFrequencyType RelativeFrequencyType