Woolz Image Processing
Version 1.7.5
|
Files | |
file | WlzOffsetDistance.c |
Computes an equidistant object between a pair of doimain objects. "". | |
WlzOffsetDistance [-m#] [-S] [-o<out file>] [-h] [<object 1>] [<object 2>]
-m | Maximum distance to consider (default 0, limit is convex hull). |
-S | Output statistics rather than distance object. Output statistics are printed on a single line with the order: volume, min, max, sum, sum of squares, mean, standard deviation. |
-o | Output file. |
-h | Help, prints usage message. |
WlzOffsetDistance -o out.wlz obj1.wlz obj2.wlzCreates a new domain object corresponding to the minimum equidistant voxel set between the given objects, with maximum distance constrained only be the convex hull of the two given objects. The resulting object is written to the file out.wlz.