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