These objects save a full transformation object, including source and target image metadata, to a self-contained RDS file, or load it back from such a file. This is currently only possible for linear transforms.

saveTransform(transform, file)

loadTransform(file)

Arguments

transform

A transform, possibly obtained from forward or reverse.

file

The filename to save to, or load from.

Value

loadTransform returns a deserialised transform object.

See also

Author

Jon Clayden <code@clayden.org>