Index
Contents
Name
mri_distance_tarnsform - creates a distance transform map of the given label of the input volume
Synopsis
mri_distance_transform involume label maxdistance mode outvolume
Arguments
Positional Arguments
involume |
The input volume |
label |
Label of the structure for which the distance transform map is constructed |
maxdistance |
Maximum distance (any point further than maxdistance is maxdistance away) |
mode |
=1 signed (<0 in interior) =2 unsigned (from border) =3 (just) outside (interior = 0) =4 inside |
Outputs
outvolume |
Name of the resulting output volume |
Description
Computes a distance transform map of the given label of the input volume
Examples
Example 1
mri_distance_transform vol.mgz 1 10 1 /tmp/dist.mgz
description
Bugs
None
See Also
Links
Methods Description
description description
References
Reporting Bugs
Report bugs to < analysis-bugs@nmr.mgh.harvard.edu >