18 #ifndef itkScalarImageToTextureFeaturesFilter_h
19 #define itkScalarImageToTextureFeaturesFilter_h
104 template<
typename TImageType,
105 typename THistogramFrequencyContainer = DenseFrequencyContainer2 >
157 using Superclass::SetInput;
180 void SetNumberOfBinsPerAxis(
unsigned int);
195 void SetInsidePixelValue(
PixelType InsidePixelValue);
197 itkGetConstMacro(FastCalculations,
bool);
198 itkSetMacro(FastCalculations,
bool);
199 itkBooleanMacro(FastCalculations);
204 void PrintSelf(std::ostream & os,
Indent indent)
const override;
211 void GenerateData()
override;
215 using Superclass::MakeOutput;
232 #ifndef ITK_MANUAL_INSTANTIATION
233 #include "itkScalarImageToTextureFeaturesFilter.hxx"
This class computes a co-occurence matrix (histogram) from a given image and a mask image if provided...
Light weight base class for most itk classes.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
typename FeatureNameVector::Pointer FeatureNameVectorPointer
typename ImageType::Pointer ImagePointer
FeatureValueVectorPointer m_FeatureMeans
CooccurrenceMatrixFilterType::Pointer m_GLCMGenerator
This class stores measurement vectors in the context of n-dimensional histogram.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
THistogramFrequencyContainer FrequencyContainerType
This class computes texture descriptions from an image.
typename CooccurrenceMatrixFilterType::HistogramType HistogramType
class ITK_FORWARD_EXPORT ProcessObject
typename ImageType::PixelType PixelType
OffsetVectorConstPointer m_Offsets
This class computes texture feature coefficients from a grey level co-occurrence matrix.
typename ImageType::OffsetType OffsetType
TextureFeaturesFilterType::Pointer m_GLCMCalculator
Decorates any subclass of itkObject with a DataObject API.
typename OffsetVector::Pointer OffsetVectorPointer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
typename OffsetVector::ConstPointer OffsetVectorConstPointer
Control indentation during Print() invocation.
typename FeatureNameVector::ConstPointer FeatureNameVectorConstPointer
FeatureNameVectorConstPointer m_RequestedFeatures
SmartPointer< Self > Pointer
FeatureValueVectorPointer m_FeatureStandardDeviations
typename FeatureValueVector::Pointer FeatureValueVectorPointer