Difference between revisions of "Documentation/Nightly/Modules/ComputeGLRLMFeatures"
Line 26: | Line 26: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
This module can be used in order to compute run length texture features over the input image. The computation of the run length features is based on the grey level run length matrix (GLRLM) computed with [https://itk.org/Doxygen/html/classitk_1_1Statistics_1_1ScalarImageToRunLengthFeaturesFilter.html itk::itkScalarImageToRunLengthFeaturesImageFilter].<br> | This module can be used in order to compute run length texture features over the input image. The computation of the run length features is based on the grey level run length matrix (GLRLM) computed with [https://itk.org/Doxygen/html/classitk_1_1Statistics_1_1ScalarImageToRunLengthFeaturesFilter.html itk::itkScalarImageToRunLengthFeaturesImageFilter].<br> | ||
− | + | The GLRLM matrix describes the texture of the whole image, it is then used to compute the following run length texture features: | |
+ | * short run emphasis | ||
+ | * long run emphasis | ||
+ | * grey level non uniformity | ||
+ | * run length non uniformity | ||
+ | * low grey level run emphasis | ||
+ | * high grey level run emphasis | ||
+ | * short run low grey level emphasis | ||
+ | * short run high grey level emphasis | ||
+ | * long run low grey level emphasis | ||
+ | * long run high grey level emphasis | ||
{{documentation/{{documentation/version}}/module-section|Use Cases}} | {{documentation/{{documentation/version}}/module-section|Use Cases}} |
Revision as of 14:22, 6 July 2017
Home < Documentation < Nightly < Modules < ComputeGLRLMFeatures
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extensions: BoneTextureExtesion
|
Module Description
This module can be used in order to compute run length texture features over the input image. The computation of the run length features is based on the grey level run length matrix (GLRLM) computed with itk::itkScalarImageToRunLengthFeaturesImageFilter.
The GLRLM matrix describes the texture of the whole image, it is then used to compute the following run length texture features:
- short run emphasis
- long run emphasis
- grey level non uniformity
- run length non uniformity
- low grey level run emphasis
- high grey level run emphasis
- short run low grey level emphasis
- short run high grey level emphasis
- long run low grey level emphasis
- long run high grey level emphasis
Use Cases
Similar Modules
N/A
Information for Developers
The source code is available on github