18 #ifndef itkScalarImageToRunLengthFeaturesFilter_h
19 #define itkScalarImageToRunLengthFeaturesFilter_h
94 template<
typename TImageType,
95 typename THistogramFrequencyContainer = DenseFrequencyContainer2 >
149 using Superclass::SetInput;
172 void SetNumberOfBinsPerAxis(
unsigned int);
181 void SetDistanceValueMinMax(
double min,
double max );
192 void SetInsidePixelValue(
PixelType InsidePixelValue);
194 itkGetConstMacro(FastCalculations,
bool);
195 itkSetMacro(FastCalculations,
bool);
196 itkBooleanMacro(FastCalculations);
201 void PrintSelf( std::ostream & os,
Indent indent )
const override;
208 void GenerateData()
override;
212 using Superclass::MakeOutput;
227 #ifndef ITK_MANUAL_INSTANTIATION
228 #include "itkScalarImageToRunLengthFeaturesFilter.hxx"
Light weight base class for most itk classes.
This class computes texture feature coefficients from a grey level run-length matrix.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
short RunLengthFeatureName
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...
FeatureNameVectorConstPointer m_RequestedFeatures
typename ImageType::PixelType PixelType
RunLengthMatrixFilterType::Pointer m_RunLengthMatrixGenerator
class ITK_FORWARD_EXPORT ProcessObject
FeatureValueVectorPointer m_FeatureMeans
This class computes a run length matrix (histogram) from a given image and a mask image if provided...
Decorates any subclass of itkObject with a DataObject API.
typename FeatureValueVector::Pointer FeatureValueVectorPointer
typename FeatureNameVector::ConstPointer FeatureNameVectorConstPointer
typename RunLengthMatrixFilterType::HistogramType HistogramType
OffsetVectorConstPointer m_Offsets
typename OffsetVector::Pointer OffsetVectorPointer
typename FeatureNameVector::Pointer FeatureNameVectorPointer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Control indentation during Print() invocation.
typename OffsetVector::ConstPointer OffsetVectorConstPointer
typename ImageType::OffsetType OffsetType
THistogramFrequencyContainer FrequencyContainerType
SmartPointer< Self > Pointer
typename ImageType::Pointer ImagePointer
This class computes run length descriptions from an image.
FeatureValueVectorPointer m_FeatureStandardDeviations