TubeTK/Slicer: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 15: Line 15:
<hr>
<hr>
<br>
<br>
<b>[[TubeTK/Documentation | For Users]]</b>
<b>For Users</b>
* [[TubeTK/Documentation | Methods & Apps]]
* [http://tubetk.982995.n3.nabble.com Support Forum]
* [[TubeTK/Slicer | TubeTK with Slicer]]
* [[TubeTK/Slicer | TubeTK with Slicer]]
* [[TubeTK/ImageJ | TubeTK with ImageJ]]
* [[TubeTK/ImageJ | TubeTK with ImageJ]]
Line 21: Line 23:
<hr>
<hr>
<br>
<br>
<b>[[TubeTK/Development | For Developers]]</b>
<b>For Developers</b>
<br><br>
* [[TubeTK/Development | Development Docs]]
<br>
<hr>
<hr>
<br>
<br>

Revision as of 22:59, 28 December 2010

__NOTITLE__


TubeTK Header.jpg


Home




For Users




For Developers




Contact Us

TubeTK in 3D Slicer

  • Note that these instructions are under development
  • Please use Slicer4
  • Note that there are different instructions for users and developers

Users

Download 3D Slicer

Add TubeTK's Command Line Modules

  • Copy all of the TubeTK plugins to Slicer's plugins directory:
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/* 
     <YourSlicerDirectory>/lib/Slicer3/Plugins

Run 3D Slicer

cd <YourSlicerDirectory> 
./Slicer3
  • The TubeTK modules will now be in the list of modules

Developers

Build 3D Slicer

Add TubeTK's Command Line Modules

  • Copy all of the TubeTK plugins to Slicer's plugins directory:
mkdir <YourSlicerDirectory>/Slicer-build/lib/Slicer3/Plugins/TubeTK
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/* 
    <YourSlicerDirectory>/Slicer-build/lib/Slicer3/Plugins/TubeTK

Run 3D Slicer

cd <YourSlicerBuildDirectory>/Slicer-build
./Slicer
  • The TubeTK modules will now be in the list of modules