Documentation/4.4/Extensions/VolumeClip

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


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


Introduction and Acknowledgements

Authors: Andras Lasso (PerkLab, Queen's University), Matt Lougheed (PerkLab, Queen's University)
Contact: Andras Lasso <email>lasso@queensu.ca</email>
Website: http://www.slicerrt.org/
License: Slicer license

Extension Description

VolumeClipLogo.png

This extension contains modules for clipping image volumes with arbitrary surfaces or region of interest boxes.

Modules

  • Volume clip with model
    • Removes volume contents inside or outside the selected surface model
    • User may define and dynamically edit a 3D clipping surface by markup points (uses Delaunay triangulation, therefore it mostly generates convex surfaces)
    • For incremental clipping select the input volume also as output volume
  • Volume clip with ROI box
    • Removes volume contents inside or outside the selected region of interest box
    • For incremental clipping select the input volume also as output volume

Use Cases

  • Remove patient table from CT volumes
  • Clip irrelevant image areas of the input volume before segmentation
  • Create quick mask for registration (apply the processing twice, with zero and non-zero fill value and with the clip outside checkbox enabled and disabled)

Tutorials

Short video of volume clipping with model: https://www.youtube.com/watch?v=1mYNwJbE7dQ

Similar Extensions

Documentation/4.4/Extensions/ModelClip

References

Information for Developers

Source code: https://subversion.assembla.com/svn/slicerrt/trunk/VolumeClip