Learn R Programming

RNiftyReg (version 2.8.4)

composeTransforms: Compose transformations

Description

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

Usage

composeTransforms(...)

Value

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

Arguments

...

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

Author

Jon Clayden <code@clayden.org>

See Also

niftyreg.linear, niftyreg.nonlinear, deformationField