30 #ifndef __itkEnhancedScalarImageToNeighbourhoodGreyLevelDifferenceFeaturesFilter_h
31 #define __itkEnhancedScalarImageToNeighbourhoodGreyLevelDifferenceFeaturesFilter_h
33 #include "itkDataObjectDecorator.h"
106 template<
typename TImageType,
107 typename THistogramFrequencyContainer = DenseFrequencyContainer2 >
143 typedef VectorContainer<
unsigned char,
154 typedef DataObjectDecorator< FeatureValueVector >
164 using Superclass::SetInput;
204 itkGetConstMacro(FastCalculations,
bool);
205 itkSetMacro(FastCalculations,
bool);
206 itkBooleanMacro(FastCalculations);
211 void PrintSelf( std::ostream & os, Indent indent )
const ITK_OVERRIDE;
232 bool m_FastCalculations;
237 #ifndef ITK_MANUAL_INSTANTIATION
238 #include "itkEnhancedScalarImageToNeighbourhoodGreyLevelDifferenceFeaturesFilter.hxx"
This class computes texture feature coefficients from a grey level Zone-length matrix.
This class computes run length descriptions from an image.
void SetDistanceValueMinMax(double min, double max)
DataObject::Pointer DataObjectPointer
VectorContainer< unsigned char, OffsetType > OffsetVector
void SetInsidePixelValue(PixelType InsidePixelValue)
DataObjectDecorator< FeatureValueVector > FeatureValueVectorDataObjectType
EnhancedHistogramToNeighbourhoodGreyLevelDifferenceFeaturesFilter< HistogramType > NeighbourhoodGreyLevelDifferenceFeaturesFilterType
OffsetVector::ConstPointer OffsetVectorConstPointer
ImageType::PixelType PixelType
FeatureNameVector::Pointer FeatureNameVectorPointer
void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
OffsetVector::Pointer OffsetVectorPointer
VectorContainer< unsigned char, NeighbourhoodGreyLevelDifferenceFeatureName > FeatureNameVector
SmartPointer< Self > Pointer
const FeatureValueVectorDataObjectType * GetFeatureMeansOutput() const
ImageType::Pointer ImagePointer
FeatureValueVector::Pointer FeatureValueVectorPointer
~EnhancedScalarImageToNeighbourhoodGreyLevelDifferenceFeaturesFilter() override
DataObjectPointer MakeOutput(DataObjectPointerArraySizeType) ITK_OVERRIDE
void GenerateData() ITK_OVERRIDE
FeatureNameVector::ConstPointer FeatureNameVectorConstPointer
short NeighbourhoodGreyLevelDifferenceFeatureName
void SetNumberOfBinsPerAxis(unsigned int)
EnhancedScalarImageToNeighbourhoodGreyLevelDifferenceFeaturesFilter Self
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
EnhancedScalarImageToNeighbourhoodGreyLevelDifferenceMatrixFilter< ImageType, FrequencyContainerType > NeighbourhoodGreyLevelDifferenceMatrixFilterType
VectorContainer< unsigned char, double > FeatureValueVector
ImageType::OffsetType OffsetType
const FeatureValueVectorDataObjectType * GetFeatureStandardDeviationsOutput() const
EnhancedScalarImageToNeighbourhoodGreyLevelDifferenceFeaturesFilter()
void SetPixelValueMinMax(PixelType min, PixelType max)
SmartPointer< const Self > ConstPointer
void SetMaskImage(const ImageType *)
const ImageType * GetInput() const
void SetInput(const ImageType *)
const ImageType * GetMaskImage() const
THistogramFrequencyContainer FrequencyContainerType
NeighbourhoodGreyLevelDifferenceMatrixFilterType::HistogramType HistogramType
This class computes a run length matrix (histogram) from a given image and a mask image if provided....
Histogram< MeasurementType, THistogramFrequencyContainer > HistogramType