18 #ifndef __itkHistogramToTextureFeaturesFilter_h
19 #define __itkHistogramToTextureFeaturesFilter_h
102 template<
typename THistogram >
127 typedef typename HistogramType::TotalAbsoluteFrequencyType
130 typedef typename HistogramType::TotalRelativeFrequencyType
207 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
218 void operator=(const Self &);
221 double & marginalDevSquared,
double & pixelVariance);
228 #ifndef ITK_MANUAL_INSTANTIATION
229 #include "itkHistogramToTextureFeaturesFilter.hxx"
DataObject::Pointer DataObjectPointer
const MeasurementObjectType * GetClusterProminenceOutput() const
MeasurementType GetInverseDifferenceMoment() const
HistogramType::AbsoluteFrequencyType AbsoluteFrequencyType
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
HistogramType::Pointer HistogramPointer
const MeasurementObjectType * GetHaralickCorrelationOutput() const
MeasurementType GetInertia() const
Light weight base class for most itk classes.
std::vector< RelativeFrequencyType > RelativeFrequencyContainerType
const MeasurementObjectType * GetInverseDifferenceMomentOutput() const
MeasurementType GetClusterShade() const
const HistogramType * GetInput() const
MeasurementType GetEnergy() const
MeasurementType GetFeature(TextureFeatureName name)
HistogramType::RelativeFrequencyType RelativeFrequencyType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
~HistogramToTextureFeaturesFilter()
const MeasurementObjectType * GetClusterShadeOutput() const
MeasurementType GetHaralickCorrelation() const
const MeasurementObjectType * GetEnergyOutput() const
RelativeFrequencyContainerType m_RelativeFrequencyContainer
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
MeasurementType GetEntropy() const
MeasurementType GetClusterProminence() const
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
SmartPointer< const Self > ConstPointer
void ComputeMeansAndVariances(double &pixelMean, double &marginalMean, double &marginalDevSquared, double &pixelVariance)
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
const MeasurementObjectType * GetCorrelationOutput() const
HistogramType::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
HistogramType::TotalRelativeFrequencyType TotalRelativeFrequencyType
HistogramType::MeasurementVectorType MeasurementVectorType
MeasurementType GetCorrelation() const
SimpleDataObjectDecorator< MeasurementType > MeasurementObjectType
HistogramType::IndexType IndexType
HistogramType::ConstPointer HistogramConstPointer
Control indentation during Print() invocation.
const MeasurementObjectType * GetEntropyOutput() const
virtual void GenerateData() ITK_OVERRIDE
HistogramToTextureFeaturesFilter()
const MeasurementObjectType * GetInertiaOutput() const
HistogramToTextureFeaturesFilter Self
void SetInput(const HistogramType *histogram)
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType) ITK_OVERRIDE
HistogramType::MeasurementType MeasurementType