Difference between revisions of "Modules:FastMarchingSegmentation-Documentation-3.5"
Line 5: | Line 5: | ||
{| | {| | ||
− | |[[Image:fastmarching-initialization.jpg|thumb|280px|Initialization of the algorithm with fiducial point]] | + | |[[Image:fastmarching-initialization.jpg|thumb|280px|Initialization of the algorithm with a single fiducial point]] |
− | |[[Image:fastmarching-result-adjusted.jpg|thumb|280px|Adjusted segmentation | + | |[[Image:fastmarching-result-adjusted.jpg|thumb|280px|Adjusted segmentation result and volume rendering]] |
− | |[[Image:fastmarching- | + | |[[Image:fastmarching-model.jpg|thumb|280px|Model of the resulting tumor segmentation]] |
|} | |} | ||
Line 93: | Line 93: | ||
===Acknowledgment=== | ===Acknowledgment=== | ||
− | Supported by | + | {| |
+ | |[[Image:fastmarching-acks.jpg|thumb|280px|Supported by BrainScienceFoundation]] | ||
+ | |} | ||
===References=== | ===References=== | ||
* Pichon E, Tannenbaum A, Kikinis R. A statistically based flow for image segmentation. Med Image Anal. 2004 Sep;8(3):267-74. PMID: 15450221. [http://www.spl.harvard.edu/publications/item/view/193] | * Pichon E, Tannenbaum A, Kikinis R. A statistically based flow for image segmentation. Med Image Anal. 2004 Sep;8(3):267-74. PMID: 15450221. [http://www.spl.harvard.edu/publications/item/view/193] |
Revision as of 02:57, 13 December 2009
Home < Modules:FastMarchingSegmentation-Documentation-3.5Return to Slicer 3.5 Documentation
Fast Marching Segmentation
FastMarchingSegmentation
General Information
Module Type & Category
Type: Interactive
Category: Segmentation
Authors, Collaborators & Contact
- Andriy Fedorov, BWH
- Eric Pichon
- Contact: Andriy Fedorov, fedorov at bwh
Module Description
This module implements segmentation based on fast marching algorithm.
Usage
Examples, Use Cases & Tutorials
- This module is most useful to segment image regions that have similar intensity
- Initialization is very simple: points within the region to be segmented and expected volume of the segmented structure
- The segmentation is completed relatively quickly for typical images, facilitating experimentation with the selection of optimum parameters
- The resulting volume can be adjusted interactively by scrolling through the evolution of the label contour
Quick Tour of Features and Use
Segmentation workflow of this module consists of the two steps: Initialization and adjustment of the segmentation result.
Once these items have been specified, push Run Segmentation button to initiate the segmentation process.
Once the satisfactory result is achieved, Accept Segmentation Result button will finalize the segmentation. |
|
Usage tips:
- Put bigger number as the estimate volume It is better to overestimate the volume of the structure in the initialization, than underestimate. Remember, that you can always scroll back in the contour evolution, but cannot exceed predefined volume limit.
- Play with the fiducial points If the segmentation result is not satisfactory, try adding more fiducials. If the region to be segmented has regions of different intensities, put fiducials in each of such regions. If all fails, try to segment separate regions one after another, and use ImageLabelCombine module to merge them together later.
- Take advantage of volume rendering You can quickly see if there are "leaks", without the need to scroll through the slices. However, volume rendering may not show small "leaks".
Development
Some of the desired features:
- add ability to initialize with label, not only with fiducials
- documentation
- integration with Editor
- add parameter node
- Ron: specify the target segmented volume in either mm^3 or cm^3 or major dimensions (1x2x4cm)
Dependencies
Core modules: Fiducials, Volumes
Known bugs
Follow this link to the Slicer3 bug tracker.
Usability issues
Follow this link to the Slicer3 bug tracker. Please select the usability issue category when browsing or contributing.
Source code & documentation
Source code can accessed here
Links to documentation generated by doxygen.
More Information
Acknowledgment
References
- Pichon E, Tannenbaum A, Kikinis R. A statistically based flow for image segmentation. Med Image Anal. 2004 Sep;8(3):267-74. PMID: 15450221. [1]