Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
This class computes texture feature coefficients from a grey level run-length matrix. More...
#include <itkEnhancedHistogramToRunLengthFeaturesFilter.h>
Public Types | |
enum | RunLengthFeatureName { ShortRunEmphasis, LongRunEmphasis, GreyLevelNonuniformity, RunLengthNonuniformity, LowGreyLevelRunEmphasis, HighGreyLevelRunEmphasis, ShortRunLowGreyLevelEmphasis, ShortRunHighGreyLevelEmphasis, LongRunLowGreyLevelEmphasis, LongRunHighGreyLevelEmphasis, RunPercentage, NumberOfRuns } |
typedef EnhancedHistogramToRunLengthFeaturesFilter | Self |
typedef ProcessObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef THistogram | HistogramType |
typedef HistogramType::Pointer | HistogramPointer |
typedef HistogramType::ConstPointer | HistogramConstPointer |
typedef HistogramType::MeasurementType | MeasurementType |
typedef HistogramType::MeasurementVectorType | MeasurementVectorType |
typedef HistogramType::IndexType | IndexType |
typedef HistogramType::TotalAbsoluteFrequencyType | FrequencyType |
typedef DataObject::Pointer | DataObjectPointer |
typedef SimpleDataObjectDecorator< MeasurementType > | MeasurementObjectType |
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Protected Member Functions | |
EnhancedHistogramToRunLengthFeaturesFilter () | |
~EnhancedHistogramToRunLengthFeaturesFilter () | |
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 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: http://hdl.handle.net/1926/1374
Definition at line 82 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef SmartPointer<const Self> itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::ConstPointer |
Definition at line 89 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef DataObject::Pointer itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 112 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
|
protected |
Make a DataObject to be used for output output.
Definition at line 196 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType:: TotalAbsoluteFrequencyType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::FrequencyType |
Definition at line 104 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::ConstPointer itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::HistogramConstPointer |
Definition at line 99 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::Pointer itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::HistogramPointer |
Definition at line 98 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef THistogram itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::HistogramType |
Definition at line 95 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::IndexType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::IndexType |
Definition at line 102 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef SimpleDataObjectDecorator<MeasurementType> itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::MeasurementObjectType |
Type of DataObjects used for scalar outputs
Definition at line 115 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::MeasurementType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::MeasurementType |
Definition at line 100 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef HistogramType::MeasurementVectorType itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::MeasurementVectorType |
Definition at line 101 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef SmartPointer<Self> itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::Pointer |
Definition at line 88 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef EnhancedHistogramToRunLengthFeaturesFilter itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::Self |
Standard typedefs
Definition at line 86 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
typedef ProcessObject itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::Superclass |
Definition at line 87 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
enum itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter::RunLengthFeatureName |
Run-length feature types
Definition at line 171 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
|
protected |
|
inlineprotected |
Definition at line 192 of file itkEnhancedHistogramToRunLengthFeaturesFilter.h.
|
protectedvirtual |
|
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.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelNonuniformityOutput | ( | ) | 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 >::GetRunLengthNonuniformity | ( | ) | const |
Methods to return the run length nonuniformity.
const MeasurementObjectType* itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthNonuniformityOutput | ( | ) | 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 |
|
protectedvirtual |
|
static |
standard New() method support
|
protectedvirtual |
void itk::Statistics::EnhancedHistogramToRunLengthFeaturesFilter< THistogram >::SetInput | ( | const HistogramType * | histogram | ) |
|
virtual |