Difference between revisions of "2008 Winter Project Week:Prostate Segmentation"
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| | {| | ||
|[[Image:NAMIC-SLC.jpg|thumb|320px|Return to [[2008_Winter_Project_Week]] ]] | |[[Image:NAMIC-SLC.jpg|thumb|320px|Return to [[2008_Winter_Project_Week]] ]] | ||
− | |valign="top"| | + | |valign="top"|[[Image:sgmResult_ghe100_withOriginal_113.jpg |thumb|320px|The segmentation of one slice of the ultrasound prostate images]] |
+ | |valign="top"|[[Image:UI_prostate.png |thumb|320px|Write a UI for interaction with doctors.]] | ||
|} | |} | ||
Line 22: | Line 23: | ||
<h1>Approach, Plan </h1> | <h1>Approach, Plan </h1> | ||
− | Our approach includes spherical wavelet based segmentation tools. We will build a command-line tool using ITK which will then be integrated into Slicer3. | + | Our approach includes grow cut and spherical wavelet based segmentation tools. We will build a command-line tool using ITK which will then be integrated into Slicer3. |
</div> | </div> | ||
Line 31: | Line 32: | ||
====Jan 2008 Project Half Week==== | ====Jan 2008 Project Half Week==== | ||
− | + | 1. The grow cut algorithm, implemented from the paper: "Vezhnevets V., Konouchine V., 'Grow-Cut' - Interactive Multi-Label N-D Image Segmentation. Graphicon-2005", has been written as an ITK filter and submitted into the NA-MIC Sandbox(http://www.na-mic.org/ViewVC/index.cgi/trunk/itkGrowCutImageFilter/?root=NAMICSandBox). | |
+ | |||
+ | 2. The filter deals with N-Dimensional scalar value image. | ||
+ | |||
+ | 3. The Grow Cut filter needs a rough initial manually labeling. This is solved by using an initial label map image which can be used through the whole data set. | ||
+ | |||
+ | 4. During the 2008 winter project week, a prototyping user interface was written for the initial labeling. | ||
+ | |||
+ | 5. The goal is to put the filter into Slicer where the manual labeling problem won't be a problem anymore. | ||
</div> | </div> | ||
Line 38: | Line 47: | ||
</div> | </div> | ||
− | |||
===References=== | ===References=== |
Latest revision as of 21:07, 7 February 2008
Home < 2008 Winter Project Week:Prostate Segmentation
Key Investigators
- Georgia Tech: Yi Gao, Ponnappan Arumuganainar, John Melonakos, Allen Tannenbaum
- JHU: Gabor Fichtinger
- GE: Xiaodong Tao
Objective
In this work, we develop tools for the segmentation of the prostate from MRI and ultrasound imagery.
Approach, Plan
Our approach includes grow cut and spherical wavelet based segmentation tools. We will build a command-line tool using ITK which will then be integrated into Slicer3.
Progress
Jan 2008 Project Half Week
1. The grow cut algorithm, implemented from the paper: "Vezhnevets V., Konouchine V., 'Grow-Cut' - Interactive Multi-Label N-D Image Segmentation. Graphicon-2005", has been written as an ITK filter and submitted into the NA-MIC Sandbox(http://www.na-mic.org/ViewVC/index.cgi/trunk/itkGrowCutImageFilter/?root=NAMICSandBox).
2. The filter deals with N-Dimensional scalar value image.
3. The Grow Cut filter needs a rough initial manually labeling. This is solved by using an initial label map image which can be used through the whole data set.
4. During the 2008 winter project week, a prototyping user interface was written for the initial labeling.
5. The goal is to put the filter into Slicer where the manual labeling problem won't be a problem anymore.