Takes in an input file and template images with a set of template structures and registers them
malf_registration( infile, template.images, template.structs, inverted = FALSE, typeofTransform = "SyN", interpolator = "NearestNeighbor", keep_images = TRUE, outfiles = NULL, outprefix = NULL, verbose = TRUE, rerun_registration = TRUE, image_interpolator = "Linear", ... )
| infile | Input Image file |
|---|---|
| template.images | Template Images to register
to |
| template.structs | Template gold standards to apply
registration into |
| inverted | Should the MALF be inverted (infile to template then use inverse transforms) |
| typeofTransform | type of transformed used, passed to
|
| interpolator | interpolation done for
|
| keep_images | Keep the |
| outfiles | Output filenames for |
| outprefix | passed to |
| verbose | Print diagnostic output |
| rerun_registration | Should |
| image_interpolator | interpolation done for
|
| ... | Arguments to be passed to |
List of registrations and output files