April 2020
Intermediate to advanced
438 pages
12h 2m
English
As discussed, the objective of registration is to estimate the transformation that associates the points in given input images. The transformation estimated via registration is said to map points from the fixed to the moving image coordinate system. SimpleITK provides a configurable multi-resolution registration framework, implemented in the ImageRegistrationMethod class. To create a specific registration instance using ImageRegistrationMethod, you need to select several components that together define the registration instance:
The following diagram shows the components of the registration framework in SimpleITK:
Image registration is done ...
Read now
Unlock full access