The programs in this section relate to the alignment, transformation and comparison of pairs of 2D images.
This program is used to evaluate the cost between two images by using a given cost function.
This program is used to deform a 2D image using a deformation vector field. Input image and deformation field must be of the same size. The transformation formula is 'x -> x - v(x)'
This program is used for non-rigid registration based on fluid dynamics. It uses SSD as the sole registration criterion.
This image evaluate the force field between two images based on a given cost function.
This program runs registration of two images optimizing a transformation of the given transformation model by optimizing certain cost measures that are given as free parameters.
This program is used to deform a 2D image using a given transformation.
mia-2dtransformation-to-strain
Evaluate the Green strain tensor corresponding to a given 2D transformation for each grid point.