Difference between revisions of "Modules:VMTKSlicerModule"

From Slicer Wiki
Jump to: navigation, search
Line 43: Line 43:
 
== Development ==
 
== Development ==
  
===Dependencies===
 
  
Other modules or packages that are required for this module's use.
+
===Source code & documentation===
 
 
===Known bugs===
 
  
Follow this [http://www.nitrc.org/tracker/?func=browse&group_id=196&atid=821 link] to the VMTK in 3D Slicer bug tracker.
+
The complete source code is available at a [http://www.nitrc.org/plugins/scmsvn/viewcvs.php/VmtkSlicerModule/?root=slicervmtklvlst NITRC repository]. The most important files are the following:
  
 +
[http://www.nitrc.org/plugins/scmsvn/viewcvs.php/VmtkSlicerModule/CMakeLists.txt?root=slicervmtklvlst&view=markup CMakeLists.txt] to include compilation of vtkVmtk
  
===Usability issues===
+
[http://www.nitrc.org/plugins/scmsvn/viewcvs.php/VmtkSlicerModule/vtkVmtkSlicerModuleLogic.cxx?root=slicervmtklvlst&view=markup vtkVmtkSlicerModuleLogic.cxx] to initialize the generated Tcl wrapper classes
  
Follow this [http://www.nitrc.org/tracker/?func=browse&group_id=196&atid=821 link] to the VMTK in 3D Slicer bug tracker. Please select the '''usability issue category''' when browsing or contributing.
+
Since the Tcl initialization is performed, the vtkVmtk library can also be accessed from Python in 3D Slicer.
  
===Source code & documentation===
+
===Known bugs===
 
 
Customize following [http://viewvc.slicer.org/viewcvs.cgi/ links] for your module.
 
 
 
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Links] to documentation generated by doxygen.
 
  
 +
Follow this [http://www.nitrc.org/tracker/?func=browse&group_id=196&atid=821 link] to the VMTK in 3D Slicer bug tracker.
  
 
== More Information ==  
 
== More Information ==  

Revision as of 22:52, 14 July 2009

Home < Modules:VMTKSlicerModule

Return to Slicer 3.4 Documentation

Gallery of New Features


Module Name

VmtkSlicerModule


General Information

Module Type & Category

Type: GUI-less loadable module

Category: Extension

Authors, Collaborators & Contact

  • Author: Daniel Haehn, University of Heidelberg
  • Supervisor1: Luca Antiga, Mario Negri Institute
  • Supervisor2: Steve Pieper, Isomics Inc.
  • Contact: Daniel Haehn, haehn@bwh.harvard.edu

Module Description

This GUI-less loadable module provides the libraries of the Vascular Modeling Toolkit (http://www.vmtk.org/) in 3D Slicer.

It is part of the NA-MIC VMTK Collaboration.


Official project page: http://www.vmtk.org/Main/VmtkIn3DSlicer

Usage and Installation

TODO manual install TODO extension


Examples, Use Cases & Tutorials

After installing the library, the following Python scripted modules can be used.

VMTKLevelSetSegmentation - providing level-set segmentation of vessels, aneurysms and tubular structures using different algorithms

VMTKVesselEnhancement - providing vessel enhancement filters to highlight vasculature or tubular structures

Development

Source code & documentation

The complete source code is available at a NITRC repository. The most important files are the following:

CMakeLists.txt to include compilation of vtkVmtk

vtkVmtkSlicerModuleLogic.cxx to initialize the generated Tcl wrapper classes

Since the Tcl initialization is performed, the vtkVmtk library can also be accessed from Python in 3D Slicer.

Known bugs

Follow this link to the VMTK in 3D Slicer bug tracker.

More Information

Acknowledgment

Include funding and other support here.

References

Publications related to this module go here. Links to pdfs would be useful.