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.

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

Author

Jon Clayden <code@clayden.org>