|
Size: 1435
Comment:
|
Size: 3730
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## Note: This page was created with the CommandTemplate ## ## If you're modifying this page please take a look at the ## latest version of CommandTemplate to ensure that you're ## using the latest version of the CommandTemplate ## |
|
| Line 2: | Line 8: |
| ## ## Note: If you are modifying this page please refer to the ## CommandTemplate page and confirm that this page has the latest ## CommandTemplate formatting |
<<Navigation(children)>> '''Index''' <<TableOfContents>> |
| Line 8: | Line 11: |
| mri_watershed - strips skull and other outer non-brain voxels from an acquired volume (usually T1). |
mri_watershed - strip skull and other outer non-brain tissue |
| Line 12: | Line 14: |
| mri_watershed [<options>] <input volume> <brain volume> | mri_watershed [<options>] invol outvol |
| Line 14: | Line 16: |
| = Positional Arguments = | = Arguments = == Positional Arguments == ||invol ||input volume || ||outvol ||output volume || |
| Line 16: | Line 21: |
| = Required Flagged Arguments = | |
| Line 18: | Line 22: |
| = Optional Flagged Arguments = || -atlas || Use the atlas information to correct the segmentation. When the segmented brain is not correct, this option might help you.. || || -surf [surfname] || Save the BEM surfaces. In order to get the surfaces consistent with tkmedit, you have to use the option -useSRAS. || || -useSRAS || Use the surface RAS coordinates (not the scanner RAS) for surfaces. |
== Required Flagged Arguments == None == Optional Flagged Arguments == ||-atlas ||use the atlas information to correct the segmentation. ||When the segmented brain is not correct, this option might help you. || ||-surf [surfname] ||save the BEM surfaces. ||In order to get the surfaces consistent with tkmedit, you have to use the option -useSRAS. || ||-useSRAS ||use the surface RAS coordinates (not the scanner RAS) for surfaces. || || ||-noT1 ||don't do T1 analysis. (Useful when running out of memory) || || ||-less ||shrink the surface || || ||-more ||expand the surface || || ||-wat ||use only the watershed algorithm || || ||-T1 ||specify T1 input volume (T1 grey value = 110) || || ||-wat+temp ||watershed algo and first template smoothing || || ||-first_temp ||use only the first template smoothing + local matching || || ||-surf_debug ||visualize the surfaces onto the output volume || || ||-brainsurf [surfname] ||save the brain surface || || ||-shk_br_surf [int_h surfname] ||to save the brain surface shrank inward of int_h mm || || ||-s [int_i int_j int_k] ||add a seed point || || ||-c [int_i int_j int_k] ||specify the center of the brain (in voxel unit) || || ||-r int_r ||specify the radius of the brain (in voxel unit) || || ||-t int_threshold ||change the threshold in the watershed analyze process || || ||-h int_hpf ||precize the preflooding height (in percent) || || ||-n ||not use the watershed analyze process || || ||-LABEL ||labelize the output volume into scalp, skull, csf, gray and white || || ||-man [int_csf int_trn int_gray] ||to change the different parameters csf_max, transition_intensity and GM_intensity || || ||-mask ||mask a volume with the brain mask || || ||--help ||show usage message || || ||--version ||show the current version || || |
| Line 24: | Line 53: |
| || volume1 || description || || volume2 || description || |
||brainvol ||skull stripped brain volume || ||BEMsurfaces ||when you specify the option -brainsurf surfname || |
| Line 28: | Line 58: |
| description | Produce the brain volume from T1 volume or the scanned volume. |
| Line 30: | Line 60: |
| = Example 1 = mri-watershed foo -i f -o out |
= Examples = == Example 1 == mri-watershed -atlas T1 brain |
| Line 33: | Line 64: |
| description | where T1 is the T1 volume and brain is the output brain volume. When the cerebellum is cut-off from the brain or getting the left/right asymmetric brain, you should first try this -atlas option. |
| Line 35: | Line 66: |
| = Example 2 = mri-watershed foo -i f -o out -f fvalue |
== Example 2 == mri-watershed T1 brain |
| Line 38: | Line 69: |
| description | The same as the first example, but no correction is applied to the intermediate result. = Bugs = None |
| Line 41: | Line 75: |
| ["othercommand1"], ["othercommand2"] | [[mri_normalize]] |
| Line 48: | Line 82: |
| description description |
The "watershed" segmentation algorithm was used to dertermine the intensity values for white matter, grey matter, and CSF. A force field was then used to fit a spherical surface to the brain. The shape of the surface fit was then evaluated against a previously derived template. If you used -atlas option, then { The template was used to correct the surface. } The finely grained sphere was fit to the brain. (Segonne 2004) |
| Line 51: | Line 91: |
| {{{ }}} |
|
| Line 53: | Line 94: |
| ["References/Lastname###"] | [[References/Segonne2004]] |
| Line 56: | Line 97: |
| Report bugs to <analysis-bugs@nmr.mgh.harvard.edu> | Report bugs to < freesurfer@nmr.mgh.harvard.edu > |
| Line 59: | Line 100: |
| JaneSmith | YasunariTosa |
Index
Contents
Name
mri_watershed - strip skull and other outer non-brain tissue
Synopsis
mri_watershed [<options>] invol outvol
Arguments
Positional Arguments
invol |
input volume |
outvol |
output volume |
Required Flagged Arguments
None
Optional Flagged Arguments
-atlas |
use the atlas information to correct the segmentation. |
When the segmented brain is not correct, this option might help you. |
-surf [surfname] |
save the BEM surfaces. |
In order to get the surfaces consistent with tkmedit, you have to use the option -useSRAS. |
-useSRAS |
use the surface RAS coordinates (not the scanner RAS) for surfaces. |
|
-noT1 |
don't do T1 analysis. (Useful when running out of memory) |
|
-less |
shrink the surface |
|
-more |
expand the surface |
|
-wat |
use only the watershed algorithm |
|
-T1 |
specify T1 input volume (T1 grey value = 110) |
|
-wat+temp |
watershed algo and first template smoothing |
|
-first_temp |
use only the first template smoothing + local matching |
|
-surf_debug |
visualize the surfaces onto the output volume |
|
-brainsurf [surfname] |
save the brain surface |
|
-shk_br_surf [int_h surfname] |
to save the brain surface shrank inward of int_h mm |
|
-s [int_i int_j int_k] |
add a seed point |
|
-c [int_i int_j int_k] |
specify the center of the brain (in voxel unit) |
|
-r int_r |
specify the radius of the brain (in voxel unit) |
|
-t int_threshold |
change the threshold in the watershed analyze process |
|
-h int_hpf |
precize the preflooding height (in percent) |
|
-n |
not use the watershed analyze process |
|
-LABEL |
labelize the output volume into scalp, skull, csf, gray and white |
|
-man [int_csf int_trn int_gray] |
to change the different parameters csf_max, transition_intensity and GM_intensity |
|
-mask |
mask a volume with the brain mask |
|
--help |
show usage message |
|
--version |
show the current version |
|
Outputs
brainvol |
skull stripped brain volume |
BEMsurfaces |
when you specify the option -brainsurf surfname |
Description
Produce the brain volume from T1 volume or the scanned volume.
Examples
Example 1
mri-watershed -atlas T1 brain
where T1 is the T1 volume and brain is the output brain volume. When the cerebellum is cut-off from the brain or getting the left/right asymmetric brain, you should first try this -atlas option.
Example 2
mri-watershed T1 brain
The same as the first example, but no correction is applied to the intermediate result.
Bugs
None
See Also
Links
Methods Description
The "watershed" segmentation algorithm was used to dertermine the intensity values for white matter, grey matter, and CSF.
A force field was then used to fit a spherical surface to the brain. The shape of the surface fit was then evaluated against a previously derived template.
If you used -atlas option, then { The template was used to correct the surface. }
The finely grained sphere was fit to the brain.
(Segonne 2004)
References
Reporting Bugs
Report bugs to < freesurfer@nmr.mgh.harvard.edu >
