Documentation/Nightly/Modules/ComputeGLRLMFeatures

From Slicer Wiki
Revision as of 14:13, 6 July 2017 by Jb.vimort (talk | contribs)
Jump to: navigation, search
Home < Documentation < Nightly < Modules < ComputeGLRLMFeatures


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 can be used in order to compute run length texture features over the input image. The computation of the run length features is based on the grey level run length matrix (GLRLM) computed with itk::itkScalarImageToRunLengthFeaturesImageFilter.


Use Cases

ComputeGLRLMFeatures-Interface.png
  • Inputs:
    • Input volume [index: 0] : Input Volume
    • Input mask [-s --inputMask] : A mask defining the region over which texture features will be calculated
    • Inside Mask Value [-i --inputMask] : The pixel value that defines the ”inside” of the mask
    • Number of Intensity bins [-b --binNumber] : The number of intensity bins
    • Pixel Intensity Min [-p --pixelIntensityMin] : Minnimum of the pixel intensity range over which the features will be calculated
    • Pixel Intensity Max [-P --pixelIntensityMax] : Maximum of the pixel intensity range over which the features will be calculated
    • Distance Min [-d --distanceMin] : Minnimum of the distance range over which the features will be calculated
    • Distance Max [-D --distanceMax] : Maximum of the distance range over which the features will be calculated
  • Outputs:
    • Short Run Emphasis [output] : Short Run Emphasis feature value
    • Long Run Emphasis [output] : Long Run Emphasis feature value
    • Grey Level Non-uniformity [output] : Grey Level Non-uniformity feature value
    • Run Length Non-uniformity [output] : Run Length Non-uniformity feature value
    • Low Grey Level Run Emphasis [output] : Low Grey Level Run Emphasis feature value
    • High Grey Level Run Emphasis [output] : High Grey Level Run Emphasis feature value
    • Short Run Low Grey Level Emphasis [output] : Short Run Low Grey Level Emphasis feature value
    • Short Run High Grey Level Emphasis [output] : Short Run High Grey Level Emphasis feature value
    • Long Run Low Grey Level Emphasis [output] : Long Run Low Grey Level Emphasis feature value
    • Long Run High Grey Level Emphasis [output] : Long Run High Grey Level Emphasis feature value
  • Advanced:
    • Output Vector [output] : Output vector containing all the feature value stored in the same order than previously

Similar Modules

N/A

Information for Developers

The source code is available on github