Woolz Image Processing  Version 1.7.5
WlzSetVoxelSize
Name
WlzSetVoxelSize - sets the voxel size of a 3D domain object.
Synopsis
WlzSetVoxelSize [-h] [-x#] [-y#] [-z#] [<input file>]
Options
-h Help, prints usage message.
-x Voxel column (x) size.
-y Voxel line (y) size.
-z Voxel plane (z) thickness.
Description
Sets the voxel size of the input 3D object writing the new object to standard output. If a voxel size is not defined then the original size is retained.
Examples
WlzSetVoxelSize -x 1 -y 1 -z 4 in.wlz >out.wlz
Reads 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.
File
WlzSetVoxelSize.c
See Also
WlzIntro(1) WlzFacts(1)