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

From Slicer Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
 
{{documentation/{{documentation/version}}/extension-section|Extension Description}}
 
{{documentation/{{documentation/version}}/extension-section|Extension Description}}
 
[[Image:MSLesionTrackExtension-logo.png|left]]
 
[[Image:MSLesionTrackExtension-logo.png|left]]
Plastimatch is an open source software for image computation. Our main focus is high-performance volumetric registration of medical images, such as X-ray computed tomography (CT), magnetic resonance imaging (MRI), and positron emission tomography (PET). Software features include:
+
Multiple sclerosis (MS) is a degenerative neurological disease growing relevance. The segmentation of lesions on magnetic resonance imaging (MRI) and its boundaries with healthy tissue remains a challenge for correct diagnosis of MS patients. Currently, many imaging methods Magnetic resonance imaging have been applied to this problem, but with success modest.The diffusion tensor imaging (DTI) have been discussed as an important imaging technique which could be useful for the diagnosis of MS. However, main barrier is the low signal to noise ratio (SNR) existing in such imaging techniques, which eventually diminish the efficiency of the method of segmentation. This extension aims to provide image processing tools in order to segment and detect MS lesions and the surrounding NAWM in the patient disease progression.
 
 
*B-spline method for deformable image registration (GPU and multicore accelerated)
 
*Demons method for deformable image registration (GPU accelerated)
 
*ITK-based algorithms for translation, rigid, affine, demons, and B-spline registration
 
*Pipelined, multi-stage registration framework with seamless conversion between most algorithms and transform types
 
*Landmark-based deformable registration using thin-plate splines for global registration
 
*Landmark-based deformable registration using radial basis functions for local corrections
 
*Broad support for 3D image file formats (using ITK), including DICOM, Nifti, NRRD, MetaImage, and Analyze
 
*DICOM and DICOM-RT import and export
 
*XiO import and export
 
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|Modules}}
 
{{documentation/{{documentation/version}}/extension-section|Modules}}
*[[Documentation/{{documentation/version}}/Modules/PlmBSplineDeformableRegistration|Plastimatch Automatic deformable image registration]]
+
*Support Modules
*[[Documentation/{{documentation/version}}/Modules/PlmDICOMRTImport|Plastimatch DICOM-RT import]]
+
**[[Documentation/{{documentation/version}}/Modules/BrainExtractionTool|Brain Extraction Tool]]
*[[Documentation/{{documentation/version}}/Modules/PlmLANDWARP|Plastimatch LANDWARP Landmark]]
+
**[[Documentation/{{documentation/version}}/Modules/BrainTissuesMask|Brain Tissues Mask]]
 +
*Lesion Segmentation Modules
 +
**[[Documentation/{{documentation/version}}/Modules/DTILesionTrack|DTI Lesion Track]]
 +
**[[Documentation/{{documentation/version}}/Modules/LongitudinalDTILesionTrack|Longitudinal DTI Lesion Track]]
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|Use Cases}}
 
{{documentation/{{documentation/version}}/extension-section|Use Cases}}
 
[http://plastimatch.org/data_sources.html Sample data] to use with modules.
 
[http://plastimatch.org/data_sources.html Sample data] to use with modules.
<gallery widths="200px" perrow="4">
+
<gallery widths="400px" perrow="2">
Image:plastimatch_dicomrt_ss.png|DICOM-RT Structure Set
+
Image:DTI_FA_wm_segmented.png|DTI-FA map with the white matter segmented
 +
Image:DTI_FA_lesions.png|MS lesions segmented from the DTI-FA maps (using statistical approach)
 
</gallery>
 
</gallery>
  
Line 54: Line 48:
  
 
<gallery widths="200px" perrow="4">
 
<gallery widths="200px" perrow="4">
Image:plastimatch_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]
+
Image:mslesiontrackextension_tutorial_ppt.png|[http://forge.abcd.harvard.edu/gf/download/frsrelease/110/1023/3D_Slicer_Plastimatch_Registration_Tutorial.ppt Download tutorial]
 
</gallery>
 
</gallery>
  
Line 63: Line 57:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|References}}
 
{{documentation/{{documentation/version}}/extension-section|References}}
* G Sharp, N Kandasamy, H Singh, M Folkert, "GPU-based streaming architectures for fast cone-beam CT image reconstruction and demons deformable registration," Physics in Medicine and Biology, 52(19), pp 5771-83, 2007.
+
*  
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Latest revision as of 13:42, 30 April 2016

Home < Documentation < Nightly < Extensions < MSLesionTrack


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


Introduction and Acknowledgements

Acknowledgments: 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

MSLesionTrackExtension-logo.png

Multiple sclerosis (MS) is a degenerative neurological disease growing relevance. The segmentation of lesions on magnetic resonance imaging (MRI) and its boundaries with healthy tissue remains a challenge for correct diagnosis of MS patients. Currently, many imaging methods Magnetic resonance imaging have been applied to this problem, but with success modest.The diffusion tensor imaging (DTI) have been discussed as an important imaging technique which could be useful for the diagnosis of MS. However, main barrier is the low signal to noise ratio (SNR) existing in such imaging techniques, which eventually diminish the efficiency of the method of segmentation. This extension aims to provide image processing tools in order to segment and detect MS lesions and the surrounding NAWM in the patient disease progression.

Modules

Use Cases

Sample data to use with modules.

Tutorials

Similar Extensions

N/A

References

Information for Developers