mri_normalize {freesurfer} | R Documentation |
This function calls mri_normalize
to normalize the
values of the image, with white matter voxels around 110.
mri_normalize(file, outfile = NULL, retimg = TRUE, opts = "", ...)
file |
(character) input filename |
outfile |
(character) output filename |
retimg |
(logical) return image of class nifti |
opts |
(character) additional options to |
... |
additional arguments passed to |
Character or nifti depending on retimg
## Not run:
if (have_fs()){
mri_normalize("/path/to/T1.nii.gz")
}
## End(Not run)