mri_segment {freesurfer} | R Documentation |
Use Freesurfers MRI Segmentation Algorithm
Description
This function calls mri_segment
to segment tissues from an image
Usage
mri_segment(file, outfile = NULL, retimg = TRUE, opts = "", ...)
Arguments
file |
(character) input filename |
outfile |
(character) output filename |
retimg |
(logical) return image of class nifti |
opts |
(character) additional options to |
... |
additional arguments passed to |
Value
Character or nifti depending on retimg
Note
NOT COMPLETE
[Package freesurfer version 1.6.10 Index]