Woolz Image Processing
Version 1.8.3
|
WlzSetVoxelSize [-h] [-x#] [-y#] [-z#] [<input file>]
-h | Help, prints usage message. |
-x | Voxel column (x) size. |
-y | Voxel line (y) size. |
-z | Voxel plane (z) thickness. |
WlzSetVoxelSize -x 1 -y 1 -z 4 in.wlz >out.wlzReads a 3D domain object from in.wlz, sets the objects voxel size to be 1.0, 1.0 and 4.0 units in the x, y and z dimensions. The resulting object is then written to the out.wlz.