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