Difference between revisions of "Documentation/Nightly/Modules/ComputeGLRLMFeatures"
(One intermediate revision by the same user not shown) | |||
Line 25: | Line 25: | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|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 [https://itk.org/Doxygen/html/classitk_1_1Statistics_1_1ScalarImageToRunLengthFeaturesFilter.html itk:: | + | 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::itkScalarImageToRunLengthFeaturesFilter].<br> |
The GLRLM matrix describes the texture of the whole image, it is then used to compute the following run length texture features: | 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 | * short run emphasis | ||
Line 65: | Line 65: | ||
** <span style="color:green">'''Output Vector'''</span> [<span style="color:orange">output</span>] : Output vector containing all the feature value stored in the same order than previously | ** <span style="color:green">'''Output Vector'''</span> [<span style="color:orange">output</span>] : Output vector containing all the feature value stored in the same order than previously | ||
|} | |} | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Additional Information}} | ||
+ | |||
+ | * [http://www.insight-journal.org/browse/publication/985 InsightJournal article] | ||
+ | * [https://github.com/InsightSoftwareC BoneTextureExtension Tutorial] | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Latest revision as of 14:46, 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::itkScalarImageToRunLengthFeaturesFilter.
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
Additional Information
Similar Modules
N/A
Information for Developers
The source code is available on github