Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
This class computes texture feature coefficients from a grey level run-length matrix. More...
#include <itkEnhancedHistogramToRunLengthFeaturesFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Protected Member Functions | |
EnhancedHistogramToRunLengthFeaturesFilter () | |
~EnhancedHistogramToRunLengthFeaturesFilter () override | |
void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType) ITK_OVERRIDE |
void | GenerateData () ITK_OVERRIDE |
This class computes texture feature coefficients from a grey level run-length matrix.
By default, run 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 run 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 run 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 run-length distributions. Pattern Recognition Letters, 12:490-502, 1991.
IJ article: https://hdl.handle.net/1926/1374
Definition at line 78 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef SmartPointer<const Self> itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::ConstPointer |
Definition at line 85 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef DataObject::Pointer itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 108 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
|
protected |
Make a DataObject to be used for output output.
Definition at line 217 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType:: TotalAbsoluteFrequencyType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::FrequencyType |
Definition at line 100 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::ConstPointer itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::HistogramConstPointer |
Definition at line 95 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::Pointer itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::HistogramPointer |
Definition at line 94 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef THistogram itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::HistogramType |
Definition at line 91 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::IndexType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::IndexType |
Definition at line 98 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef SimpleDataObjectDecorator<MeasurementType> itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::MeasurementObjectType |
Type of DataObjects used for scalar outputs
Definition at line 111 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::MeasurementType |
Definition at line 96 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::MeasurementVectorType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::MeasurementVectorType |
Definition at line 97 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef SmartPointer<Self> itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::Pointer |
Definition at line 84 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef EnhancedHistogramToRunLengthFeaturesFilter itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::Self |
Standard typedefs
Definition at line 82 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef ProcessObject itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::Superclass |
Definition at line 83 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
enum itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter::RunLengthFeatureName |
Run-length feature types
Definition at line 187 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 213 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
|
protected |
|
virtual |
Run-time type information (and related methods).
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetFeature | ( | RunLengthFeatureName | name | ) |
convenience method to access the run length values
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelNonuniformity | ( | ) | const |
Methods to return the grey level nonuniformity.
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelNonuniformityNormalized | ( | ) | const |
Methods to return the grey level nonuniformity.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelNonuniformityNormalizedOutput | ( | ) | const |
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelNonuniformityOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelVariance | ( | ) | const |
Methods to return the grey level variance.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelVarianceOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetHighGreyLevelRunEmphasis | ( | ) | const |
Methods to return the high grey level run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetHighGreyLevelRunEmphasisOutput | ( | ) | const |
const HistogramType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetInput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunEmphasis | ( | ) | const |
Methods to return the long run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunHighGreyLevelEmphasis | ( | ) | const |
Methods to return the long run high grey level run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunHighGreyLevelEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunLowGreyLevelEmphasis | ( | ) | const |
Methods to return the long run low grey level run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunLowGreyLevelEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetLowGreyLevelRunEmphasis | ( | ) | const |
Methods to return the low grey level run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetLowGreyLevelRunEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetNumberOfRuns | ( | ) | const |
Methods to return the long run high grey level run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetNumberOfRunsOutput | ( | ) | const |
|
virtual |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunEntropy | ( | ) | const |
Methods to return the run entropy.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunEntropyOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthNonuniformity | ( | ) | const |
Methods to return the run length nonuniformity.
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthNonuniformityNormalized | ( | ) | const |
Methods to return the run length nonuniformity.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthNonuniformityNormalizedOutput | ( | ) | const |
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthNonuniformityOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthVariance | ( | ) | const |
Methods to return the run length variance.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthVarianceOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunPercentage | ( | ) | const |
Methods to return the long run high grey level run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunPercentageOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunEmphasis | ( | ) | const |
Methods to return the short run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunHighGreyLevelEmphasis | ( | ) | const |
Methods to return the short run high grey level run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunHighGreyLevelEmphasisOutput | ( | ) | const |
MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunLowGreyLevelEmphasis | ( | ) | const |
Methods to return the short run low grey level run emphasis.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunLowGreyLevelEmphasisOutput | ( | ) | const |
|
virtual |
|
protected |
|
static |
standard New() method support
|
protected |
void itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::SetInput | ( | const HistogramType * | histogram | ) |
|
virtual |