TubeTK/Slicer: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
{| border="1" cellpadding="10" cellspacing="0"
|+ [[image:TubeTK_Header.jpg|1000px]]
|-
| style="background:#efefef;" align="left" valign="top" width="150px" |
<br>
<b>[http://public.kitware.com/Wiki/TubeTK Home]</b>
*[[TubeTK/About | About]]
*[[TubeTK/Events | Events]]
*[[TubeTK/Images | Image Gallery]]
*[[TubeTK/Data | Data and Publications]]
<br>
<hr>
<br>
<b>[[TubeTK/Documentation | For Users]]</b>
* [[TubeTK/Slicer | TubeTK with Slicer]]
* [[TubeTK/ImageJ | TubeTK with ImageJ]]
<br>
<hr>
<br>
<b>[[TubeTK/Development | For Developers]]</b>
<br><br>
<hr>
<br>
<b>[[TubeTK/Team | Contact Us]]</b>
| colspan="1" align="left" |
= TubeTK in 3D Slicer =
= TubeTK in 3D Slicer =


Line 38: Line 66:


* The TubeTK modules will now be in the list of modules
* The TubeTK modules will now be in the list of modules
|}

Revision as of 15:17, 20 December 2010


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