Documentation/4.0/Modules/RobustStatisticsSegmenter
From SlicerWiki
Home < Documentation < 4.0 < Modules < RobustStatisticsSegmenter
Introduction and Acknowledgements
|
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the NA-MIC website. | |||||
|
Module Description
Active contour segmentation using robust statistic.
This module is a general purpose segmenter. The target object is initialized by a label map. An active contour model then evolves to extract the desired boundary of the object.
Use Cases
Most frequently used for these scenarios:
- Use Case 1, meningioma:
- Segment meningioma from MRI
- Data Set http://www.spl.harvard.edu/publications/item/view/1180 Tumorbase.zip at page bottom, in the zip file, case1/grayscale.nrrd
- Steps to get the segmentation:
- parameters:
- Intensity homogeneity: 0.5
- Boundary smoothness: 0.5
- parameters:
- Use Case 2, right kidney, CT image:
- Segment right kidney from CT image
- Test case file File:CT liver segmentation case.tgz
- parameters:
- Intensity homogeneity: 0.7
- Boundary smoothness: 0.4
- Use Case 3, left kidney, CT image:
- Segment left kidney from CT image
- Test case file File:CT liver segmentation case.tgz
- parameters:
- Intensity homogeneity: 0.7
- Boundary smoothness: 0.4
- Use Case 4, Lung, CT image:
- Segment lung from CT image
- Test case file http://pubimage.hcuge.ch:8080/ LUNGIX data set
- parameters:
- Intensity homogeneity: 0.7
- Boundary smoothness: 0.4
Tutorials
- First run:
- Give a rough estimate of the object volume and use the editing module to paint several non-zero labels, called seeds in the following, in the object.
- Run the module using the default parameters.
- Note:
- The Approximate volume is just a rough upper limit for the volume. It should be at least the size of the object. This is because when the volume reaches that, the program must stop. However, other criteria may stop the algorithm before the volume reaches this value.
- The positions of the seeds have to be in the object, preferably close to center.
- Troubleshooting
- Surface is too rough. Try:
- Increase "Boundary smoothness"
- Leakage into thin/narrow regions. Try:
- Increase "Boundary smoothness"
- leakage into similar (but still different) intensity regions (which is not necessarily thin), Try:
- Increase "Intensity homogeneity"
- Some regions are missed: Try (either one):
- Increase "Max volume"
- Decrease"Intensity homogeneity"
- Decrease "Boundary smoothness"
- Some regions are missed, at the same time leakages to some other regions. Try (either one)
- Increase "Intensity homogeneity"
- Add some other seeds
- Surface is too rough. Try:
Panels and their use
|
Similar Modules
- Simple Region Growing Segmentation
- GrowCut in the editor module
References
Y. Gao, A. Tannenbaum, R. Kikinis, Simultaneous Multi-Object Segmentation using Local Robust Statistics and Contour Interaction, MICCAI 2010, Medical Computer Vision, Workshop on File:Rss.pdf
Information for Developers
| Section under construction. |
