Documentation/Nightly/Extensions/ShapeQuantifier

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


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


Introduction and Acknowledgements

Author: Jean-Baptiste Vimort, University of Michigan
Contributors:
- From the University of Michigan: Lucia Cevidanes, Julia Lopinto, Lucie Macron
- From the University of North Carolina: Francois Budin, Beatriz Paniagua, Juan-Carlos Prieto
Contact: Jean-Baptiste Vimort, <email>jb.vimort@gmail.com</email>
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

Extension Description

This extension is a collection of different modules that will enable the user to quantify shape differences between two models and/or compute shape statistics in a model .

ShapeQuantifier includes preprocessing tools, allowing the user to edit the models by cropping them (EasyClip) and/or making registration between models(SurfaceRegistration).
The user will have the choice to compute distances between points (Q3DC) or angles between lines (Q3DC) or planes (AnglePlanes).
He will be able to create distance maps (ModelToModelDistance) to either display them as color maps (ShapePopulationViewer) or compute statistics ( MeshStatistics) on the entire model or just a region of interest (PickAndPaint).

All those modules will be available to use by themselves or all at once by using ShapeQuantifier that will guide the user through the different steps.

Modules

Error creating thumbnail: File missing

Related Extensions

Information for Developers