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)
transform | |
---|---|
file | The filename to save to, or load from. |
loadTransform
returns a deserialised transform object.
Jon Clayden <code@clayden.org>