Difference between revisions of "Documentation/Nightly/Modules/ComputeBMFeatureMaps"
(Created page with "<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- --------------------...") |
|||
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 bone morphometry | + | This module can be used in order to compute bone morphometry feature maps of an input image. The computation of the bone morphometry features is based on a binary segmentation of the whole image and it based on the itk remote module: itkBoneMorphometry [https://github.com/InsightSoftwareConsortium/ITKBoneMorphometry itkBoneMorphometry].<br> |
The following Bone Morphompetry Features are computed: | The following Bone Morphompetry Features are computed: | ||
* percent bone volume [BVTV] | * percent bone volume [BVTV] |
Latest revision as of 23:50, 16 October 2017
Home < Documentation < Nightly < Modules < ComputeBMFeatureMaps
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 bone morphometry feature maps of an input image. The computation of the bone morphometry features is based on a binary segmentation of the whole image and it based on the itk remote module: itkBoneMorphometry itkBoneMorphometry.
The following Bone Morphompetry Features are computed:
- percent bone volume [BVTV]
- trabecular thickness [TbTh]
- trabecular separation [TbSp]
- trabecular number [TbN]
- Bone Surface to Bone Volume ratio [BSBV]
Use Cases
Additional Information
Similar Modules
N/A
Information for Developers
The source code is available on github