Learn R Programming

RNiftyReg (version 2.3.0)

composeTransforms: Compose transformations

Description

Compute the composition of two or more transforms, the single transform that combines their effects in order.

Usage

composeTransforms(...)

Arguments

...
Affine or nonlinear transforms, possibly obtained from forward or reverse.

Value

The composed transform. If all arguments are affines then the result will also be an affine; otherwise it will be a deformation field.

See Also

niftyreg.linear, niftyreg.nonlinear, deformationField