Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
30 #ifndef __itkEnhancedScalarImageToSizeZoneFeaturesFilter_h
31 #define __itkEnhancedScalarImageToSizeZoneFeaturesFilter_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 virtual void PrintSelf( std::ostream & os, Indent indent )
const ITK_OVERRIDE;
232 bool m_FastCalculations;
237 #ifndef ITK_MANUAL_INSTANTIATION
238 #include "itkEnhancedScalarImageToSizeZoneFeaturesFilter.hxx"
ImageType::Pointer ImagePointer
OffsetVector::ConstPointer OffsetVectorConstPointer
short SizeZoneFeatureName
DataObjectDecorator< FeatureValueVector > FeatureValueVectorDataObjectType
FeatureNameVector::ConstPointer FeatureNameVectorConstPointer
virtual void GenerateData() ITK_OVERRIDE
VectorContainer< unsigned char, double > FeatureValueVector
DataObject::Pointer DataObjectPointer
ImageType::PixelType PixelType
FeatureNameVector::Pointer FeatureNameVectorPointer
SmartPointer< const Self > ConstPointer
This class computes a run length matrix (histogram) from a given image and a mask image if provided....
This class computes texture feature coefficients from a grey level Zone-length matrix.
SmartPointer< Self > Pointer
FeatureValueVector::Pointer FeatureValueVectorPointer
VectorContainer< unsigned char, OffsetType > OffsetVector
virtual ~EnhancedScalarImageToSizeZoneFeaturesFilter()
OffsetVector::Pointer OffsetVectorPointer
const ImageType * GetMaskImage() const
This class computes run length descriptions from an image.
void SetInsidePixelValue(PixelType InsidePixelValue)
void SetDistanceValueMinMax(double min, double max)
EnhancedScalarImageToSizeZoneMatrixFilter< ImageType, FrequencyContainerType > SizeZoneMatrixFilterType
void SetMaskImage(const ImageType *)
const ImageType * GetInput() const
Histogram< MeasurementType, THistogramFrequencyContainer > HistogramType
SizeZoneMatrixFilterType::HistogramType HistogramType
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
VectorContainer< unsigned char, SizeZoneFeatureName > FeatureNameVector
void SetInput(const ImageType *)
ImageType::OffsetType OffsetType
const FeatureValueVectorDataObjectType * GetFeatureMeansOutput() const
void SetNumberOfBinsPerAxis(unsigned int)
EnhancedHistogramToSizeZoneFeaturesFilter< HistogramType > SizeZoneFeaturesFilterType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType) ITK_OVERRIDE
const FeatureValueVectorDataObjectType * GetFeatureStandardDeviationsOutput() const
void SetPixelValueMinMax(PixelType min, PixelType max)
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
EnhancedScalarImageToSizeZoneFeaturesFilter Self
THistogramFrequencyContainer FrequencyContainerType
EnhancedScalarImageToSizeZoneFeaturesFilter()