Difference between revisions of "Slicer-IGT/ForDeveloppers"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Summery==
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer-IGT/ForDeveloppers here]</font></big>
‘’’Slicer for IGT’’’ is an extension of 3D Slicer designed and customized for Image Guided Therapy. 3D Slicer is comprehensive medical image processing and visualization software for medical image computing.  There are many technical advantages to use Slicer for IGT research.
 
 
 
*Access to state of art medical image-to-image registration and segmentation algorithm
 
*Interface for commercial tracking device available in the market
 
*State-of-art patient-to-image registration methods
 
*Multi-platform support (Linux, Windows, Mac OS)
 
*Add your own software as command-line-based C or C++ program without binding it to specific toolkit or language
 
*Active discussion and collaboration with Image Guided Therapy researchers
 
*Real-time image transfer from MRI/CT/US (partially available)
 
*Access to tracking and registration data from a commercial navigation system (not yet available)
 
 
 
==Objective==
 
The objective of this page is to understand the architecture of Slicer IGT and build your own module using on Slicer.
 
 
 
 
 
==Architecture==
 
--[[User:Noby|Noby]] 21:21, 16 January 2007 (EST)
 
*Mention how Slicer and SPLOT are related
 
 
 
[[Image:Slicer-and-opentracker.png|300px|thumb| Slicer and Opentracker]]
 
[[Image:Slicer3-IGT-Architecture.png|300px|thumb| Blockdiagram of the IGT module]]
 
**Base
 
**IGT Libs
 
**Base
 
 
 
 
 
*Mention How you can make your own module
 
 
 
==Source Code Download==
 
 
 
* [[Build Slicer3 on Dell Laptop Inspiron 1501 (Fedora Core 6) | Build Slicer3 on Dell Laptop Inspiron 1501 (Fedora Core 6)]]
 
* [[Build and Run SPLOT on Dell Laptop Inspiron 1501 (Fedora Core 6) | Build and Run SPLOT on Dell Laptop Inspiron 1501 (Fedora Core 6)]]
 
 
 
 
 
==Version notes==
 
[http://www.na-mic.org/websvn/listing.php?repname=Slicer3&path=%2Fbranches%2FIGT%2F&rev=0&sc=0 SVN]
 
 
 
==Documentation==
 
 
 
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/  Doxygen-generated documentation ]
 
 
 
==Links==
 
 
 
[http://wiki.na-mic.org/Wiki/index.php/Slicer3 Slicer3 main page]
 
 
 
==FAQ==
 

Latest revision as of 18:07, 10 July 2017

Home < Slicer-IGT < ForDeveloppers

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