Difference between revisions of "Documentation/Nightly/Extensions/BoneTextureExtesion"
Line 19: | Line 19: | ||
{| | {| | ||
− | |[[Image:Logo-BoneTextureExtension.png| | + | |[[Image:Logo-BoneTextureExtension.png|250px]] |
− | | | + | | |
− | |||
This extensions contain several modules that can be used to compute feature maps of N-Dimensional images using two well-known texture analysis methods: the study of Grey Level Co-occurrence Matrix (GLCM) and the study of Grey Level Run Length Matrix (GLRLM). The main algorithms used in this extension are part of a remote module of ITK called [http://www.insight-journal.org/browse/publication/985 itkTextureFeatures] | This extensions contain several modules that can be used to compute feature maps of N-Dimensional images using two well-known texture analysis methods: the study of Grey Level Co-occurrence Matrix (GLCM) and the study of Grey Level Run Length Matrix (GLRLM). The main algorithms used in this extension are part of a remote module of ITK called [http://www.insight-journal.org/browse/publication/985 itkTextureFeatures] | ||
Line 30: | Line 29: | ||
** 10 run length textural 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 and long run high grey level emphasis. | ** 10 run length textural 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 and long run high grey level emphasis. | ||
* Input configurable parameters: locality of the texture, offset directions for co-occurrence and run length computation, the number of bins for the intensity histograms, and the intensity range or the range of run lengths.") | * Input configurable parameters: locality of the texture, offset directions for co-occurrence and run length computation, the number of bins for the intensity histograms, and the intensity range or the range of run lengths.") | ||
+ | |} | ||
+ | |||
+ | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 41: | Line 43: | ||
*[[Documentation/{{documentation/version}}/Modules/ComputeGLRLMFeatures|ComputeGLRLMFeatures]] | *[[Documentation/{{documentation/version}}/Modules/ComputeGLRLMFeatures|ComputeGLRLMFeatures]] | ||
*[[Documentation/{{documentation/version}}/Modules/SeparateVectorImage|SeparateVectorImage]] | *[[Documentation/{{documentation/version}}/Modules/SeparateVectorImage|SeparateVectorImage]] | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Additional Information}} | ||
+ | |||
+ | * [http://www.insight-journal.org/browse/publication/985 InsightJournal article] | ||
+ | * [https://github.com/InsightSoftwareC BoneTextureExtension Tutorial] | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 15:14, 6 July 2017
Home < Documentation < Nightly < Extensions < BoneTextureExtesion
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Author: Jean-Baptise Vimort, Kitware Inc.
Contributors: Beatriz Paniagua (Kitware Inc), Lucia Cevidanes (University of Michigan - School of Dentistry), Erika Benavides (University of Michigan - School of Dentistry), Antônio Carlos de Oliveira Ruellas (University of Michigan - School of Dentistry)
Contact: Jean-Baptiste Vimort, <email>jb.vimort@kitware.com</email>
Acknowledgments: This work was supported by the National Institute of Health (NIH) National Institute for Dental and Craniofacial Research (NIDCR) grant R21DE025306 (Textural Biomarkers of Arthritis for the Subchondral Bone in the Temporomandibular Joint), NIDCR grant R01DE024450 (Quantification of 3D bony Changes in
Temporomandibular Joint Osteoarthritis) and National Institute of Biomedical Imaging and Bioengineering NIBIB) grant R01EB021391 (Shape Analysis Toolbox for Medical Image Computing Projects).
License: Apache License, Version 2.0
Extension Description
This extensions contain several modules that can be used to compute feature maps of N-Dimensional images using two well-known texture analysis methods: the study of Grey Level Co-occurrence Matrix (GLCM) and the study of Grey Level Run Length Matrix (GLRLM). The main algorithms used in this extension are part of a remote module of ITK called itkTextureFeatures Key Features:
|
Modules
- BoneTexture
- BoneTextureSerializer
- ComputeGLCMFeatureMaps
- ComputeGLCMFeatures
- ComputeGLRLMFeatureMaps
- ComputeGLRLMFeatures
- SeparateVectorImage
Additional Information
Similar Extensions
N/A
Information for Developers
The source code is available on github