Difference between revisions of "2013 Project Week:CARMA 2D Dilate"
(Description of module) |
|||
Line 5: | Line 5: | ||
==Key Investigators== | ==Key Investigators== | ||
− | Salma Bengali, Greg Gardner, Alan Morris, Josh Cates, Rob MacLeod, Ross Whitaker | + | Salma Bengali, Greg Gardner, Alan Morris, Josh Cates, Rob MacLeod, Ross Whitaker |
[[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. | ||
+ | |||
+ | <div style="margin: 20px;"> | ||
+ | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
+ | <h3>Objective</h3> | ||
+ | Our Project Week objective is to produce a filter that can be used to dilate the left atrium endo layer segmentation. | ||
+ | </div> | ||
+ | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
+ | <h3>Approach, Plan</h3> | ||
+ | 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. | ||
+ | </div> | ||
+ | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
+ | <h3>Progress</h3> | ||
+ | |||
+ | </div> | ||
+ | </div> |
Revision as of 21:10, 20 December 2012
Home < 2013 Project Week:CARMA 2D DilateKey Investigators
Salma Bengali, Greg Gardner, Alan Morris, Josh Cates, Rob MacLeod, Ross Whitaker
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.
Objective
Our Project Week objective is to produce a filter that can be used to dilate the left atrium endo layer segmentation.
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.