Woolz Image Processing Version 1.4.0
WlzCompound
Name
WlzCompound - Create a Woolx compounf object.
Synopsis
WlzCompound [-n <num objects>] [-h]

Options
-n Maximum number of objects, default 1024.
-h Help - print help message
-v Verbose operation
Reads woolz objects from standard input and writes a compound object to standard out.
Description
Create a woolz compound object from a given input stream. Only objects of the same type as the first object read in are included and the compound object will be of type WLZ_COMPOUND_ARR_2.
Examples
#
# read up to 150 woolz objects in the current directory
# and create a compound object 
#
cat *.wlz | WlzCompound -n 150 > compound_obj.wlz

File
WlzCompound.c
See Also
WlzExplode(1)