Differences between revisions 21 and 22
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
In subcortical segmentation, each voxel in the normalized brain volume is assigned one of about 40 labels, including: In automatical subcortical segmentation, each voxel in the normalized brain volume is assigned one of about 40 labels, including:
Line 12: Line 12:
FreeSurfer now automatically runs automated labeling of the brain volume and this is included in all versions of the September 2005 release. However, if you processed your anatomical data using previous versions and you wish to obtain the automated labels, you can just run the subcortical segmentation separately. It is important to note that the September 2005 release of FreeSurfer by default uses the automatically segmented brain volume (ASEG) to segment the white matter volume (WM). You must therefore use the -noedit_wm_with_aseg flag to ensure that it preserves and uses the white matter volume (WM) edits that you made, ''if'' you rerun any later steps on your previously edited data -- e.g. if for some reason you wish to regenerate final surfaces. FreeSurfer now runs automated labeling of the brain volume and this is included in all versions of the January 2006 release. However, if you processed your anatomical data using previous versions and you wish to obtain the automated labels, you can just run the subcortical segmentation separately.

It is important to note that the January 2006 release of FreeSurfer by default uses the automatically segmented brain volume (ASEG - in mri/aseg.mgz) to segment the white matter volume (WM - mri/wm). You must therefore use the -noedit_wm_with_aseg flag to ensure that it preserves and uses the white matter volume (WM) edits that you made, ''if'' you rerun any later steps on your previously edited data -- e.g. if for some reason you wish to regenerate final surfaces.
Line 21: Line 23:
The automatic subcortical segmentation can take many hours to complete. The automatic subcortical segmentation can take many (16+) hours to complete.
Line 26: Line 28:
tkmedit <subject name> norm.mgz -segmentation mri/aseg $FREESURFER_HOME/tkmeditColorsCMA tkmedit <subject name> norm.mgz -segmentation mri/aseg.mgz $FREESURFER_HOME/tkmeditColorsCMA
Line 28: Line 30:

Float your cursor over any voxel and the label assigned to it will be displayed in the TkMeditTools window.

[wiki:FreeSurferWorkFlows top] | [wiki:HistoricalReconstruction previous]

FreeSurfer Subcortical Segmentation

In automatical subcortical segmentation, each voxel in the normalized brain volume is assigned one of about 40 labels, including:

  • Cerebral White Matter, Cerebral Cortex, Lateral Ventricle, Inferior Lateral Ventricle, Cerebellum White Matter, Cerebellum Cortex, Thalamus, Caudate, Putamen, Pallidum, Hippocampus, Amygdala, Lesion, Accumbens area, Vessel, Central Diencephalon, Third Ventricle, Fourth Ventricle, Brain Stem, Cerebrospinal Fluid

FreeSurfer now runs automated labeling of the brain volume and this is included in all versions of the January 2006 release. However, if you processed your anatomical data using previous versions and you wish to obtain the automated labels, you can just run the subcortical segmentation separately.

It is important to note that the January 2006 release of FreeSurfer by default uses the automatically segmented brain volume (ASEG - in mri/aseg.mgz) to segment the white matter volume (WM - mri/wm). You must therefore use the -noedit_wm_with_aseg flag to ensure that it preserves and uses the white matter volume (WM) edits that you made, if you rerun any later steps on your previously edited data -- e.g. if for some reason you wish to regenerate final surfaces.

So, to obtain automatically segmented volumes for the first time, run:

recon-all -subcortseg -segstats -subjid <subject name>

The automatic subcortical segmentation can take many (16+) hours to complete.

To view the segmentation, use this command:

tkmedit <subject name> norm.mgz -segmentation mri/aseg.mgz $FREESURFER_HOME/tkmeditColorsCMA

Float your cursor over any voxel and the label assigned to it will be displayed in the TkMeditTools window.

SubcorticalSegmentation (last edited 2018-01-04 15:07:58 by MorganFogarty)