Difference between revisions of "Documentation/Nightly/Modules/BoneTexture"

From Slicer Wiki
Jump to: navigation, search
 
Line 62: Line 62:
 
|[[Image:BoneTexture-GLCMParam.png|thumb|500px|GLCM Parameters]]
 
|[[Image:BoneTexture-GLCMParam.png|thumb|500px|GLCM Parameters]]
 
|[[Image:BoneTexture-GLRLMParam.png|thumb|500px| GLRLM Parameters]]
 
|[[Image:BoneTexture-GLRLMParam.png|thumb|500px| GLRLM Parameters]]
 +
|[[Image:BoneTexture-BMParam.png|thumb|500px| BM Parameters]]
 
|}
 
|}
  

Latest revision as of 21:57, 17 October 2017

Home < Documentation < Nightly < Modules < BoneTexture


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extensions: BoneTextureExtesion
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


Module Description

This module provide a simple and dynamic user interface that allows:

Interface

BoneTexture-Interface.png

Use Cases

Inputs

BoneTexture Inputs
This section allows the user to specify:
  • The input scan: it's interesting to notice that the computation time will improve if the useful data is taking as much space as possible in the input scan (a preliminary cropping step might be considered in order to erase the useless data on the boundaries)
  • An input mask: the mask is optional, therefore it will reduce the computation time of the algorithms

Parameters

BoneTexture parameters
This section allows the user to choose:
  • The Type of features wanted: Run length features or co-occurrence features
  • All the parameters necessary to run each algorithms
  • The type of outputs wanted: texture features or texture maps
GLCM Parameters
GLRLM Parameters
BM Parameters

Result display

Texture features

Texture features result
The texture features computed over the whole input scan will be displayed in this table.

Texture Maps

Texture map choice
This section allows the user to easily observe the texture maps generated.

The first drop down menu allow to choose the texture map set (usually GLCM or CLRLM).

Feature choice
The second drop down menu allow to choose the feature displayed in the 3D view of Slicer.

Additional Information

Similar Modules

N/A

Information for Developers

The source code is available on github