Woolz Image Processing  Version 1.7.5
Name
WlzUnion - computes the union of domain objects.
Synopsis
WlzUnion [-h] [<input file>]
Options
-h Help, prints usage message.
-n Maximum number of objects, default 100.
Description
Computes the union of domain objects. By default objects read read from the standard input and written to the standard output.
Examples
cat obj0.wlz obj1.wlz obj2.wlz | WlzUnion >uni.wlz
Computes the union of the domain of the objects read from the files obj0.wlz, obj1.wlz and obj2.wlz. The resulting object is written to uni.wlz.
File
WlzUnion.c
See Also
WlzIntro(1) WlzIntersect(1) WlzDiffDomain(1) WlzUnionN(3)