mri_tessellate
mri_tessellate [options] <invol> <labelvalue> <outsurf>
This program creates surface by tessellating given input volumeNote: the meaning of the labels can be found in $FREESURFER_HOME/FreeSurferColorLUT.txt
Argument | Explanation |
---|---|
<invol> | input volume |
<labelvalue> | integer, if input is filled volume, 127 is rh, 255 is lh |
<outsurf> | binary surface of the tessellation |
Argument | Explanation |
---|---|
-a | tessellate the surface of all voxels with different labels |
-n | save surface with real RAS coordinates where c_(r,a,s) != 0 |
Output | Explanation |
---|---|
outsurf | surface file, typically ?h.orig |
mri_tessellate $SUBJECTS_DIR/subjid/mri/filled 127 rh.orig
mri_tessellate $SUBJECTS_DIR/subjid/mri/aseg 17 lh.hippocampus
None
Report bugs to <freesurfer@nmr.mgh.harvard.edu>
mri_pretess