Difference between revisions of "Documentation/Nightly/Extensions/CurveMaker"
(Created page with '<noinclude>{{documentation/versioncheck}}</noinclude> <!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- -----------------------…') |
|||
Line 6: | Line 6: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}} | {{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}} | ||
− | Author: Junichi Tokuda (BWH)<br> | + | Author: Junichi Tokuda (BWH), Laurent Chauvin (BWH)<br> |
Contact: Junichi Tokuda <email> tokuda@bwh.harvard.edu</email> <br> | Contact: Junichi Tokuda <email> tokuda@bwh.harvard.edu</email> <br> | ||
License: [http://www.slicer.org/pages/LicenseText Slicer license] | License: [http://www.slicer.org/pages/LicenseText Slicer license] |
Revision as of 12:54, 29 October 2014
Home < Documentation < Nightly < Extensions < CurveMaker
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Author: Junichi Tokuda (BWH), Laurent Chauvin (BWH)
Contact: Junichi Tokuda <email> tokuda@bwh.harvard.edu</email>
License: Slicer license
|-
|
|
This work is supported by NA-MIC, NCIGT, and the Slicer Community. This work is partially supported by NIH R01CA138586 "A New Method For Improved Targeting in Image-Guided Abdominal Interventions" (PI: Nobuhiko Hata), P01-CA67165 "Image Guided Therapy" (PI: Ferenc Joelsz)
Extension Description
CurveMaker is a simple scripted module to generate a 3D curve from a fiducial list. Curves between fiducial points are interpolated by vtkSplineFilter. The curve is dynamically updated as the fiducial list is modified (moved/added/deleted). The module is useful to draw lines in 3D space, or visualize tracked catheters.
Use Cases
- Draw lines in 3D.
- Visualization of catheters.
Tutorials
Similar Extensions
References
Information for Developers
The code is available at Github.