Difference between revisions of "Slicer3:openIGT Tutorial For 4D Volume Rendering Data"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This tutorial will teach you how to setup Slicer3 and an image provider to send and display 4D image data.
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer3:openIGT_Tutorial_For_4D_Volume_Rendering_Data  here]</font></big>
 
 
= Prepare Slicer3 =
 
== Downloading and Compiling the source ==
 
*Download and Compile a copy of Slicer as described in [[Slicer3:Build_Instructions]].
 
** !! use http://www.na-mic.org/svn/Slicer3/branches/igt_cuda_merge as the source !!
 
== Setting up the 3D Slicer ==
 
#Start up Slicer3
 
#Select the OpenIGTLink Module from the Modules Tab [[Image:Slicer3_Select_OpenIGTLinkModule.png|thumb|none|Select the OpenIGTLink Module]]
 
#Start the server, by clicking on the 'Connector Browser' Tab. [[Image:Slicer3_Enable_OpenIGT_Server.png|thumb|none|Enable OpenIGT Server]]
 
##Add a Server
 
##Select a Name (optional)
 
##Set the type to server
 
##Enable the server by setting the status to 'Enabled'.
 
 
 
= Prepare the Image Provider =
 
== Downloading and Compilation ==
 
#Check out the Server code from http://www.na-mic.org/svn/NAMICSandBox/trunk/BRPTools/ScannerIO
 
    svn co http://www.na-mic.org/svn/NAMICSandBox/trunk/BRPTools/ScannerIO
 
#Compile the Code
 
    cmake .
 
    make
 

Latest revision as of 18:02, 10 July 2017

Home < Slicer3:openIGT Tutorial For 4D Volume Rendering Data

Note: We are migrating this content to the slicer.org domain - The newer page is here