Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

saveTransform

Save and load transform objects


Description

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.

Usage

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.

Author(s)

Jon Clayden <code@clayden.org>

See Also


RNiftyReg

Image Registration Using the 'NiftyReg' Library

v2.7.0
GPL-2
Authors
Jon Clayden [cre, aut] (<https://orcid.org/0000-0002-6608-0619>), Marc Modat [aut], Benoit Presles [aut], Thanasis Anthopoulos [aut], Pankaj Daga [aut]
Initial release
2020-09-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.