Difference between revisions of "Modules:CropVolume-Documentation-3.6"
(One intermediate revision by the same user not shown) | |||
Line 66: | Line 66: | ||
* '''Viewing panel:''' Size and location of the ROI can be modified using one of the two methods. First, this can be done in 3D View by moving the colored handles of the ROI widget. Second, the ROI can be adjusted in the slice views. ''Right mouse button click'' adjusts the bounds of the ROI. ''Left mouse button click'' moves the center of ROI to be the point where the click was made. | * '''Viewing panel:''' Size and location of the ROI can be modified using one of the two methods. First, this can be done in 3D View by moving the colored handles of the ROI widget. Second, the ROI can be adjusted in the slice views. ''Right mouse button click'' adjusts the bounds of the ROI. ''Left mouse button click'' moves the center of ROI to be the point where the click was made. | ||
+ | |||
+ | | | ||
+ | {| | ||
+ | | | ||
+ | [[Image:ExtractSubvolumeROI_input_spacing.jpg|thumb|200px|Input image]] | ||
+ | |||
+ | |[[Image:ExtractSubvolumeROI_output_spacing.jpg|thumb|200px|Cropped subvolume with scaling constant 0.5 -- note the difference in the image spacing]] | ||
+ | |} | ||
+ | |||
+ | {| | ||
+ | |[[Image:ExtractSubvolumeROI_controls.jpg|thumb|250px|CropVolume control panel]] | ||
+ | |||
+ | |[[Image:ExtractSubvolumeROI_resize.jpg|thumb|200px|Intersection of the ROI with the slice is shown in semi-transparent blue]] | ||
+ | |} | ||
+ | |||
+ | |} | ||
Line 82: | Line 98: | ||
|[[Image:ExtractSubvolumeROI_ROI_transformed.jpg|thumb|200px|Same ROI node is under a transform]] | |[[Image:ExtractSubvolumeROI_ROI_transformed.jpg|thumb|200px|Same ROI node is under a transform]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Latest revision as of 20:30, 6 February 2011
Home < Modules:CropVolume-Documentation-3.6Return to Slicer 3.6 Documentation
Subvolume extraction with ROI widget
CropVolume
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 a scalar image, with the subvolume defined by Slicer ROI widget.
You cannot use this module to crop a DTI or DWI volume.
Usage
Use Cases, Examples
- 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.
Tutorials
CropVolume (at the time, ExtractSubvolumeROI) is used in the following tutorials:
- Centerline Extraction of Coronary Arteries in 3D Slicer using VMTK based Tools (winner of the SLC AHM 2010 tutorial contest). Follow the link for the tutorial slides and test data.
- Registration Breakout
- PET-CT Registration
- Breast MRI Registration for Cancer Follow-up
Quick Tour of Features and Use
|
|
The input volume and input ROI are both allowed to be under linear transform. This allows to extract a parallelepiped shaped ROI, which is arbitrarily oriented within the input volume using these steps:
|
Development
Notes from the Developer
This module wraps the functionality of VTK class vtkImageReslice
Dependencies
ROI Module and Volumes Module.
Tests
Not available at this time.
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.