Learn R Programming

RNiftyReg (version 2.0.0)

halfTransform: Calculate a half transformation

Description

This function calculates the half-way transformation corresponding to its argument. Applying this transformation results in points or images in a space halfway between the original source and target images, which can be a useful common space in some applications.

Usage

halfTransform(transform)

Arguments

transform
A transform, possibly obtained from forward or reverse.

Value

  • The half-way transform, in a similar format to transform.

See Also

niftyreg.linear, niftyreg.nonlinear