Difference between revisions of "Modules:CropVolume-Documentation-3.6"
Line 29: | Line 29: | ||
== Usage == | == 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. | * 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 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. | * 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 [http://wiki.na-mic.org/Wiki/index.php/AHM_2010_Tutorial_Contest_-_CoronaryArteriesCenterlinesVMTK Centerline Extraction of Coronary Arteries in 3D Slicer using VMTK based Tools]. Follow the link for the tutorial slides and test data. | ||
===Quick Tour of Features and Use=== | ===Quick Tour of Features and Use=== | ||
Line 78: | Line 81: | ||
== Development == | == Development == | ||
− | + | ===Notes from the Developer=== | |
− | |||
− | |||
− | |||
===Dependencies=== | ===Dependencies=== | ||
[[Modules:ROIModule-Documentation-3.6|ROI Module]] and [[Modules:Volumes-Documentation-3.6|Volumes Module]]. | [[Modules:ROIModule-Documentation-3.6|ROI Module]] and [[Modules:Volumes-Documentation-3.6|Volumes Module]]. | ||
+ | |||
+ | ===Tests=== | ||
+ | |||
+ | Not available at this time. | ||
===Known bugs=== | ===Known bugs=== | ||
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer3 bug tracker. | Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer3 bug tracker. | ||
− | |||
− | |||
===Usability issues=== | ===Usability issues=== | ||
Line 106: | Line 108: | ||
===Acknowledgment=== | ===Acknowledgment=== | ||
+ | |||
Supported by Brain Science Foundation. | Supported by Brain Science Foundation. | ||
===References=== | ===References=== |
Revision as of 02:48, 13 April 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
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 Centerline Extraction of Coronary Arteries in 3D Slicer using VMTK based Tools. Follow the link for the tutorial slides and test data.
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
Notes from the Developer
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.