|
Size: 2132
Comment:
|
Size: 2960
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| [wiki:Self:FreeSurferWorkFlows top] | [wiki:Self:HistoricalReconstruction previous] | [[FreeSurferWorkFlows|top]] |
| Line 3: | Line 3: |
| = FreeSurfer Subcortical Segmentation = | = Subcortical Segmentation = |
| Line 5: | Line 5: |
| In automatical subcortical segmentation, each voxel in the normalized brain volume is assigned one of about 40 labels, including: | In automatic subcortical segmentation, each voxel in the normalized brain volume is assigned one of about 40 labels, including: |
| Line 7: | Line 7: |
| 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 |
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, Third Ventricle, Fourth Ventricle, Brain Stem, Cerebrospinal Fluid |
| Line 12: | Line 11: |
| 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. | FreeSurfer runs automated labeling of the brain volume [[ReconAllDevTable|during the -autorecon2 stage]]. |
| Line 14: | Line 13: |
| 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. | The automatic subcortical segmentation can take many (11+) hours to complete. |
| Line 16: | Line 15: |
| So, to obtain automatically segmented volumes for the first time, run: | To view just the segmentation, use this command: |
| Line 19: | Line 19: |
| 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 |
tkmedit <subject name> norm.mgz -aseg |
| Line 33: | Line 24: |
| If the voxels are incorrectly labeled, then you can re-label them yourself although we suggest contacting the freesurfer mailing list first to see if there is an automatic procedure that can be used to re-label them.. Refer to the TkMeditGuide/TkMeditWorkingWithData/TkMeditSelectionsLabels page for detailed information on manually editing the aseg. | |
| Line 34: | Line 26: |
| If the voxels are incorrectly labeled (this is more likely to happen along the medial aspect of the brain), then you can re-label them yourself. Refer to the TkMeditGuide/TkMeditWorkingWithData/TkMeditSelectionsLabels page for detailed information on this procedure. | = Aseg Atlas = Automatic subcortical segmentation of a brain volume is based upon the existence of an atlas containing probablistic information on the location of structures. This is decribed here: * [[https://surfer.nmr.mgh.harvard.edu/ftp/articles/fischl02-labeling.pdf|Whole Brain Segmentation: Automated Labeling of Neuroanatomical Structures in the Human Brain]], Fischl et al., (2002). Neuron, 33:341-355. The atlas included with the Freesurfer distribution is found in the 'average' directory, and is called 'RB_all_2008-03-26.gca'. It is possible to construct your own atlas. This is described next. = Constructing an Aseg Atlas = Basic steps: * Using tkmedit, label each volume in the brain. Repeat for all subjects to be included in the atlas. * Run [[mri_ca_train]] to create the atlas. See also rebuild_gca_atlas.csh script in $FREESURFER_HOME/bin. See also AtlasSubjects For accuracy evaluations see also SubcorticalSegmentationAccuracy = References = The original CMA segmentation scheme used for subcortical segmentation training is defined by (Filipek, et al, Cerebral Cortex, 1994) ([[https://www.ncbi.nlm.nih.gov/pubmed/7950308|paper]]). However, with better imaging resolution, anatomists Verne Caviness and Nikos Mkris developed the separation of the "thalamus proper" from a "ventral diencephalon" region that subtends many of the smaller nuclei and structures in the area inferior to the thalamus, such as hypothalamus, red nuclei, later and medial geniculate, ect. The first definition of the ventral diencephalon method is provided in Am J Med Genet. 1997 Sep 19;74(5):507-14. ([[https://www.ncbi.nlm.nih.gov/pubmed/9342202|paper]]). |
Subcortical Segmentation
In automatic 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, Third Ventricle, Fourth Ventricle, Brain Stem, Cerebrospinal Fluid
FreeSurfer runs automated labeling of the brain volume during the -autorecon2 stage.
The automatic subcortical segmentation can take many (11+) hours to complete.
To view just the segmentation, use this command:
tkmedit <subject name> norm.mgz -aseg
Float your cursor over any voxel and the label assigned to it will be displayed in the TkMeditTools window.
If the voxels are incorrectly labeled, then you can re-label them yourself although we suggest contacting the freesurfer mailing list first to see if there is an automatic procedure that can be used to re-label them.. Refer to the TkMeditGuide/TkMeditWorkingWithData/TkMeditSelectionsLabels page for detailed information on manually editing the aseg.
Aseg Atlas
Automatic subcortical segmentation of a brain volume is based upon the existence of an atlas containing probablistic information on the location of structures. This is decribed here:
Whole Brain Segmentation: Automated Labeling of Neuroanatomical Structures in the Human Brain, Fischl et al., (2002). Neuron, 33:341-355.
The atlas included with the Freesurfer distribution is found in the 'average' directory, and is called 'RB_all_2008-03-26.gca'. It is possible to construct your own atlas. This is described next.
Constructing an Aseg Atlas
Basic steps:
- Using tkmedit, label each volume in the brain. Repeat for all subjects to be included in the atlas.
Run mri_ca_train to create the atlas.
See also rebuild_gca_atlas.csh script in $FREESURFER_HOME/bin.
See also AtlasSubjects
For accuracy evaluations see also SubcorticalSegmentationAccuracy
References
The original CMA segmentation scheme used for subcortical segmentation training is defined by (Filipek, et al, Cerebral Cortex, 1994) (paper). However, with better imaging resolution, anatomists Verne Caviness and Nikos Mkris developed the separation of the "thalamus proper" from a "ventral diencephalon" region that subtends many of the smaller nuclei and structures in the area inferior to the thalamus, such as hypothalamus, red nuclei, later and medial geniculate, ect. The first definition of the ventral diencephalon method is provided in Am J Med Genet. 1997 Sep 19;74(5):507-14. (paper).
