Skip to content

tamekue/VMTK-in-3D-Slicer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

VMTK in 3D Slicer 4
-------------------

1)

To install, do the following until the extensions are available through the wizard in Slicer4:

git clone https://haehn@github.com/haehn/VMTK-in-3D-Slicer.git
cd VMTK-in-3D-Slicer
mkdir SlicerVmtk4-build
cd SlicerVmtk4-build
ccmake -DSlicer_DIR:PATH=/path/to/Slicer4-Superbuild/Slicer-build ../SlicerVmtk4
make -j 4
/path/to/Slicer4-Superbuild/Slicer-build/Slicer --add-loadable-extension-path SlicerVmtk4 "/path/to/SlicerVmtk4-build"


The VMTK libraries get fetched through a Superbuild External mechanism.

2)

For now, the SlicerVmtk4/Modules/ sub-directory has to be copied to /path/to/Slicer4/QTScriptedModules/.

Then, it has to be added to /path/to/Slicer4/QTScriptedModules/CMakeLists.txt like this:

 ADD_SUBDIRECTORY(Modules)


Cheers!

About

This project provides a series of modules which enable functions of the Vascular Modeling Toolkit (http://www.vmtk.org) in 3D Slicer (http://www.slicer.org).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • C++ 3.8%