Difference between revisions of "2014 Project Week:GraphCutsLASegmentationModule"

From NAMIC Wiki
Jump to: navigation, search
Line 24: Line 24:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
* Module is now available in the Slicer. It could be downloaded from  
+
* Module is now available in the Slicer. It could be downloaded from: https://github.com/carma-center/carma_slicer_extension/
 +
* The online documentation on its usage is available at: https://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/AutomatedLASegmentation
 +
* Model data could be downloaded from: http://slicer.kitware.com/midas3/folder/1550
  
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 18:39, 18 December 2013

Home < 2014 Project Week:GraphCutsLASegmentationModule

Key Investigators

Gopalkrishna Veni (SCI Institute, University of Utah)

Salma Bengali (CARMA center, University of Utah)

Josh Cates (CARMA center, University of Utah)

Ross Whitaker(SCI Institute, University of Utah)

Project Description

Objective

  • Develop a Slicer module that automatically segments the left atrial wall from a given LGE-MRI image.

Approach, Plan

  • Involves Bayesian formulation with Markov random field prior within a nested-layer 3D mesh which leads to surface-net problem [Veni et al, IPMI 2013].
  • Solved by using VCEnet strategy and graph-cuts [Wu and Chen, 2002].
  • Uses training strategy in order to generate model shapes as well as to compute costs at each mesh point.

Progress