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/")
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{|
 
{|
 
|[[Image:NAMIC-SLC.jpg|thumb|320px|Return to [[2008_Winter_Project_Week]] ]]
 
|[[Image:NAMIC-SLC.jpg|thumb|320px|Return to [[2008_Winter_Project_Week]] ]]
|valign="top"|[[Image:Case24-coronal-tensors-edit.png |thumb|320px|The Cingulum Bundle Anchor Tract]]
+
|valign="top"|[[Image:Slicer-igstk.png |thumb|320px|IGSTK Slicer]]
 
|}
 
|}
  
Line 13: Line 13:
  
 
<h1>Objective</h1>
 
<h1>Objective</h1>
The overall goal of this proposal is to develop and validate an integrated system based on open source software for improved visualization and probe placement during radiofrequency ablation (RFA) of liver tumors. While radiofrequency ablation is becoming an increasingly important treatment option for unresectable hepatocellular carcinoma (HCC) and liver metastases, the procedure has several technical limitations. These limitations are mostly related to the difficulty of precisely placing the RFA needle to ablate the entire tumor and achieve adequate margins. In particular, larger tumors require multiple overlapping needle placements, which can be difficult to achieve. The specific aims of the project are to: 1) Develop an open source software architecture for a liver RFA planning/treatment workstation that builds on existing open source projects at the two collaborating institutions 2) Develop and evaluate semi-automatic segmentation techniques for the liver, liver vasculature, and liver tumors. These techniques will be integrated with a graphical user interface and the segmentation results will be evaluated by comparison with expert radiologists. 3) Based on the segmented liver data set, develop a path planning module for evaluating alternative paths to the liver tumor and incorporating multiple overlapping placements as needed. 4) Integrate the two capabilities developed above along with electromagnetic tracking of the RFA probe to provide a complete software environment for liver tumor planning, visualization, and execution. This software environment will merge ongoing work at Georgetown and Brigham and Women's Hospital in developing open source software for image-guided procedures. 5) Validate the clinical feasibility of the system in a swine animal model. Agar nodules will be created in the swine liver and the ability of the system to segment and provide path planning for these nodules will be assessed. The accuracy of the system will also be evaluated. This research is important in advancing the technology for treatment of liver cancer that presently can not be treated well with current available therapies. This technology would also enable a modern, individualized therapy, which relies on integration of high power computers and innovations in medical science. It would have a contribution to public health by developing liver cancer treatments without the need for more invasive surgeries.
+
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.
 +
 
 
</div>
 
</div>
  
Line 19: Line 22:
  
 
<h1>Approach, Plan </h1>
 
<h1>Approach, Plan </h1>
Our approach is described by the references below.  Our challenge is to build the ITK infrastructure (such as new ITK iterators) to support this algorithm. Our main purpose at the Project Week is to collaborate on new algorithms and clinical data to provide the best solutions for our DBP partners.
+
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 25: 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 30: Line 38:
  
 
====Jan 2007 Project Half Week====
 
====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.
 
 
  
 
</div>
 
</div>
Line 39: Line 46:
 
</div>
 
</div>
  
 +
===References===
  
===References===
+
===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]]
 +
*[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