Difference between revisions of "2016 Summer Project Week/Guided Ultrasound Calibration"

From NAMIC Wiki
Jump to: navigation, search
Line 20: Line 20:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
*  
+
* A slicer module/GUI for US calibration
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
*  
+
* Use PLUS library for data (US image and tracker transforms) acquisition
 +
* port existing C++/VTK code into the slicer environment
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 18:16, 30 May 2016

Home < 2016 Summer Project Week < Guided Ultrasound Calibration

Key Investigators

  • Elvis Chen (Robarts Research Institute)
  • Adam Rankin (Robarts Research Institute)

Background

Ultrasound probe calibration is an active area of research, with many calibration phantoms and numerical algorithms available in the current literature. In the upcoming IPCAI (2016) conference, we present the first ultrasound calibration framework that provides real-time Target Registration Error (TRE) feedback. That is, between successive measurement, our framework suggests the end-user where and how in the US image to collect next phantom measurement so that the TRE is maximally minimized. Refer to the following paper for a detailed description:

Both theoretical experimental results suggest that sub-millimetre TRE can be achieved with 12 measurements.

Project Description

Objective

  • A slicer module/GUI for US calibration

Approach, Plan

  • Use PLUS library for data (US image and tracker transforms) acquisition
  • port existing C++/VTK code into the slicer environment

Progress