Difference between revisions of "Documentation/Nightly/Modules/ModelToLabelMap"
From Slicer Wiki
Line 51: | Line 51: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Similar Modules}} | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
− | + | ||
+ | *[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/ModelMaker Model Maker] | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 21:07, 18 July 2013
Home < Documentation < Nightly < Modules < ModelToLabelMap
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
| |||||||
|
Module Description
Intersects an input model with an reference volume and produces an output label map. The algorithm uses flood fill from the model's center of mass, open models or ones with multiple pieces will not work well. The label map is constrained to be unsigned char, so the input label value is only valid in the range 0-255.
Use Cases
- This module may be thought of as the inverse of Marching Cubes (Model Maker module), except that only the surface points are set in the label map, not the interior.
- It is useful if you only have a surface model and wish to do volumetric processing on an image
Tutorials
N/A
Panels
Parameters:
- Settings: Parameter settings
- Sample distance (sampleDistance): Determines how finely the surface is sampled. Used for the distance argument in the vtkPolyDataPointSampler.
- Label value (labelValue): The unsigned char label value to use in the output label map.
- IO: Input/output
- Input Volume (InputVolume): Input volume
- Model (surface): Input model
- Output Volume (OutputVolume): Unsigned char label map volume
List of parameters generated transforming this XML file using this XSL file. To update the URL of the XML file, edit this page.
Similar Modules
References
N/A
Information for Developers
Section under construction. |