Difference between revisions of "Modules:CropVolume-Documentation-3.6"
From Slicer Wiki
Line 41: | Line 41: | ||
* '''Input/initialization parameters panel:''' | * '''Input/initialization parameters panel:''' | ||
** '''Input volume''' defines the input image from which you need to extract an ROI | ** '''Input volume''' defines the input image from which you need to extract an ROI | ||
− | ** '''ROI''' is a Region of Interest (see | + | ** '''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. |
** '''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. | ||
** '''Output volume''' is the volume node where the result of ROI extraction will be stored. Note, that the output volume cannot be identical to the input volume. The module will give you an error if this is the case. | ** '''Output volume''' is the volume node where the result of ROI extraction will be stored. Note, that the output volume cannot be identical to the input volume. The module will give you an error if this is the case. | ||
Line 56: | Line 56: | ||
# Drag the input ROI node under the created transform in the MRML tree ([[Modules:Data-Documentation-3.6|Data module]]) | # Drag the input ROI node under the created transform in the MRML tree ([[Modules:Data-Documentation-3.6|Data module]]) | ||
# Adjust the rotation of the ROI from the [[Modules:Transforms-Documentation-3.6|Transforms module]] | # Adjust the rotation of the ROI from the [[Modules:Transforms-Documentation-3.6|Transforms module]] | ||
− | # Return to | + | # Return to CropVolume, use the ROI from above to extract the subvolume |
Upon completion of the resampling operation, the input volume is set as the Background image volume, and the extracted resampled ROI is set as the Foreground image. | Upon completion of the resampling operation, the input volume is set as the Background image volume, and the extracted resampled ROI is set as the Foreground image. | ||
Line 69: | Line 69: | ||
{| | {| | ||
− | |[[Image:ExtractSubvolumeROI_controls.jpg|thumb|250px| | + | |[[Image:ExtractSubvolumeROI_controls.jpg|thumb|250px|CropVolume control panel]] |
|[[Image:ExtractSubvolumeROI_resize.jpg|thumb|200px|Intersection of ROI with the slice is shown in semi-transparent blue]] | |[[Image:ExtractSubvolumeROI_resize.jpg|thumb|200px|Intersection of ROI with the slice is shown in semi-transparent blue]] |
Revision as of 13:31, 29 March 2010
Home < Modules:CropVolume-Documentation-3.6Return to Slicer 3.6 Documentation
Subvolume extraction with ROI widget
ExtractSubvolumeROI
General Information
Module Type & Category
Type: Interactive
Category: Converters
Authors, Collaborators & Contact
- Andriy Fedorov, BWH
- Ron Kikinis, BWH
- Contact: Andriy Fedorov, fedorov at bwh
Module Description
This module allows to extract rectangular subvolume from an image, with the subvolume defined by Slicer ROI widget.
Usage
Examples, Use Cases & Tutorials
- CropVolume allows to extract a parallelepiped-shaped subvolume, located arbitrarily within a larger 3D volume. The module allows to control the spacing of the resulting volume, and gives control over the interpolation mode.
- The module is particularly useful in cases when the amount of computation or its complexity can be reduced by limiting the processing to the region of interest.
- The subvolume produced by the module is located precisely in the space of the original image.
Quick Tour of Features and Use
Upon completion of the resampling operation, the input volume is set as the Background image volume, and the extracted resampled ROI is set as the Foreground image. |
|
Development
Standing issues under development:
- add isotropic resampling mode
- consider more intuitive in-slice resampling mode; the current one is not quite there when ROI is under transform
- in-slice ROI resizing: resize on Ctrl+click, not just click, otherwise zoom in not possible, not convenient
Dependencies
ROI Module and Volumes Module.
Known bugs
Follow this link to the Slicer3 bug tracker.
Usability issues
Follow this link to the Slicer3 bug tracker. Please select the usability issue category when browsing or contributing.
Source code & documentation
Source code can accessed here
Links to documentation generated by doxygen.
More Information
Acknowledgment
Supported by Brain Science Foundation.