|
Size: 1192
Comment: updated formatting
|
Size: 2761
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 |
'''Index''' <<TableOfContents>> |
| Line 10: | Line 15: |
| = Description = This program segments white matter from the input volume. The input volume should be normalized such that white matter voxels are ~110 valued, and the volume is conformed to 256^3. This can be accomplished by: mri_normalize <invol> <outvol> -conform |
|
| Line 11: | Line 19: |
| mri_segment [argA] -flag1 [arg2] -flag2 [arg3] [<options>] | mri_segment <classifierfile> <invol> <outvol> |
| Line 13: | Line 21: |
| = Positional Arguments = || [argA] || description || |
= Arguments = == Positional Arguments == || <classifierfile> || classifier file || || <invol> || input volume || || <outvol> || output volume || |
| Line 16: | Line 27: |
| = Required Flagged Arguments = || -flag1 [arg1] || description || || -flag2 [arg2] || description || |
== Optional Flagged Arguments == || -slope <s> ||set the curvature slope (both n and p)|| || -pslope <p> ||set the curvature pslope (default=1.0)|| || -nslope <n> ||set the curvature nslope (default=1.0)|| || -debug_voxel <x y z>|| set voxel for debugging|| || -auto ||automatically detect class statistics (default)|| || -noauto ||don't automatically detect class statistics|| || -log || log to ./segment.dat|| || -keep || keep wm edits. maintains all values of 0 and 255|| || -ghi, -gray_hi <h> ||set the gray matter high limit (default=100.000)|| || -wlo, -wm_low <l> ||set the white matter low limit (default=90.000)|| || -whi, -wm_hi <h> ||set the white matter high limit (default=125.000)|| || -nseg <n> || thicken the n largest thin strands (default=20)|| || -thicken || toggle thickening step (default=ON)|| || -fillbg || toggle filling of the basal ganglia (default=OFF)|| || -fillv || toggle filling of the ventricles (default=OFF)|| || -b <s> ||set blur sigma (default=0.25)|| || -n <i> || set # iterations of border classification (default=1)|| || -t <t> ||set limit to thin strands in mm (default=4)|| || -v || verbose|| || -p <p> || set % threshold (default=0.80)|| || -x <filename> || extract options from filename|| || -w <w> ||set wsize (default=11)|| || -u || usage|| |
| Line 20: | Line 52: |
| = Optional Flagged Arguments = || -flag3 [arg3] || description || || -flag4 [arg4] || description || |
|
| Line 25: | Line 53: |
| || volume1 || description || || volume2 || description || |
|| <outvol> || output volume || |
| Line 28: | Line 55: |
| = Description = description |
|
| Line 31: | Line 56: |
| = Example 1 = command foo -i f -o out |
= Examples = |
| Line 34: | Line 58: |
| description | == Example 1 == ?? |
| Line 36: | Line 61: |
| = Example 2 = command foo -i f -o out -f fvalue |
== Example 2 == ?? |
| Line 39: | Line 64: |
| description | = Bugs = ?? |
| Line 42: | Line 68: |
| ["othercommand1"], ["othercommand2"] | [[recon-all]] |
| Line 49: | Line 75: |
| description description |
?? |
| Line 54: | Line 79: |
| ["References/Lastname###"] | [[References/Lastname###]] ?? |
Index
Contents
Name
mri_segment - segments the white matter (based on voxel value) to produce the wm volume
Description
This program segments white matter from the input volume. The input volume should be normalized such that white matter voxels are ~110 valued, and the volume is conformed to 256^3. This can be accomplished by: mri_normalize <invol> <outvol> -conform
Synopsis
mri_segment <classifierfile> <invol> <outvol>
Arguments
Positional Arguments
<classifierfile> |
classifier file |
<invol> |
input volume |
<outvol> |
output volume |
Optional Flagged Arguments
-slope <s> |
set the curvature slope (both n and p) |
-pslope <p> |
set the curvature pslope (default=1.0) |
-nslope <n> |
set the curvature nslope (default=1.0) |
-debug_voxel <x y z> |
set voxel for debugging |
-auto |
automatically detect class statistics (default) |
-noauto |
don't automatically detect class statistics |
-log |
log to ./segment.dat |
-keep |
keep wm edits. maintains all values of 0 and 255 |
-ghi, -gray_hi <h> |
set the gray matter high limit (default=100.000) |
-wlo, -wm_low <l> |
set the white matter low limit (default=90.000) |
-whi, -wm_hi <h> |
set the white matter high limit (default=125.000) |
-nseg <n> |
thicken the n largest thin strands (default=20) |
-thicken |
toggle thickening step (default=ON) |
-fillbg |
toggle filling of the basal ganglia (default=OFF) |
-fillv |
toggle filling of the ventricles (default=OFF) |
-b <s> |
set blur sigma (default=0.25) |
-n <i> |
set # iterations of border classification (default=1) |
-t <t> |
set limit to thin strands in mm (default=4) |
-v |
verbose |
-p <p> |
set % threshold (default=0.80) |
-x <filename> |
extract options from filename |
-w <w> |
set wsize (default=11) |
-u |
usage |
Outputs
<outvol> |
output volume |
Examples
Example 1
??
Example 2
??
Bugs
??
See Also
Links
Methods Description
??
References
Reporting Bugs
Report bugs to <analysis-bugs@nmr.mgh.harvard.edu>
