multi_reg | R Documentation |
Takes a list of images and registers them to a template, keeping the registration information in a list.
multi_reg(
infiles,
template.file,
outfiles = NULL,
typeofTransform = "SyN",
interpolator = "Linear",
outprefix = NULL,
retimg = TRUE,
verbose = TRUE,
...
)
infiles |
Input image files |
template.file |
Template image to register to |
outfiles |
Output filenames for |
typeofTransform |
type of transformed used, passed to
|
interpolator |
interpolation done for
|
outprefix |
Character path of where the warp files and transformations should be stored. |
retimg |
Return image to user using |
verbose |
Print diagnostic output |
... |
Arguments to be passed to |
Output list of registered images and transformations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.