Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
This class computes texture feature coefficients from a grey level Zone-length matrix. More...
#include <itkEnhancedHistogramToSizeZoneFeaturesFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Protected Member Functions | |
EnhancedHistogramToSizeZoneFeaturesFilter () | |
~EnhancedHistogramToSizeZoneFeaturesFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
virtual DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType) ITK_OVERRIDE |
virtual void | GenerateData () ITK_OVERRIDE |
This class computes texture feature coefficients from a grey level Zone-length matrix.
By default, Zone length features are computed for each spatial direction and then averaged afterward, so it is possible to access the standard deviations of the texture features. These values give a clue as to texture anisotropy. However, doing this is much more work, because it involved computing one for each offset given. To compute a single matrix using the first offset, call FastCalculationsOn(). If this is called, then the texture standard deviations will not be computed (and will be set to zero), but texture computation will be much faster.
This class is templated over the input histogram type.
Print references: M. M. Galloway. Texture analysis using gray level Zone lengths. Computer Graphics and Image Processing, 4:172-179, 1975.
A. Chu, C. M. Sehgal, and J. F. Greenleaf. Use of gray value distribution of Zone lengths for texture analysis. Pattern Recognition Letters, 11:415-420, 1990.
B. R. Dasarathy and E. B. Holder. Image characterizations based on joint gray-level Zone-length distributions. Pattern Recognition Letters, 12:490-502, 1991.
IJ article: https://hdl.handle.net/1926/1374
Definition at line 78 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef SmartPointer<const Self> itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::ConstPointer |
Definition at line 85 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef DataObject::Pointer itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 108 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
|
protected |
Make a DataObject to be used for output output.
Definition at line 216 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef HistogramType:: TotalAbsoluteFrequencyType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::FrequencyType |
Definition at line 100 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef HistogramType::ConstPointer itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::HistogramConstPointer |
Definition at line 95 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef HistogramType::Pointer itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::HistogramPointer |
Definition at line 94 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef THistogram itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::HistogramType |
Definition at line 91 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef HistogramType::IndexType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::IndexType |
Definition at line 98 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef SimpleDataObjectDecorator<MeasurementType> itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::MeasurementObjectType |
Type of DataObjects used for scalar outputs
Definition at line 111 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef HistogramType::MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::MeasurementType |
Definition at line 96 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef HistogramType::MeasurementVectorType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::MeasurementVectorType |
Definition at line 97 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef SmartPointer<Self> itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::Pointer |
Definition at line 84 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef EnhancedHistogramToSizeZoneFeaturesFilter itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::Self |
Standard typedefs
Definition at line 82 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
typedef ProcessObject itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::Superclass |
Definition at line 83 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
enum itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter::SizeZoneFeatureName |
Zone-length feature types
Definition at line 187 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
|
protected |
|
inlineprotected |
Definition at line 212 of file itkEnhancedHistogramToSizeZoneFeaturesFilter.h.
|
protectedvirtual |
|
virtual |
Zone-time type information (and related methods).
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetFeature | ( | SizeZoneFeatureName | name | ) |
convenience method to access the Zone length values
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetGreyLevelNonuniformity | ( | ) | const |
Methods to return the grey level nonuniformity.
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetGreyLevelNonuniformityNormalized | ( | ) | const |
Methods to return the grey level nonuniformity normalized.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetGreyLevelNonuniformityNormalizedOutput | ( | ) | const |
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetGreyLevelNonuniformityOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetGreyLevelVariance | ( | ) | const |
Methods to return the grey level variance.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetGreyLevelVarianceOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetHighGreyLevelZoneEmphasis | ( | ) | const |
Methods to return the high grey level Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetHighGreyLevelZoneEmphasisOutput | ( | ) | const |
const HistogramType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetInput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetLargeZoneEmphasis | ( | ) | const |
Methods to return the long Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetLargeZoneEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetLargeZoneHighGreyLevelEmphasis | ( | ) | const |
Methods to return the long Zone high grey level Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetLargeZoneHighGreyLevelEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetLargeZoneLowGreyLevelEmphasis | ( | ) | const |
Methods to return the long Zone low grey level Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetLargeZoneLowGreyLevelEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetLowGreyLevelZoneEmphasis | ( | ) | const |
Methods to return the low grey level Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetLowGreyLevelZoneEmphasisOutput | ( | ) | const |
|
virtual |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetNumberOfZones | ( | ) | const |
Methods to return the long Zone high grey level Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetNumberOfZonesOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSizeZoneNonuniformity | ( | ) | const |
Methods to return the Zone length nonuniformity.
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSizeZoneNonuniformityNormalized | ( | ) | const |
Methods to return the Zone length nonuniformity normalized.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSizeZoneNonuniformityNormalizedOutput | ( | ) | const |
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSizeZoneNonuniformityOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSizeZoneVariance | ( | ) | const |
Methods to return the Zone length variance.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSizeZoneVarianceOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSmallZoneEmphasis | ( | ) | const |
Methods to return the short Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSmallZoneEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSmallZoneHighGreyLevelEmphasis | ( | ) | const |
Methods to return the short Zone high grey level Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSmallZoneHighGreyLevelEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSmallZoneLowGreyLevelEmphasis | ( | ) | const |
Methods to return the short Zone low grey level Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetSmallZoneLowGreyLevelEmphasisOutput | ( | ) | const |
|
virtual |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetZoneEntropy | ( | ) | const |
Methods to return the Zone entropy.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetZoneEntropyOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetZonePercentage | ( | ) | const |
Methods to return the long Zone high grey level Zone emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::GetZonePercentageOutput | ( | ) | const |
|
protectedvirtual |
|
static |
standard New() method support
|
protectedvirtual |
void itk::Statistics::EnhancedHistogramToSizeZoneFeaturesFilter< THistogram >::SetInput | ( | const HistogramType * | histogram | ) |
|
virtual |