Difference between revisions of "Documentation/Nightly/Modules/BrainStructuresSegmenter"
Acsenrafilho (talk | contribs) m |
Acsenrafilho (talk | contribs) m |
||
Line 22: | Line 22: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
− | This module offer a general brain segmentation pipeline, where it call different | + | This module offer a general brain segmentation pipeline, where it call different algorithms depending the tissue type that the user wants to segment. At moment, the basic white matter, gray matter and CSF tissues segmentation algorithm is presented, however, more complex segmentation algorithms will be further added in order to evaluate deep gray matter segmentation and others brain tissues types. |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 18:22, 26 November 2016
Home < Documentation < Nightly < Modules < BrainStructuresSegmenter
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extension: BrainTissuesExtension | |||||||
|
Module Description
This module offer a general brain segmentation pipeline, where it call different algorithms depending the tissue type that the user wants to segment. At moment, the basic white matter, gray matter and CSF tissues segmentation algorithm is presented, however, more complex segmentation algorithms will be further added in order to evaluate deep gray matter segmentation and others brain tissues types.
Use Cases
- Use Case 1: Tissue classification
- There are several image quantitative approaches that are applied only in a certain tissue type (for instance, cortical thickness) in which a previous brain segmentation could be needed.
- A simple brain tissue mask could be obtained from this module (WM, GM and CSF are available at moment).
Panels and their use
IO:
- Input Volume
- Pick the input to the algorithm. This should be an MRI strutural images with a type listed in the Image Modality option
- Image Modality
- MRI strutural image inserted as a input volume
- Is brain extracted?
- Is the input data already brain extracted? If not, the ROBEX brain extraction method is used
- Output Volume
- Pick the output to the algorithm (a label image)
Tissue Segmentation Parameters:
- Separate one tissue?
- Select one tissue type desired to be passed as the output. If checked, the tissue type in Tissue Type option is used
- Tissue Type
- Tissue type that will be resulted from the brain segmentation
Noise Attenuation Parameters:
- Condutance
- The conductance regulates the diffusion intensity in the neighbourhood area. Choose a higher conductance if the input image has strong noise seem in the whole image space
- Number Of Iterations
- The number of iterations regulates the numerical simulation of the anomalous process over the image. This parameters is also related with the de-noising intensity, however it is more sensible to the noise intensity. Choose the higher number of iterations if the image presents high intensity noise which is not well treated by the conductance parameter
- Q Value
- The anomalous parameter (or q value) is the generalization parameters responsible to give the anomalous process approach on the diffusion equation
Label Refinement Parameters
- Gaussian Sigma
- Label smoothing by a gaussian distribution with variance sigma. The units here is given in mm
Similar Modules
References
N/A
Information for Developers
Section under construction. |