Difference between revisions of "2013 Summer Project Week:CARMA AutoLASeg"

From NAMIC Wiki
Jump to: navigation, search
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<gallery>
 
<gallery>
Image:PW-MIT2012.png|[[2013_Summer_Project_Week#Projects|Projects List]]
+
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]
 
</gallery>
 
</gallery>
  
Line 24: Line 24:
  
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
# We plan to implement this algorithm as a Slicer command-line module.
+
We plan to implement this algorithm as a Slicer command-line module.
  
 
</div>
 
</div>
Line 31: Line 31:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
This module has been nearly completed, and we need to improve the visualization of the final isosurface of the left atrium.  
+
This module is nearly complete, and visualization of the output result is much better but will need some bug fixes such as proper centering. We have decided to store the training model data on a website like Midas, and leave it to the user to download the data. We will soon make it available in the nightly Slicer build.  
 
 
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 14:15, 21 June 2013

Home < 2013 Summer Project Week:CARMA AutoLASeg

Key Investigators

  • Utah: Salma Bengali, Alan Morris, Josh Cates, Gopal Veni, Ross Whitaker, Rob MacLeod
Automated LA Segmentation

Objective

The goal of this project is to implement Gopal and Ross' segmentation method: "Left atrial wall segmentation using intensity profile based feature detector and optimal graph-cuts." Our objective is to implement this method in Slicer. There are several fairly involved steps for the entire segmentation process, including:

  1. An LA shape model building phase
  2. User input to identify the center of a region of interest
  3. Computation of the segmentation, given a new LGE-MRI image
  4. Surface reconstruction of the output point set and (optionally) scan-conversion of the surface mesh to a binary segmentation volume.

Approach, Plan

We plan to implement this algorithm as a Slicer command-line module.

Progress

This module is nearly complete, and visualization of the output result is much better but will need some bug fixes such as proper centering. We have decided to store the training model data on a website like Midas, and leave it to the user to download the data. We will soon make it available in the nightly Slicer build.

Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a Slicer module as part of the existing Cardiac MRI Toolkit extension.

References