Documentation/Nightly/Extensions/BoneTextureExtesion

From Slicer Wiki
Revision as of 17:49, 5 July 2017 by Jb.vimort (talk | contribs) (Created page with "<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- -------------------...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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>
License: Apache License, Version 2.0

Extension Description

Logo BoneTextureExtension

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:

  • Estimated texture features:
    • 8 co-occurrence textural features: energy, entropy, correlation, inverse difference moment, inertia, cluster shade, cluster prominence and Haralick correlation
    • 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.")

Modules

Similar Extensions

N/A

Information for Developers

The source code is available on github