Difference between revisions of "Category:Documentation/Nightly/Modules/Registration"

From Slicer Wiki
Jump to: navigation, search
Line 21: Line 21:
 
|align="center" |[[Image:Registration_Resample_icon.png| 135px |link=Documentation/{{documentation/version}}/Modules/BRAINSResample]]
 
|align="center" |[[Image:Registration_Resample_icon.png| 135px |link=Documentation/{{documentation/version}}/Modules/BRAINSResample]]
 
|-
 
|-
|The [[Documentation/{{documentation/version}}/Modules/BRAINSResample|'''Resample Image (BRAINS)''']] module is used to apply a given transform to a volume, with specific interpolation settings (linear, nearest neighbor, sinc etc).It also permits to add a grid to the image that shows the effects of the transform, particularly useful for visualizing the deformation in nonrigid registration.
+
|The [[Documentation/{{documentation/version}}/Modules/BRAINSResample|'''Resample Image (BRAINS)''']] module is used to apply a given transform to a volume, with specific interpolation settings (linear, nearest neighbor, sinc etc).It also permits to add a grid to the image that shows the effects of the transform, particularly useful for visualizing the deformation in nonrigid registration. The  [[Documentation/{{documentation/version}}/Modules/ResampleScalarVectorDWI|'''Resample ScalarVectorDWI''']] module (under ''AllModules'') also provides resampling functionality.
 
|}
 
|}
  

Revision as of 20:13, 13 September 2013

Home < Category:Documentation < Nightly < Modules < Registration

This is an introduction to the registration technology which is available in Slicer 4. This page is intended to help you choose the right tool. For detailed information on using a particular module please follow the links to the module's reference page. Much of the registration functionality has been streamlined into a main module (BRAINSfit) and specialized modules. Additional specialized and legacy modules you will find only in the "All Modules" submenu. In the Registration menu you will find the default registration tool as General Registration (BRAINS) and all other forms under Specialized. The basic functionality can be understood as two parts: 1) determine a transform to align one image to another 2) apply this transform to the data. The main module (BRAINSfit) does both, but often you may prefer to separate the two steps to have better control over your workflow. Step 1 always produces a Transform, which is visible in the Data module and (in the case of linear transforms) can be inspected and edited in the Transforms module. Step 2 often, but not always, involves generating a new image by some form of resampling. The exception is the application of linear transforms to images via the Harden Transform option in the Data module, which applies the transform by storing it as new orientation info in the image header.

  • The Slicer Registration Library is a collection of example cases including solutions and step-by-step instructions that demonstrate the use of the Slicer registration tools, strategies and methods for particular image types and registration needs. For examples using older versions of Slicer (3.6 to 4.1) click here.
  • Slicer Registration FAQ: answers to the most common questions/problems, including cookbook recipes for common registration steps.
  • Slicer Registration Training Videos: brief videos/screencasts showing step-by-step approaches to the most common tasks. Most cases in the Registration Library contain screencast videos that show the procedure start-to-finish.
  • Slicer Resampling Overview a summary of how 3DSlicer handles transforms and how image resampling is performed.]]

The main modules/tools are listed/explained below, to help you find the right tool for the task:

Default Registration Modules

Registration Manual icon.png Registration Rigid+Affine icon.png Registration NonRigid icon.png
Manual/interactive alignment can be done via the Transforms module, e.g. for initial alignment. See here for a tutorial and example dataset on Manual Registration. This module is under the Registration/Transforms menu, and also accessible via the toolbar . The BRAINSfit Module performs automated intensity-based image alignment via rigid to affine to nonrigid transforms, with many options such as automated initialization, masking support, resampling. Advanced options allow to control the degree of freedom in sequence from 6 to 12 and beyond. You can find it under the Registration/General Registration (BRAINS) menu. Nonrigid registration is also provided by the BRAINSfit module. Deformation is controlled via a BSpline control grid of custom size. This can be combined with linear/affine registration steps. Found under Registration/General Registration (BRAINS) menu. An alternative module (found under "All Modules") is BSpline Deformable Registration, an older but efficient module with less control but also some options not avail. in BRAINSfit (histogram bins and warp field output).
Registration Resample icon.png
The Resample Image (BRAINS) module is used to apply a given transform to a volume, with specific interpolation settings (linear, nearest neighbor, sinc etc).It also permits to add a grid to the image that shows the effects of the transform, particularly useful for visualizing the deformation in nonrigid registration. The Resample ScalarVectorDWI module (under AllModules) also provides resampling functionality.

Alternative/Specialized Registration Modules

Registration Fiducial icon.png Registration ACPC icon.png Registration BRAINSdemonwarp.png
The Fiducial Registration module will align images based on pairs of manually selected fiducial points (rigid and affine). Two sets of fiducials (fiducial lists) are required, forming matching pairs to be aligned. This module is in the Registration/Specialized/Fiducial Registration menu. The ACPC Transform module is used to orient brain images along predefined anatomical landmarks: (manually defined) fiducials for the inter-hemispheral midline, anterior- and posterior commissure are used to align an image such that these landmarks become vertical and horizontal, respectively. This module is in the Registration/Specialized/ACPC Transform menu. The BRAINSDemonWarp Module performs automated image warping based on an optic flow mechanism. Deformations here are significantly more "fluid" (i.e. have more DOF and are less constrained) than for the nonrigid BSpline method provided in the general (BRAINS) registration above. This module is in the Registration/Specialized/Demon Registration (BRAINS) menu.