Difference between revisions of "Documentation/Nightly/Extensions/3D Model Segmentation"
From Slicer Wiki
(Draft edits) |
m (Draft edits.) |
||
Line 56: | Line 56: | ||
*'''Registration Method''': Choose which registration method you would like to use. "No Registration" allows you to skip this step. "Rigid Registration" will attempt to rotate and translate the moving image into the space of the fixed image. "Affine Registration" will rotate, translate, scale, and skew the input image. Both affine and rigid registration methods will produce a 3D Slicer Linear Transformation object which you can inspect in the "Transforms" module. "Deformable Registration" will perform deformable BSpline registration on the moving image, and correspondingly create a BSpline Transform object. In general, each method will be more accurate but more time-consuming than the previous method. | *'''Registration Method''': Choose which registration method you would like to use. "No Registration" allows you to skip this step. "Rigid Registration" will attempt to rotate and translate the moving image into the space of the fixed image. "Affine Registration" will rotate, translate, scale, and skew the input image. Both affine and rigid registration methods will produce a 3D Slicer Linear Transformation object which you can inspect in the "Transforms" module. "Deformable Registration" will perform deformable BSpline registration on the moving image, and correspondingly create a BSpline Transform object. In general, each method will be more accurate but more time-consuming than the previous method. | ||
*'''Registration Output''': Either create a new volume for the post-registration moving image, or replace the original image. The new volume will have the name "[VolumeName1]_reg_[VolumeName2]". | *'''Registration Output''': Either create a new volume for the post-registration moving image, or replace the original image. The new volume will have the name "[VolumeName1]_reg_[VolumeName2]". | ||
+ | == Step 3. Normalization and Subtraction (Optional) == | ||
+ | *'''Normalization Methods''': Choose the method with which to normalize intensities between your two volumes. This may help to produce better contrast when calculating a subtraction map. | ||
+ | *'''Normalization Order''': Choose whether to normalize pre- to post-contrast, or vice versa. | ||
+ | == Step 4. ROI == | ||
*'''Segmentation of the fixed image''' | *'''Segmentation of the fixed image''' |
Revision as of 04:11, 11 July 2017
Home < Documentation < Nightly < Extensions < 3D Model Segmentation
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
|
Module Description
Module description here.
|
Use Cases
- Tumor Segmentation
Tutorials
https://www.youtube.com/watch?v=_7oZygGp2ds&t=13s
Documentation
Step 1. Volume Selection
Step 2. Registration (Optional)
Step 3. Normalization and Subtraction (Optional)
Step 4. ROI
Similar ModulesVolume Clip ChangeTracker ReferencesInformation for Developers
|