Difference between revisions of "ProstateSegmentationAHM2009"
(New page: {| |thumb|320px|Return to [[2009_Winter_Project_Week|Project Week Main Page ]] |Shape based prostate segmentation...) |
m |
||
Line 1: | Line 1: | ||
{| | {| | ||
|[[Image:NAMIC-SLC.jpg|thumb|320px|Return to [[2009_Winter_Project_Week|Project Week Main Page]] ]] | |[[Image:NAMIC-SLC.jpg|thumb|320px|Return to [[2009_Winter_Project_Week|Project Week Main Page]] ]] | ||
− | |[[Image:ShapeBasedProstateSegmentationResult.png|Shape based prostate segmentation]] | + | |[[Image:ShapeBasedProstateSegmentationResult.png|Shape based prostate segmentation|thumb|320px]] |
|} | |} | ||
Revision as of 00:44, 2 December 2008
Home < ProstateSegmentationAHM2009
Key Investigators
- Gabor Fichtinger, Purang Abolmaesumi, David Gobbi, Siddharth Vikal; Queen’s University
- Allen Tannenbaum, Yi Gao; Georgia Tech
- Katie Hayes, Brigham and Women's Hospital
Objective
For the task of prostate segmentation, we provide two tools: 1. shape based and 2. semi-automatic random walk based. The goal is to put both algorithm into Slicer3 as command line modules.
Approach, Plan
Algorithm 1. is a Bayesian Shape based segmentation. The shape of prostates are learned and then the new image is segmented using the shapes learned. Algorithm 2. is based on the Random Walks segmentation algorithm. It need more human input but the result could be interactively improved arbitrarily close to user's expectation.
Progress
Algorithm 2. is already in the form of command line module. Algorithm 1. is also ready to be ported in. We need to do during the project week is 1. plug both algorithms into Slicer3 without source compiled version of Slicer3; 2. Improve the algorithm for better segmentation performance.