Differences between revisions 2 and 3
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 maxdistance: Maximum distance (any point further than maxdistance is maxdistance away) maxdistance: Maximum distance (any point further than maxdistance is maxdistance away)
Line 53: Line 53:
[[References/Lastname##|References/Lastname###]] [[References/Lastname#|References/Lastname###]]

Index

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

othercommand1, othercommand2

Links

FreeSurfer, FsFast

Methods Description

description
description

References

References/Lastname###

Reporting Bugs

Report bugs to < analysis-bugs@nmr.mgh.harvard.edu >

Author/s

mri_distance_transform (last edited 2008-05-10 15:54:46 by LillaZollei)