Woolz Image Processing
Version 1.7.5
|
WlzCompound [-t #] [-o <output file>] [-n <num objects>] [-h] [-v]
-t | Type of compound array, either 1 or 2 (default) for WLZ_COMPOUND_ARR_1 (all objects same type) or WLZ_COMPOUND_ARR_2 (object may be different type) |
-o | Output object. |
-n | Maximum number of objects, default 1024. |
-h | Help - print help message |
-v | Verbose operation |
# # read the object tiled.wlz then up to 149 woolz objects matching the # pattern (dom*.wlz) in the current directory and creates a compound # object (compound.wlz) # cat dom*.wlz | WlzCompound -o compound.wlz -n 150 tiled.wlz -