|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScalarImageToTextureFeaturesFilter_h
19 #define itkScalarImageToTextureFeaturesFilter_h
108 template <
typename TImageType,
typename THistogramFrequencyContainer = DenseFrequencyContainer2>
156 GetFeatureMeansOutput()
const;
159 GetFeatureStandardDeviationsOutput()
const;
163 using Superclass::SetInput;
189 SetNumberOfBinsPerAxis(
unsigned int);
203 GetMaskImage()
const;
208 SetInsidePixelValue(
PixelType insidePixelValue);
210 itkGetConstMacro(FastCalculations,
bool);
211 itkSetMacro(FastCalculations,
bool);
212 itkBooleanMacro(FastCalculations);
218 PrintSelf(std::ostream & os,
Indent indent)
const override;
228 GenerateData()
override;
232 using Superclass::MakeOutput;
249 #ifndef ITK_MANUAL_INSTANTIATION
250 # include "itkScalarImageToTextureFeaturesFilter.hxx"
uint8_t TextureFeatureName
FeatureValueVectorPointer m_FeatureMeans
typename FeatureNameVector::ConstPointer FeatureNameVectorConstPointer
THistogramFrequencyContainer FrequencyContainerType
FeatureValueVectorPointer m_FeatureStandardDeviations
Control indentation during Print() invocation.
typename OffsetVector::ConstPointer OffsetVectorConstPointer
CooccurrenceMatrixFilterType::Pointer m_GLCMGenerator
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
FeatureNameVectorConstPointer m_RequestedFeatures
OffsetVectorConstPointer m_Offsets
Decorates any subclass of itkObject with a DataObject API.
This class computes a co-occurrence matrix (histogram) from a given image and a mask image if provide...
typename ImageType::Pointer ImagePointer
This class stores measurement vectors in the context of n-dimensional histogram.
Light weight base class for most itk classes.
This class computes texture feature coefficients from a grey level co-occurrence matrix.
typename FeatureNameVector::Pointer FeatureNameVectorPointer
TextureFeaturesFilterType::Pointer m_GLCMCalculator
typename CooccurrenceMatrixFilterType::HistogramType HistogramType
typename FeatureValueVector::Pointer FeatureValueVectorPointer
typename OffsetVector::Pointer OffsetVectorPointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename ImageType::OffsetType OffsetType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
This class computes texture descriptions from an image.
typename ImageType::PixelType PixelType
SmartPointer< Self > Pointer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.