Difference between revisions of "Documentation/4.3/Extensions/CleaverExtension"
(Wiki page complete.) |
|||
Line 54: | Line 54: | ||
{| | {| | ||
| | | | ||
− | |[[Image:SlicerGui.png|thumb| | + | |[[Image:SlicerGui.png|thumb|300px|Module UI]] |
|} | |} | ||
*Input Volume 1-8 : Import up to 8 different volumes (NRRD) of the same dimension for Cleaver to mesh. | *Input Volume 1-8 : Import up to 8 different volumes (NRRD) of the same dimension for Cleaver to mesh. | ||
*Output Model1-10 : Create up to 10 new models for Cleaver to write mesh data to. If none or too few are specified for the output, the console will provide the locations of the VTK mesh files and MRML scene file to load. | *Output Model1-10 : Create up to 10 new models for Cleaver to write mesh data to. If none or too few are specified for the output, the console will provide the locations of the VTK mesh files and MRML scene file to load. | ||
*Use Padding : Often a good option to allow if material transitions exist at the volume boundaries. | *Use Padding : Often a good option to allow if material transitions exist at the volume boundaries. | ||
+ | *Scaling : Scale the volume up or down for higher or lower resolution. | ||
*Alpha Short : The minimum distance on an edge cut after which Cleaver does not warp a vertex. | *Alpha Short : The minimum distance on an edge cut after which Cleaver does not warp a vertex. | ||
*Alpha Long : The maximum distance on an edge cut after which Cleaver will create a sub-tetrahedron (Cleave the current tet). | *Alpha Long : The maximum distance on an edge cut after which Cleaver will create a sub-tetrahedron (Cleave the current tet). |
Revision as of 17:30, 20 June 2014
Home < Documentation < 4.3 < Extensions < CleaverExtension
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Developed at the SCI Institute, University of Utah. Author: Jonathan Bronson Module DescriptionCleaverExtension is a Slicer CLI Module that takes a set of NRRD Volumes and creates a set of tetrahedral meshes
to import into the Slicer MRML. Based on the "Lattice Cleaving" algorithm (see References), this method is theoretically guaranteed to produce valid meshes with bounded dihedral angles, while still conforming to multimaterial material surfaces. Empirically these bounds have been shown to be significant. Use CasesPanels and their use
Tutorials
References
Information for DevelopersFor technical questions or problems, please use contacts in the introduction. |