Difference between revisions of "2011 Summer Project Week Live Tracked Ultrasound"

From NAMIC Wiki
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<gallery>
 
<gallery>
Image:PW-SLC2011.png|[[2011_Winter_Project_Week#Projects|Projects List]]
+
Image:PW-SLC2011.png|[[2011_Summer_Project_Week#Projects|Projects List]]
 
Image:LiveUltrasound.png|Screenshot from the LiveUltrasound 3D view within Slicer3  
 
Image:LiveUltrasound.png|Screenshot from the LiveUltrasound 3D view within Slicer3  
 +
Image:LiveUltrasoundModule-Slicer4.jpg|Screenshot from the LiveUltrasound module in Slicer4 - Linear probe
 +
Image:LiveUltrasoundModule-Slicer4_2.jpg|Screenshot from the LiveUltrasound module in Slicer4 - Endocavity probe
 
</gallery>
 
</gallery>
  
 
==Key Investigators==
 
==Key Investigators==
* Queen's: Tamas Heffter, Tamas Ungi  
+
* Queen's: Tamas Heffter and Tamas Ungi
  
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
Line 20: Line 22:
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
  
Our plan for the project week is to first try out <bar>,...
+
* Create Qt module for LiveUltrasound
 +
* Measure maximum frame rate we could reach (with and without volume rendering)
 +
* Compare the performance using image actor in 3D view or slice view
 +
 
  
 
</div>
 
</div>
Line 28: Line 33:
 
<h3>Progress</h3>
 
<h3>Progress</h3>
  
 +
* OpenIGTLinkIF module logic integrated into Slicer4 (as a patch)
 +
* New Qt GUI made for LiveUltrasound module
 +
* New logic and displayable manager created for the module
 +
* OpenIGTLink connection and image message sending added to LiveUltrasound module
 +
<gallery>
 +
Image:LiveUltrasoundModule-Slicer4.jpg|Screenshot from the LiveUltrasound module in Slicer4 - Linear probe
 +
Image:LiveUltrasoundModule-Slicer4_2.jpg|Screenshot from the LiveUltrasound module in Slicer4 - Endocavity probe
 +
</gallery>
  
 
+
Source code available at [http://viewvc.slicer.org/viewvc.cgi/NAMICSandBox/trunk/LiveUltrasound/ NA-MIC Sandbox]
 
</div>
 
</div>
 
</div>
 
</div>
Line 37: Line 50:
 
==Delivery Mechanism==
 
==Delivery Mechanism==
  
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)
+
This work delivered to the NA-MIC Kit as loadable extension
 
 
#Slicer Module
 
##Built-in
 
##Extension -- commandline: no
 
##Extension -- loadable: yes
 
 
 
==References==
 
*Fletcher P, Tao R, Jeong W, Whitaker R. [http://www.na-mic.org/publications/item/view/634 A volumetric approach to quantifying region-to-region white matter connectivity in diffusion tensor MRI.] Inf Process Med Imaging. 2007;20:346-358. PMID: 17633712.
 
  
 
</div>
 
</div>

Latest revision as of 13:55, 28 June 2011

Home < 2011 Summer Project Week Live Tracked Ultrasound

Key Investigators

  • Queen's: Tamas Heffter and Tamas Ungi

Objective

Integrate the existing Slicer3 Live Ultrasound module into Slicer4 in order to display tracked live ultrasound images arrived through OpenIGTLink protocol.

Approach, Plan

  • Create Qt module for LiveUltrasound
  • Measure maximum frame rate we could reach (with and without volume rendering)
  • Compare the performance using image actor in 3D view or slice view


Progress

  • OpenIGTLinkIF module logic integrated into Slicer4 (as a patch)
  • New Qt GUI made for LiveUltrasound module
  • New logic and displayable manager created for the module
  • OpenIGTLink connection and image message sending added to LiveUltrasound module

Source code available at NA-MIC Sandbox

Delivery Mechanism

This work delivered to the NA-MIC Kit as loadable extension