Description Usage Arguments Value Author(s) See Also
Wraps antsApplyTransforms but allows for 
nifti objects from the oro.nifti package
1 2 3 4 5 6 7 8 9 10 11 12 13  | ants_apply_transforms(fixed, moving, transformlist, ...)
## S4 method for signature 'ANY,list'
ants_apply_transforms(fixed, moving, transformlist,
  ret_ants = FALSE, ...)
## S4 method for signature 'ANY,character'
ants_apply_transforms(fixed, moving,
  transformlist, ret_ants = FALSE, ...)
## S4 method for signature 'ANY,ANY'
ants_apply_transforms(fixed, moving, transformlist,
  ret_ants = FALSE, ...)
 | 
fixed | 
 image defining domain into which the moving image is transformed.  | 
moving | 
 image to be mapped to fixed space.  | 
transformlist | 
 character vector of transforms generated by 
  | 
... | 
 Arguments to be passed to   | 
ret_ants | 
 if   | 
Either nifti object or list of nifti objects
John Muschelli muschellij2@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.