Documentation/Nightly/Modules/MeshStatistics
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extension: ShapeQuantifier |
|
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 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
Similar Modules
N/A
Information for Developers
The source code is available on