Difference between revisions of "Documentation/4.3/Extensions/VolumeClip"

From Slicer Wiki
Jump to: navigation, search
Line 34: Line 34:
 
{{documentation/{{documentation/version}}/extension-section|Use Cases}}
 
{{documentation/{{documentation/version}}/extension-section|Use Cases}}
 
<gallery widths="200px" perrow="4">
 
<gallery widths="200px" perrow="4">
Image:VolumeClipScreenshot1.png|Volume clip with model
+
Image:VolumeClipScreenshot1.png|Volume clip with model (before clipping)
Image:VolumeClipScreenshot2.png|Volume clip with ROI box
+
Image:VolumeClipScreenshot2.png|Volume clip with model (after clipping)
 +
Image:VolumeClipScreenshot3.png|Volume clip with ROI box
 
</gallery>
 
</gallery>
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Revision as of 06:41, 18 October 2014

Home < Documentation < 4.3 < 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

Tutorials

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

Similar Extensions

Documentation/4.3/Extensions/ModelClip

References

Information for Developers

Source code: see in SlicerRT repository