Difference between revisions of "Documentation/Nightly/Modules/BrainStructuresSegmenter"

From Slicer Wiki
Jump to: navigation, search
m
m
 
(8 intermediate revisions by the same user not shown)
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 algorithm depending the tissue type that the user wants to segment. At this moment, the basic white matter, gray matter and CSF tissues segmentation algorithm is presented, however, more complex segmentation algorithms will be added in order to evaluate deep gray matter segmentation and others brain tissues types.
+
[[Image:BrainStructuresSegmenter-icon.png|right]]
 +
 
 +
This module offers a general brain segmentation pipeline, calling different algorithms depending on the tissue type that the user wants to segment. The list below illustrates the segmentation methods available at moment:
 +
 
 +
* [[Documentation/{{documentation/version}}/Modules/BasicBrainTissues|Basic Brain Tissues]]: A general brain tissues segmentation focused on the white matter, gray matter and CSF brain tissue segmentation.
 +
* [[Documentation/{{documentation/version}}/Modules/BrainLogisticSegmentation|Brain Logistic Classification (BLS)]]: A recent brain segmentation method focused on global tissue segmentation, usually CSF, gray and white matter delineations. general brain tissues segmentation focused on the white matter, gray matter and CSF brain tissues segmentation.<ref>BLS paper</ref>
 +
 
 +
'''NOTE''': Each segmentation method listed are related to the segmentation part of the image processing pipeline controlled by this module, i.e. the Brain Structure Segmenter module apply a set of image processing algorithms in which, in the Segmentation part, uses the above methods. The user still has the flexibility to choose what pre and post processing that should be applied in the general image processing pipeline.
 +
 
 +
The diagram below illustrates the image processing pipeline used in this module
 +
 
 +
[[File:SegmentationDiagram_BrainsStructuresSegmenter.png|800px|thumb|center|Segmentation pipeline applied internally in this module]]
 +
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
* Use Case 1: Tissue classification
 
* 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.
+
**There are several image quantitative approaches that use only 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).
 
**A simple brain tissue mask could be obtained from this module (WM, GM and CSF are available at moment).
<gallery widths="200px" perrow="3">
+
 
 +
<gallery widths="300px" heights="300px">
 
Image:T1_tissues.png|White matter, gray matter and CSF tissues segmented from the previous MRI image
 
Image:T1_tissues.png|White matter, gray matter and CSF tissues segmented from the previous MRI image
 
Image:WM_3DReconstruction.png|A white matter mask 3D reconstruction
 
Image:WM_3DReconstruction.png|A white matter mask 3D reconstruction

Latest revision as of 19:24, 30 September 2017

Home < Documentation < Nightly < Modules < BrainStructuresSegmenter


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extension: BrainTissuesExtension
Webpage: http://dcm.ffclrp.usp.br/csim/
Author: Antonio Carlos da S. Senra Filho, CSIM Laboratory (University of Sao Paulo, Department of Computing and Mathematics)
Contact: Antonio Carlos da S. Senra Filho, <email>acsenrafilho@usp.br</email>

CSIM Laboratory  
University of Sao Paulo  
CAPES Brazil  

Module Description

BrainStructuresSegmenter-icon.png

This module offers a general brain segmentation pipeline, calling different algorithms depending on the tissue type that the user wants to segment. The list below illustrates the segmentation methods available at moment:

  • Basic Brain Tissues: A general brain tissues segmentation focused on the white matter, gray matter and CSF brain tissue segmentation.
  • Brain Logistic Classification (BLS): A recent brain segmentation method focused on global tissue segmentation, usually CSF, gray and white matter delineations. general brain tissues segmentation focused on the white matter, gray matter and CSF brain tissues segmentation.[1]

NOTE: Each segmentation method listed are related to the segmentation part of the image processing pipeline controlled by this module, i.e. the Brain Structure Segmenter module apply a set of image processing algorithms in which, in the Segmentation part, uses the above methods. The user still has the flexibility to choose what pre and post processing that should be applied in the general image processing pipeline.

The diagram below illustrates the image processing pipeline used in this module

Segmentation pipeline applied internally in this module


Use Cases

  • Use Case 1: Tissue classification
    • There are several image quantitative approaches that use only 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

User Interface

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

  1. BLS paper