Documentation/4.0/Modules/ModelMaker

From Slicer Wiki
Revision as of 15:47, 20 October 2011 by Nicole (talk | contribs)
Jump to: navigation, search
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 can be obtained from the NA-MIC website.
  • Author: Nicole Aucoin: Brigham and Women's Hospital
  • Contributor1: Bill Lorensen, GE
  • Contact: Nicole Aucoin, <email>nicole@bwh.harvard.edu</email>
Template:Documentation/4.0/module-introduction-logo-startTemplate:Documentation/4.0/module-introduction-logoTemplate:Documentation/4.0/module-introduction-logo-end


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.

The Model Maker GUI
Output from running using default parameters on Slicer4/Libs/MRML/Testing/TestData/helixMask3Labels.nrrd with the Generic Color color look up table
Output from running with joint smoothing on, smoothing interations set to 2, using Slicer4/Libs/MRML/Testing/TestData/helixMask3Labels.nrrd with the Generic Color color look up table


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

Panels and their use

Similar Modules

  • The Volumes and Models modules are required
  • Grey Scale Model Maker generates models from grey scale images.

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