Documentation/Nightly/Extensions/MeshStatistics

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < Nightly < Extensions < MeshStatistics


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


Introduction and Acknowledgements

Extension: MeshStatistics
Acknowledgments: This work was supported by the National Institues of Dental and Craniofacial Research and Biomedical Imaging and Bioengineering of the National Institutes of Health under Award Number R01DE024450
Author: Lucie Macron (University of Michigan)
Contributor1: Francois Budin (UNC)
Contributor2: Beatriz Paniagua (UNC)
Contributor3: Lucia Cevidanes (University of Michigan)
Contact: Jean-Baptiste Vimort, <email>jb.vimort@gmail.com</email>
License: Apache License, Version 2.0

Module Description

This extension contains one module of the same name. It allows user to compute different descriptive statistics on specific predefined regions or the entire model. MeshStatistics only works on a model that contains stored surface distances computed with the ModelToModelDistance module (computes a point by point distance between two models loaded in Slicer https://www.slicer.org/wiki/Documentation/Nightly/Extensions/ModelToModelDistance) Statistics computed are:

  • Minimum and maximum values
  • Average
  • Standard deviation
  • Percentile (5th, 15th, 25th, 50th, 75th, 85th, 95th)

Statistics are displayed on a table and it is possible to export all those values as csv files. It’s possible to compute statistics on several models at the same time as long as regions on which users want compute statistics are the same on each of them.


Use Cases

Interface of Mesh Statistics

Similar Modules

N/A

Information for Developers

The source code is available on github