Woolz Image Processing
Version 1.8.3
|
WlzMarkersToDomain [-h] [-o<output file>] [-2] [-3] [-s #] [-t <type>] [<input file>]
-h | Help, prints usage message. |
-o | Output file name, default standard output. |
-2 | Vertices and output domain are 2D. |
-3 | Vertices and output domain are 3D. |
-2 | marker size. |
-t | Marker type: Only valid type is 'sphere'. |
cat in.num 10 20 30 50 60 80 70 70 60 WlzMarkersToDomain -o out.wlz -3 -s 3 in.numCreates a new domain with spheres or radius 3 at coordinates (10,20,30), (50,60,80) and (70,70,60) and writes the object to the file out.wlz.