|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkScalarImageToRunLengthFeaturesFilter_h
19 #define itkScalarImageToRunLengthFeaturesFilter_h
95 template <
typename TImageType,
typename THistogramFrequencyContainer = DenseFrequencyContainer2>
143 GetFeatureMeansOutput()
const;
146 GetFeatureStandardDeviationsOutput()
const;
150 using Superclass::SetInput;
176 SetNumberOfBinsPerAxis(
unsigned int);
187 SetDistanceValueMinMax(
double min,
double max);
196 GetMaskImage()
const;
201 SetInsidePixelValue(
PixelType insidePixelValue);
203 itkGetConstMacro(FastCalculations,
bool);
204 itkSetMacro(FastCalculations,
bool);
205 itkBooleanMacro(FastCalculations);
211 PrintSelf(std::ostream & os,
Indent indent)
const override;
221 GenerateData()
override;
225 using Superclass::MakeOutput;
240 #ifndef ITK_MANUAL_INSTANTIATION
241 # include "itkScalarImageToRunLengthFeaturesFilter.hxx"
RunLengthMatrixFilterType::Pointer m_RunLengthMatrixGenerator
This class computes a run length matrix (histogram) from a given image and a mask image if provided....
uint8_t RunLengthFeatureName
This class computes texture feature coefficients from a grey level run-length matrix.
This class computes run length descriptions from an image.
typename ImageType::PixelType PixelType
Control indentation during Print() invocation.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
typename FeatureValueVector::Pointer FeatureValueVectorPointer
Decorates any subclass of itkObject with a DataObject API.
FeatureNameVectorConstPointer m_RequestedFeatures
This class stores measurement vectors in the context of n-dimensional histogram.
typename ImageType::Pointer ImagePointer
typename ImageType::OffsetType OffsetType
Light weight base class for most itk classes.
FeatureValueVectorPointer m_FeatureStandardDeviations
typename RunLengthMatrixFilterType::HistogramType HistogramType
FeatureValueVectorPointer m_FeatureMeans
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename FeatureNameVector::ConstPointer FeatureNameVectorConstPointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
class ITK_FORWARD_EXPORT ProcessObject
typename FeatureNameVector::Pointer FeatureNameVectorPointer
typename OffsetVector::ConstPointer OffsetVectorConstPointer
OffsetVectorConstPointer m_Offsets
SmartPointer< Self > Pointer
THistogramFrequencyContainer FrequencyContainerType
typename OffsetVector::Pointer OffsetVectorPointer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.