Difference between revisions of "Documentation/4.3/Extensions/VolumeClip"
From Slicer Wiki
(3 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/extension-section|Modules}} | {{documentation/{{documentation/version}}/extension-section|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 | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/extension-section|Use Cases}} | {{documentation/{{documentation/version}}/extension-section|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) | ||
+ | <gallery widths="200px" perrow="4"> | ||
+ | Image:VolumeClipScreenshot1.png|Volume clip with model (before clipping) | ||
+ | Image:VolumeClipScreenshot2.png|Volume clip with model (after clipping) | ||
+ | Image:VolumeClipScreenshot3.png|Volume clip with ROI box | ||
+ | </gallery> | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/extension-section|Tutorials}} | {{documentation/{{documentation/version}}/extension-section|Tutorials}} | ||
+ | Short video of volume clipping with model: https://www.youtube.com/watch?v=1mYNwJbE7dQ | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 42: | Line 54: | ||
{{documentation/{{documentation/version}}/extension-section|Information for Developers}} | {{documentation/{{documentation/version}}/extension-section|Information for Developers}} | ||
{{documentation/{{documentation/version}}/extension-developerinfo}} | {{documentation/{{documentation/version}}/extension-developerinfo}} | ||
− | Source code: | + | Source code: https://subversion.assembla.com/svn/slicerrt/trunk/VolumeClip |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/extension-footer}} | {{documentation/{{documentation/version}}/extension-footer}} | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Latest revision as of 00:51, 20 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) Extension Description
Modules
Use Cases
TutorialsShort video of volume clipping with model: https://www.youtube.com/watch?v=1mYNwJbE7dQ Similar ExtensionsDocumentation/4.3/Extensions/ModelClip ReferencesInformation for Developers
Source code: https://subversion.assembla.com/svn/slicerrt/trunk/VolumeClip |