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