Difference between revisions of "Documentation/Nightly/Modules/FastGrowCut"
Liangjiazhu (talk | contribs) |
Liangjiazhu (talk | contribs) |
||
Line 112: | Line 112: | ||
* (b) press 'U' for mean curvature smoothing | * (b) press 'U' for mean curvature smoothing | ||
* (c) press 'E' for Chan-Vese segmentation | * (c) press 'E' for Chan-Vese segmentation | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
+ | *[[Documentation/Nightly/Modules/SlicerModuleCardiacRegistration]] | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|References}} | ||
+ | * Y Gao, Y Rathi, S Bouix, A Tannenbaum; Filtering in the Diffeomorphism Group and the Registration of Point Sets; IEEE Transactions on Image Processing 21 (10), 4383--4396 | ||
+ | * Y Gao, B Gholami, RS MacLeod, J Blauer, WM Haddad, A Tannenbaum; [http://www.na-mic.org/publications/item/view/1844 Segmentation of the Endocardial Wall of the Left Atrium using Local Region-Based Active Contours and Statistical Shape Learning.] Proceedings of SPIE Medical Imaging 2010. | ||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-section|Information for Developers}} | ||
+ | {{documentation/{{documentation/version}}/module-developerinfo}} | ||
+ | |||
+ | |||
+ | <!-- ---------------------------- --> | ||
+ | {{documentation/{{documentation/version}}/module-footer}} | ||
+ | <!-- ---------------------------- --> |
Revision as of 17:16, 18 April 2014
Home < Documentation < Nightly < Modules < FastGrowCut
For the latest Slicer documentation, visit the read-the-docs. |
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. Author: Liangjia Zhu, Stony Brook University
|
|
Module Description
This is a fast implementation of the GrowCut method. It supports multi-label segmentation and user online interactions. Please see the references below for more details.
Tutorials
Step 1.) Add data volume to segment
Step 2.) Go to the “Editor” module, select the volume loaded in Step 1 as the “Master Volume” in the “Create and Select Label Maps” drop-down menu
Step 3.) Select the “CarreraSlice” effect in the “Edit Selected Label Map” drop-down menu
Step 4.) Set the “Radius” parameter, the "Number of Iterations" and press the “Start Interactive Segmentor” button ( CarreraSlice is now running in the background until the “Stop Interactive Segmentor” button is pressed)
Step 5.) Turn “On” all three slice views in the 3D Plane
Step 6.) Initialize the segmentation using fast GrowCut
- (a) go to PaintEffect to draw seed regions (label 1 for foreground and 2 for background), then press 'G' to run fast GrowCut.
- (b) If not satified, press 'S' to toggle between seed image and segmentation result. Edit on the seed image to reduce over/under segmentaions.
- (c) Once finished editing on the seed image, press 'G' to run fast GrowCut again.
The steps 6 (b) and (c) may be repeated a couple of times until satisfied.
Step 7.) Once satisfied with the initialization, press 'M' to start KSlice interactive segmentation. The energy functionals available are:
- (a) press 'F' for local-global Chan-Vese segmentation
- (b) press 'U' for mean curvature smoothing
- (c) press 'E' for Chan-Vese segmentation
Similar Modules
References
- Y Gao, Y Rathi, S Bouix, A Tannenbaum; Filtering in the Diffeomorphism Group and the Registration of Point Sets; IEEE Transactions on Image Processing 21 (10), 4383--4396
- Y Gao, B Gholami, RS MacLeod, J Blauer, WM Haddad, A Tannenbaum; Segmentation of the Endocardial Wall of the Left Atrium using Local Region-Based Active Contours and Statistical Shape Learning. Proceedings of SPIE Medical Imaging 2010.
Information for Developers
Section under construction. |