Documentation/4.4/Extensions/ErodeDilateLabel

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < 4.4 < Extensions < ErodeDilateLabel


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



Introduction and Acknowledgements

Author: Junichi Tokuda (BWH)
Contact: Junichi Tokuda <email> tokuda@bwh.harvard.edu</email>
License: Slicer license |- |

NA-MIC  
NCIGT  
SPL  

This work is supported by NA-MIC, NCIGT, and the Slicer Community. This work is partially supported by NIH R01CA138586 "A New Method For Improved Targeting in Image-Guided Abdominal Interventions" (PI: Nobuhiko Hata), P01-CA67165 "Image Guided Therapy" (PI: Ferenc Joelsz)

Extension Description

ErodeDilateLabel is a simple CLI module that performs binary erosion and dilation of a specified label. This CLI uses ITK's BinaryErodeIMageFilter and BinaryDilateImageFilter based on N.Nikopoulos et al. "An efficient algorithm for 3d binary morphological transformations with 3d structuring elements for arbitrary size and shape". IEEE Transactions on Image Processing. Vol. 9. No. 3. 2000. pp. 283-286.

Use Cases

  • Evaluation of ablation margin in image-guided percutaneous ablations
    • The dilation feature can generate target volume (a volume that has to be covered by ablation volume to achieve complete tumor ablation) using a given tumor margin
ErodeDilateLabel GUI

Tutorials

Similar Extensions

References

Information for Developers

The code is available at Github.



ErodeDilateLabelIcon.png