Difference between revisions of "Documentation/Nightly/Extensions/BrainTissuesExtension"

From Slicer Wiki
Jump to: navigation, search
m
m
 
(8 intermediate revisions by the same user not shown)
Line 27: Line 27:
 
[[Image:BrainTissuesExtension-logo.png|left]]
 
[[Image:BrainTissuesExtension-logo.png|left]]
  
Brain tissue segmentation plays an important role in many different image processing steps, which can offer a possibility to study different parts of the brain in different hypothesis, such as neurodegenerative disease progression and global brain structural quantitative parameters (brain atrophy, for instance). For this reason, tissue segmentation procedures have been intensively studied in the recent years. This extension aims to offer a fast, reliable and simple solutions for brain tissue segmentation, in which are separated in different modules. See the modules list below to find the most appropriate tool for your study.  
+
Brain tissue segmentation plays an important role in many different image processing steps, which offers a possibility to study different neurodegenerative diseases or also in more specific tasks such as in brain structural quantitative morphological parameters such as brain atrophy. For this reason, brain tissue segmentation procedures have been intensively studied in recent years. This extension aims to offer a fast, robust and simple solutions for brain tissue segmentation, in which specific segmentation tasks are separated into different modules. See the modules list below to find the most appropriate tool for your study.  
 +
 
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|Modules}}
 
{{documentation/{{documentation/version}}/extension-section|Modules}}
*[[Documentation/{{documentation/version}}/Modules/BrainStructuresSegmenter|Brain Structures Segmenter]]
+
 
*[[Documentation/{{documentation/version}}/Modules/BasicBrainTissues|Basic Brain Tissues]]
+
* '''General purpose segmentation method''': [[Documentation/{{documentation/version}}/Modules/BrainStructuresSegmenter|Brain Structures Segmenter]]
 +
* '''Clustering classification based on k-Means algorithm''': [[Documentation/{{documentation/version}}/Modules/BasicBrainTissues|Basic Brain Tissues (k-Means)]]
 +
* '''Multiple logistic classification algorithm''': [[Documentation/{{documentation/version}}/Modules/BrainLogisticSegmentation|Brain Logistic Segmentation (BLS)]]
 +
 
 +
'''NOTE''': The [[Documentation/{{documentation/version}}/Modules/BrainStructuresSegmenter|Brain Structures Segmenter]] is the main module for a general brain segmentation approach, which uses a predefined image processing pipeline in order to result in a smoothed tissue mask. See the module's documentation for more details.
 +
 
 +
Each segmentation approach is related to a specific algorithm, which is explained in more details in the pulications placed in References section. Please, cite the proper algorithm if any of these methods were used in a scientific study.
 +
 
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
Most frequently used for these scenarios:
 
Most frequently used for these scenarios:
* Use Case 1: a
+
* Use Case 1: Tissue classification
**b
+
** 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.
<gallery widths="200px" perrow="3">
+
* Use Case 2: Restrict brain regions for image quantitative analysis
Image:MRI_raw.png|Raw T1 weighted MRI Image
+
** A white matter mask could be used for specific measurements in some brain diseases, for example, in Multiple Sclerosis it could be useful to help lesion detection algorithms.
Image:MRI_AAD.png|T1 weighted MRI Image with AAD filter (q=1.2)
+
 
Image:MRI_IAD.png|T1 weighted MRI Image with IAD filter (q=1.2)
+
<gallery widths="300px" heights="300px" perrow="3">
Image:DTI_FA_raw.png|DTI-FA map without image filtering process
+
Image:T1_fullBrain.png|A T1 weighted MRI image illustrating a usual brain
Image:DTI_FA_AAD.png|DTI-FA map with AAD image filtering (q=0.4)
+
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:GM_3DReconstruction.png|A gray matter mask 3D reconstruction
 +
Image:WM_GM_3DReconstruction.png|A merged white and gray matter masks 3D reconstruction
 
</gallery>
 
</gallery>
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}
 
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}
N/A
+
[https://www.slicer.org/wiki/Modules:EMSegmenter-3.6 EM Segmenter]
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|References}}
 
{{documentation/{{documentation/version}}/extension-section|References}}
* paper
+
 
 +
* [k-Means]
 +
* [BLS paper]
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Latest revision as of 16:30, 30 October 2017

Home < Documentation < Nightly < Extensions < BrainTissuesExtension


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


Introduction and Acknowledgements

This work was partially funded by CAPES and CNPq, a Brazillian Agencies. Information on CAPES can be obtained on the CAPES website and CNPq website.
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  
CNPq Brazil  
CAPES Brazil  


Extension Description

BrainTissuesExtension-logo.png

Brain tissue segmentation plays an important role in many different image processing steps, which offers a possibility to study different neurodegenerative diseases or also in more specific tasks such as in brain structural quantitative morphological parameters such as brain atrophy. For this reason, brain tissue segmentation procedures have been intensively studied in recent years. This extension aims to offer a fast, robust and simple solutions for brain tissue segmentation, in which specific segmentation tasks are separated into different modules. See the modules list below to find the most appropriate tool for your study.


Modules

NOTE: The Brain Structures Segmenter is the main module for a general brain segmentation approach, which uses a predefined image processing pipeline in order to result in a smoothed tissue mask. See the module's documentation for more details.

Each segmentation approach is related to a specific algorithm, which is explained in more details in the pulications placed in References section. Please, cite the proper algorithm if any of these methods were used in a scientific study.


Use Cases

Most frequently used for these scenarios:

  • 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.
  • Use Case 2: Restrict brain regions for image quantitative analysis
    • A white matter mask could be used for specific measurements in some brain diseases, for example, in Multiple Sclerosis it could be useful to help lesion detection algorithms.

Similar Extensions

EM Segmenter

References

  • [k-Means]
  • [BLS paper]

Information for Developers


Repositories: