Difference between revisions of "Documentation/Nightly/Modules/SobolevSegmenter"
m (Text replacement - "\[http:\/\/www\.slicer\.org\/slicerWiki\/images\/([^ ]+) ([^]]+)]" to "[http://www.slicer.org/w/img_auth.php/$1 $2]") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-header}} | {{documentation/{{documentation/version}}/module-header}} | ||
Line 7: | Line 8: | ||
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}} | {{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}} | ||
{{documentation/{{documentation/version}}/module-introduction-row}} | {{documentation/{{documentation/version}}/module-introduction-row}} | ||
− | 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. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].<br> | + | 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 through grant U54 EB005149. Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].<br> |
Author: Arie Nakhmani, UAB<br> | Author: Arie Nakhmani, UAB<br> | ||
Contributor1: Allen Tannenbaum, UAB<br> | Contributor1: Allen Tannenbaum, UAB<br> | ||
Line 19: | Line 20: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
− | This extension implements Sobolev inner product based active contour, using Chan-Vese energy functional. The segmentation is appropriate for 2D images. The | + | This extension implements Sobolev inner product based active contour, using the Chan-Vese energy functional. The segmentation is appropriate for 2D images. Extensions are being made now to the 3D case and will be available in the near future. The parametric contour is generally smooth, and able to capture concavities. |
<!-- | <!-- | ||
Here comes a description what the module is good for. Explain briefly how it works and point to the [[documentation/{{documentation/version}}/Modules/{{documentation/modulename}}#References|references]] giving more details on the algorithm. | Here comes a description what the module is good for. Explain briefly how it works and point to the [[documentation/{{documentation/version}}/Modules/{{documentation/modulename}}#References|references]] giving more details on the algorithm. | ||
Line 30: | Line 31: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Use Cases}} | {{documentation/{{documentation/version}}/module-section|Use Cases}} | ||
− | The Sobolev segmenter is a general image segmenter, and it can be used with any | + | The Sobolev segmenter is a general image segmenter, and it can be used with any type of data, as explained in the tutorial. |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Tutorials}} | {{documentation/{{documentation/version}}/module-section|Tutorials}} | ||
+ | The 2D image segmentation: | ||
# Load the image (input volume): [[File:DICOM_example.jpg|200 px]] | # Load the image (input volume): [[File:DICOM_example.jpg|200 px]] | ||
# Use built in editor to select a single initial mask (or load a binary mask file): [[File:mask_example.jpg|200 px]] | # Use built in editor to select a single initial mask (or load a binary mask file): [[File:mask_example.jpg|200 px]] | ||
Line 40: | Line 42: | ||
# Press Apply button. | # Press Apply button. | ||
# After a few second the following output volume should appear: [[File:Output_example.png|200 px]] | # After a few second the following output volume should appear: [[File:Output_example.png|200 px]] | ||
+ | |||
+ | The 3D volume segmentation tutorial: | ||
+ | [http://www.slicer.org/w/img_auth.php/f/f7/Sobolev.mp4] | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Panels and their use}} | {{documentation/{{documentation/version}}/module-section|Panels and their use}} | ||
The module has the following panel: | The module has the following panel: | ||
+ | |||
[[File:Sobolev_panel.png]] | [[File:Sobolev_panel.png]] | ||
+ | |||
The IO section of this panel defines two input images (data and initial mask) and one output image (final mask). The algorithm has three parameters: self-explanatory number of iterations and contour evolution step size. In addition, the parameter lambda chooses the smoothness of the contour (smoothing kernel width). | The IO section of this panel defines two input images (data and initial mask) and one output image (final mask). The algorithm has three parameters: self-explanatory number of iterations and contour evolution step size. In addition, the parameter lambda chooses the smoothness of the contour (smoothing kernel width). | ||
<!-- | <!-- |
Latest revision as of 12:38, 27 November 2019
Home < Documentation < Nightly < Modules < SobolevSegmenter
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 through grant U54 EB005149. Information on NA-MIC can be obtained from the NA-MIC website. | |||
|
Module Description
This extension implements Sobolev inner product based active contour, using the Chan-Vese energy functional. The segmentation is appropriate for 2D images. Extensions are being made now to the 3D case and will be available in the near future. The parametric contour is generally smooth, and able to capture concavities.
Use Cases
The Sobolev segmenter is a general image segmenter, and it can be used with any type of data, as explained in the tutorial.
Tutorials
The 2D image segmentation:
- Load the image (input volume):
- Use built in editor to select a single initial mask (or load a binary mask file):
- Select Segmenation->SobolevSegmenter module
- Choose the Input Volume and the Initial Mask accordingly. Create a new volume for the Output Volume.
- Press Apply button.
- After a few second the following output volume should appear:
The 3D volume segmentation tutorial: [1]
Panels and their use
The module has the following panel:
The IO section of this panel defines two input images (data and initial mask) and one output image (final mask). The algorithm has three parameters: self-explanatory number of iterations and contour evolution step size. In addition, the parameter lambda chooses the smoothness of the contour (smoothing kernel width).
Similar Modules
N/A
References
N/A
Information for Developers
Section under construction. |