Difference between revisions of "2013 Project Week:CARMA 2D Dilate"

From NAMIC Wiki
Jump to: navigation, search
(Description of module)
Line 9: Line 9:
 
[[File:TBD|thumb|center|IMAGE PLACEHOLDER]]
 
[[File:TBD|thumb|center|IMAGE PLACEHOLDER]]
  
The goal of this project is to implement a 2D dilate filter that can be used to extend the left atrium endo layer segmentation to the left atrium epicardium boundary. The filter will extend the endo layer segmentation in the desired slice direction by 4 pixels. LGE-MRI images will be used as inputs to the filter. The implementation of this filter in Slicer would complete another part of our workflow.  
+
The goal of this project is to implement a 2D dilate filter that can be used to extend the left atrium endo layer segmentation to the left atrium epicardium boundary. The filter will extend the endo layer segmentation in the desired slice direction by 4 pixels. LGE-MRI images will be used as inputs to the filter. The output of this filter is further used to obtain a segmentation of only the wall of the left atrium by subtracting the endo layer segmentation from the epi layer segmentation. The implementation of this filter in Slicer would complete another part of our workflow.  
  
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
Our Project Week objective is to produce a filter that can be used to dilate the left atrium endo layer segmentation.
+
#Port existing CARMA C++ code for 2D dilate filter to command-line Slicer module
 +
#Test and Document Module
 +
#Deploy in CARMA Extension Module
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 21:16, 20 December 2012

Home < 2013 Project Week:CARMA 2D Dilate

Key Investigators

Salma Bengali, Greg Gardner, Alan Morris, Josh Cates, Rob MacLeod, Ross Whitaker

File:TBD
IMAGE PLACEHOLDER

The goal of this project is to implement a 2D dilate filter that can be used to extend the left atrium endo layer segmentation to the left atrium epicardium boundary. The filter will extend the endo layer segmentation in the desired slice direction by 4 pixels. LGE-MRI images will be used as inputs to the filter. The output of this filter is further used to obtain a segmentation of only the wall of the left atrium by subtracting the endo layer segmentation from the epi layer segmentation. The implementation of this filter in Slicer would complete another part of our workflow.

Objective

  1. Port existing CARMA C++ code for 2D dilate filter to command-line Slicer module
  2. Test and Document Module
  3. Deploy in CARMA Extension Module

Approach, Plan

We plan to implement this algorithm as a Slicer command-line module. We will use the existing Slicer Editor tool as part of our implementation.

Progress