View source: R/malf_registration.R
| malf_registration | R Documentation | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.