Difference between revisions of "Documentation/Nightly/Extensions/3D Model Segmentation"

From Slicer Wiki
Jump to: navigation, search
(Creating a template page for the new 3D Model Segmentation extension.)
 
(Brief doc edits)
Line 66: Line 66:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
Slicer Registration modules and extensions.
+
Volume Clip
 +
ChangeTracker
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|References}}
 
{{documentation/{{documentation/version}}/module-section|References}}
[1] Fedorov A, Khallaghi S, Antonio Sánchez C, Lasso A, Fels S, Tuncali K, Neubauer Sugar E, Kapur T, Zhang C, Wells W, Nguyen PL, Abolmaesumi P, Tempany C. (2015) Open-source image registration for MRI–TRUS fusion-guided prostate interventions. Int J CARS: 1–10. Available: http://link.springer.com/article/10.1007/s11548-015-1180-7.
 
 
[2] Fedorov A, Nguyen PL, Tuncali K, Tempany C. (2015). Annotated MRI and ultrasound volume images of the prostate. Zenodo. http://doi.org/10.5281/zenodo.16396
 
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
* Source code: https://github.com/SlicerProstate/SlicerProstate/tree/master/DistanceMapBasedRegistration
+
* Source code: https://github.com/QTIM-Lab/3D_Model_Segmentation
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-footer}}
 
{{documentation/{{documentation/version}}/module-footer}}
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Revision as of 15:27, 10 July 2017

Home < Documentation < Nightly < Extensions < 3D Model Segmentation


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


Introduction and Acknowledgements

File:BLANK.png

Extension: 3D_Model_Segmentation
Acknowledgments: This work supported in part the National Institutes of Health, National Cancer Institute through the following grants:

  • Quantitative MRI [...]

Authors: Andrew Beers (Massachusetts General Hospital)
Contact: Andrew Beers, <email>abeers@mgh.harvard.edu</email>

License: Slicer License


Quantitative Image Informatics for Cancer Research  

Module Description

Module description here.


Example visualization of MRI/TRUS registration result obtained using this module. Yellow outline is the contour of the manual segmentation of the prostate gland in TRUS, over the registered MRI image of the same prostate.

Use Cases

  • Tumor Segmentation

Tutorials

Panels and their use

  • Fixed image (optional): image that should be used as reference in registration
  • Segmentation of the fixed image
  • Moving image (optional): image to be registered
  • Segmentation of the moving image
  • Registration affine transform: transform to store the result of affine registration
  • Registration deformable transform: transform to store the result of deformable registration
  • Visualization: initializes slice viewers to show overlay of the fixed and moving images (before or after registration), outline of the fixed image segmentation and the registration transform grid and visualization of the fixed and moving segmentation label surfaces in 3d view
Module control panel.


Similar Modules

Volume Clip ChangeTracker

References

Information for Developers