Difference between revisions of "Documentation/4.0/Modules/ModelMaker"
| Line 5: | Line 5: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}} | {{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}} | ||
| − | {{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}} | + | {{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}} |
| − | + | {{documentation/{{documentation/version}}/module-introduction-row}} | |
| − | + | This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC.<br> | |
| − | + | can be obtained from the [http://www.na-mic.org/ NA-MIC website].<br> | |
| − | + | Author: Nicole Aucoin: Brigham and Women's Hospital<br> | |
| − | {{documentation/{{documentation/version}}/module-introduction- | + | Contributor1: Bill Lorensen, GE<br> |
| − | {{documentation/{{documentation/version}}/module-introduction-logo| | + | Contact: Nicole Aucoin, <email>nicole@bwh.harvard.edu</email><br> |
| − | + | {{documentation/{{documentation/version}}/module-introduction-row}} | |
| + | {{documentation/{{documentation/version}}/module-introduction-logo-gallery | ||
| + | |Image:Logo-splnew.jpg|Surgical Planning Laboratory | ||
| + | }} | ||
{{documentation/{{documentation/version}}/module-introduction-end}} | {{documentation/{{documentation/version}}/module-introduction-end}} | ||
Revision as of 20:32, 20 October 2011
Home < Documentation < 4.0 < Modules < ModelMaker
Introduction and Acknowledgements
|
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC. | |||
|
Module Description
The Modelmaker is used to create 3D surface models from segmented image data, called label maps. Label maps can be the result of automated segmentation or interactive editing. References give more details on the algorithm.
Template:Documentation/4.0/module-cli-description
Use Cases
Most frequently used for these scenarios:
- General Usage: Select an input volume from the label map volumes that are present in the scene. Create a new model hierarchy node. Pick a label, range of labels, or all, from which to generate a surface model. Press Apply.
- Use Case 1: After using the Editor module to segment a volume, use this module to generate a 3D surface of one segment.
- Use Case 2: When creating models from an image in which the label of interest touches the boundaries of the image, the resulting model has no vertices defined for the surfaces that touch image boundaries. Use the CropVolume module and extend the ROI beyond the image boundary. CropVolume will initialize voxels outside the image with 0s, essentially creating a padding around the volume.
- Use Case 3: After segmenting a whole region of the body, you can generate all the surface models at once by selecting the Generate All Models option.
Tutorials
Links to tutorials that use this module
Panels
Template:Documentation/4.0/module-cli-parametersdescription
Similar Modules
- Grey Scale Model Maker generates models from grey scale images.
- The Volumes and Models modules are required
References
Publications related to this module go here. Links to pdfs would be useful. For extensions: link to the source code repository and additional documentation
Information for Developers
| Section under construction. |