Difference between revisions of "Documentation/Nightly/Extensions/PickAndPaint"

From Slicer Wiki
Jump to: navigation, search
(Created page with '<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- -----------------------…')
 
Line 12: Line 12:
 
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<br>
 
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<br>
 
Author: Lucie Macron (University of Michigan)<br>
 
Author: Lucie Macron (University of Michigan)<br>
Contributor1: Francois Budin (UNC)<br>
+
Contributor 1: Francois Budin (UNC)<br>
Contributor2: Beatriz Paniagua (UNC)<br>
+
Contributor 2: Beatriz Paniagua (UNC)<br>
Contributor3: Lucia Cevidanes (University of Michigan)<br>
+
Contributor 3: Lucia Cevidanes (University of Michigan)<br>
 
Contact: Lucie Macron, <email>lucie.macron@gmail.com</email><br>
 
Contact: Lucie Macron, <email>lucie.macron@gmail.com</email><br>
 
License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]
 
License: [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]

Revision as of 21:29, 19 June 2015

Home < Documentation < Nightly < Extensions < PickAndPaint


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


Introduction and Acknowledgements

Extension: PickAndPaint
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)
Contributor 1: Francois Budin (UNC)
Contributor 2: Beatriz Paniagua (UNC)
Contributor 3: Lucia Cevidanes (University of Michigan)
Contact: Lucie Macron, <email>lucie.macron@gmail.com</email>
License: Apache License, Version 2.0

Module Description

This extension contains one module of the same name. It allows user to define different regions of interest (ROIs) by positioning a landmark on the 3D model (VTK file) and defining a radius for the region (the radius is defined in term of neighbors and not in millimeter, so far) The landmark is sticked to the mesh and positioned to the closest vertex of the mesh. Tracking of the landmark on the surface is available too. ROIs are saved in the model as a point data array under the name: modelName_ROI_IdOfTheROI. It is possible to propagate ROIs over different models.

Use Cases

Interface of Pick'N Paint

Similar Modules

N/A

Information for Developers

The source code is available on github