Difference between revisions of "Documentation/4.0/Modules/CropVolume"
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-header}} | {{documentation/{{documentation/version}}/module-header}} | ||
Line 14: | Line 15: | ||
|{{collaborator|logo|namic}}|NA-MIC | |{{collaborator|logo|namic}}|NA-MIC | ||
|{{collaborator|logo|ncigt}}|NCIGT | |{{collaborator|logo|ncigt}}|NCIGT | ||
− | |{{collaborator|logo| | + | |{{collaborator|logo|spl}}|SPL |
}} | }} | ||
{{documentation/{{documentation/version}}/module-introduction-end}} | {{documentation/{{documentation/version}}/module-introduction-end}} | ||
Line 38: | Line 39: | ||
| | | | ||
{| | {| | ||
− | | | + | |[[Image:Slicer4_ExtractSubvolumeROI_before.jpg|thumb|400px|Input image and ROI]] |
− | [[Image:Slicer4_ExtractSubvolumeROI_before.jpg|thumb|400px|Input image and ROI]] | + | |- |
− | |||
|[[Image:Slicer4_ExtractSubvolumeROI_after.jpg|thumb|400px|Cropped subvolume]] | |[[Image:Slicer4_ExtractSubvolumeROI_after.jpg|thumb|400px|Cropped subvolume]] | ||
|} | |} | ||
Line 58: | Line 58: | ||
* '''Input/initialization parameters panel:''' | * '''Input/initialization parameters panel:''' | ||
− | ** '''Input volume''' defines the input image from which you need to crop a subvolume | + | ** '''Input volume''' defines the input image from which you need to crop a subvolume. Output volume will be created automatically. |
** '''ROI''' is a Region of Interest (see [[Modules:ROIModule-Documentation-3.6|the ROI module documentation]]), which can be defined outside CropVolume, or by creating new MRMLROINode from the selector menu. The ROI can be adjusted using the widget handles in 3D view panel and/or in the 2D slice view panels. | ** '''ROI''' is a Region of Interest (see [[Modules:ROIModule-Documentation-3.6|the ROI module documentation]]), which can be defined outside CropVolume, or by creating new MRMLROINode from the selector menu. The ROI can be adjusted using the widget handles in 3D view panel and/or in the 2D slice view panels. | ||
** '''ROI visibility''' allows to turn the visibility of the 3D widget on or off in the 3D view panel. | ** '''ROI visibility''' allows to turn the visibility of the 3D widget on or off in the 3D view panel. | ||
Line 70: | Line 70: | ||
{| | {| | ||
− | |[[Image:Slicer4_ExtractSubvolumeROI_controls.jpg|thumb| | + | |[[Image:Slicer4_ExtractSubvolumeROI_controls.jpg|thumb|400px|CropVolume control panel]] |
|} | |} | ||
|} | |} | ||
+ | |||
+ | '''Cropping of oblique sub-volumes''' can be done by placing either or both of input volume and ROI under transform(s). These transforms will be taken into account while preparing the output. | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 86: | Line 88: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Information for Developers}} | {{documentation/{{documentation/version}}/module-section|Information for Developers}} | ||
− | {{documentation/{{documentation/version}}/module-developerinfo | + | {{documentation/{{documentation/version}}/module-developerinfo}} |
+ | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
− | {{documentation/{{documentation/version}}/module-footer | + | {{documentation/{{documentation/version}}/module-footer}} |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Latest revision as of 07:36, 14 June 2013
Home < Documentation < 4.0 < Modules < CropVolume
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the NA-MIC website. The development of this module was supported in part by NIH CA111288 and CA151261. | |||||||
|
Module Description
This module allows to extract rectangular subvolume from a scalar image, with the subvolume defined by Slicer ROI widget.
You can use this module to crop a DTI or DWI volume.
The cropping functionality of this module is enabled by Resample Scalar/Vector/DWI Volume module, which is called internally.
Use Cases
Most frequently used for these scenarios:
|
|
Tutorials
Not available at this time, but see the list of Slicer 3.6 tutorials that use CropVolume here: Modules:CropVolume-Documentation-3.6.
Panels and their use
|
|
Cropping of oblique sub-volumes can be done by placing either or both of input volume and ROI under transform(s). These transforms will be taken into account while preparing the output.
Similar Modules
References
N/A
Information for Developers
Section under construction. |