Difference between revisions of "2008 Winter Project Week:IGT IGSTK Slicer"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(9 intermediate revisions by 3 users not shown)
Line 22: Line 22:
  
 
<h1>Approach, Plan </h1>
 
<h1>Approach, Plan </h1>
We will design and implement a module to communicate with 3D slicer as a class of IGSTK. It connects to Tracker Daemon [http://wiki.na-mic.org/Wiki/index.php/Tracker_Daemon] through TCP/IP and controls MRML scene (tracker and real-time image).
+
We will design and implement a module to communicate with 3D slicer as a class of IGSTK. It connects to [[Tracker_Daemon]] through TCP/IP and controls MRML scene (tracker and real-time image).
 
</div>
 
</div>
  
Line 28: Line 28:
  
 
<h1>Progress</h1>
 
<h1>Progress</h1>
 +
====Jan 2008 Project Half Week====
 +
We completed following tasks:
 +
*The bi-directional socket communication has been established between the Tracker Daemon in Slicer 3 and IGSTK Server which acquires tracking data from device and sends it to Tracker Daemon.
 +
*Real-time image transfer function is implemented using Slicer Daemon mechanism.
 +
*[[OpenIGTLink]] Protocol has been designed, and partially implemented in OpenIGTLinkDaemon Module in Slicer 3.
  
 
====June 2007 Project Week====
 
====June 2007 Project Week====
Line 33: Line 38:
  
 
====Jan 2007 Project Half Week====
 
====Jan 2007 Project Half Week====
Noby and Haiying was developed the vtkIGTOpenTrackerStream class, which gives connectivity with NaviTrack data stream to the Slicer. This class shares a base class with vtkIGTIGSTKStream.
+
Noby and Haiying developed the vtkIGTOpenTrackerStream class, which gives connectivity with NaviTrack data stream to the Slicer. This class shares a base class with vtkIGTIGSTKStream.
  
 
</div>
 
</div>
Line 40: Line 45:
  
 
</div>
 
</div>
 
  
 
===References===
 
===References===
Line 46: Line 50:
 
===Links===
 
===Links===
 
*[[NA-MIC_NCBC_Collaboration:An_Integrated_System_for_Image-Guided_Radiofrequency_Ablation_of_Liver_Tumors |NCBC Collaboration Project: An Integrated System for Image Guided Raduifrequency Abation of Liver Tumors]]
 
*[[NA-MIC_NCBC_Collaboration:An_Integrated_System_for_Image-Guided_Radiofrequency_Ablation_of_Liver_Tumors |NCBC Collaboration Project: An Integrated System for Image Guided Raduifrequency Abation of Liver Tumors]]
*[[Slicer3:ProstateModule| 3D Slicer Prostate Module for Transperineal Needle Biopsy Robot]]
+
*[https://www.slicer.org/wiki/Slicer3:ProstateModule 3D Slicer Prostate Module for Transperineal Needle Biopsy Robot]

Latest revision as of 17:27, 10 July 2017

Home < 2008 Winter Project Week:IGT IGSTK Slicer
IGSTK Slicer


Key Investigators

  • BWH: Nobuhiko Hata, Haiying Liu, Junichi Tokuda

Objective

IGSTK provides connectivity with various kinds of tracking devices. However, IGSTK does not support communication with tracking devices over the network. The objective of this project is to establish Slicer-IGSTK connection through standard network to provides extensible and versatile way of configuration in image guided therapy.

Approach, Plan

We will design and implement a module to communicate with 3D slicer as a class of IGSTK. It connects to Tracker_Daemon through TCP/IP and controls MRML scene (tracker and real-time image).

Progress

Jan 2008 Project Half Week

We completed following tasks:

  • The bi-directional socket communication has been established between the Tracker Daemon in Slicer 3 and IGSTK Server which acquires tracking data from device and sends it to Tracker Daemon.
  • Real-time image transfer function is implemented using Slicer Daemon mechanism.
  • OpenIGTLink Protocol has been designed, and partially implemented in OpenIGTLinkDaemon Module in Slicer 3.

June 2007 Project Week

During the June 2007 Project Week, we designed communication framework for MRI-robot for Transperineum Prostate Brachytherapy (BRP Project/ PI: Dr. Clare Tempany), based on vtkIGTOpenTrackerStream.

Jan 2007 Project Half Week

Noby and Haiying developed the vtkIGTOpenTrackerStream class, which gives connectivity with NaviTrack data stream to the Slicer. This class shares a base class with vtkIGTIGSTKStream.


References

Links