Woolz Image Processing Version 1.4.0
|
WlzCompound [-n <num objects>] [-h]
-n | Maximum number of objects, default 1024. |
-h | Help - print help message |
-v | Verbose operation |
# # read up to 150 woolz objects in the current directory # and create a compound object # cat *.wlz | WlzCompound -n 150 > compound_obj.wlz