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 insight toolkit (ITK) called itkTextureFeatures Key Features:
|
Usage
Main modules interface
Input example
Texture features
Texture feature maps
Co-occurrence texture feature maps
Run Length texture feature maps
Modules
- BoneTexture
- BoneTextureSerializer
- ComputeGLCMFeatureMaps
- ComputeGLCMFeatures
- ComputeGLRLMFeatureMaps
- ComputeGLRLMFeatures
- SeparateVectorImage
Additional Information
Similar Extensions
N/A
Information for Developers
The source code is available on github