Difference between revisions of "Modules:PythonSurfaceToolbox-Documentation-3.6"
(One intermediate revision by one other user not shown) | |||
Line 64: | Line 64: | ||
** ''Input Surface'': the input surface | ** ''Input Surface'': the input surface | ||
** ''Output Surface'': the output surface, i.e. the input surface filtered through all the "Enabled" filters. | ** ''Output Surface'': the output surface, i.e. the input surface filtered through all the "Enabled" filters. | ||
− | |[[Image: | + | |[[Image:PythonSurfaceToolboxUI.png|thumb|280px|User Interface]] |
|} | |} | ||
Line 113: | Line 113: | ||
===References=== | ===References=== | ||
− | + | http://www.vtk.org/doc/nightly/html/classvtkDecimatePro.html#details | |
+ | |||
+ | http://www.vtk.org/doc/nightly/html/classvtkSmoothPolyDataFilter.html | ||
+ | |||
+ | http://www.vtk.org/doc/nightly/html/classvtkWindowedSincPolyDataFilter.html#details | ||
+ | |||
+ | http://www.vtk.org/doc/nightly/html/classvtkPolyDataNormals.html#details |
Latest revision as of 14:33, 21 September 2011
Home < Modules:PythonSurfaceToolbox-Documentation-3.6Return to Slicer 3.6 Documentation
Module Name
Python Surface Toolbox
General Information
Module Type & Category
Type: CLI
Category: Surface Models
Authors, Collaborators & Contact
- Luca Antiga: Orobix Srl & Mario Negri Institute
- Daniel Blezek: Mayo Clinic
- Contact: Luca Antiga, luca.antiga@orobix.com
Module Description
This Python module provides several useful surface processing algorithms, namely decimation, smoothing, normal computation, surface cleaning.
Usage
Use Cases, Examples
- The module is appropriate when a surface has been extracted (e.g. with the Modelmaker module) but its appearance has to be improved.
Tutorials
NA
Quick Tour of Features and Use
A list panels in the interface, their features, what they mean, and how to use them. For instance:
|
Development
Notes from the Developer(s)
The module internally uses the following VTK filters:
Dependencies
Python
Tests
NA
Known bugs
Follow this link to the Slicer3 bug tracker.
Usability issues
Follow this link to the Slicer3 bug tracker. Please select the usability issue category when browsing or contributing.
Source code & documentation
Links to the module's source code:
Source code:
More Information
Acknowledgment
NA
References
http://www.vtk.org/doc/nightly/html/classvtkDecimatePro.html#details
http://www.vtk.org/doc/nightly/html/classvtkSmoothPolyDataFilter.html
http://www.vtk.org/doc/nightly/html/classvtkWindowedSincPolyDataFilter.html#details
http://www.vtk.org/doc/nightly/html/classvtkPolyDataNormals.html#details