Description Usage Arguments Value Examples
View source: R/face_removal_mask.R
Face Removal Mask
1 2 3 4 5 6 7 8 9 10 11 | face_removal_mask(
file,
template = mni_fname(mm = "1"),
face_mask = mni_face_fname(mm = "1"),
outfile = NULL,
dof = 12,
cost = "mutualinfo",
retimg = FALSE
)
deface_image(file, ...)
|
file |
input image |
template |
Template image to register input image to. Set
to |
face_mask |
Mask of image, in same space as |
outfile |
Output file name |
dof |
(numeric) degrees of freedom (default 6 - rigid body) |
cost |
Cost function passed to |
retimg |
(logical) return image of class nifti |
... |
not used |
An image or filename depending on retimg
1 2 3 4 5 6 7 8 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.