halfTransform {RNiftyReg} | R Documentation |
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 |
Value
The half-way transform, in a similar format to transform
.
Author(s)
Jon Clayden <code@clayden.org>
See Also
niftyreg.linear
, niftyreg.nonlinear
[Package RNiftyReg version 2.8.3 Index]