Woolz Image Processing  Version 1.7.5
Name
WlzXORObj - computes the set exclusive or of the two objects.
Synopsis
WlzXORObj [-o<out file>] [-h] [<in file 0>] [<in file 1>]
Options
-h Help, prints usage message.
-o Output file name.
Description
Computes the set exclusive or of the two given objects. The input objects are read from stdin and values are written to stdout unless the filenames are given.
Examples
WlzXORObj -o out.wlz in0.wlz in1.wlz
The exclusive of the the domains objects read from in0.wlz and in1.wlz is computed and written to out.wlz.
File
WlzXORObj.c
See Also
WlzIntro(1) WlzXORDom(3)