Woolz Image Processing  Version 1.7.5
Name
WlzConstruct3D - Constructs a 3D Woolz domain object from the given 2D Woolz domain objects.
Synopsis
WlzConstruct3D [-h] [-o<output file>] [-p #] [-s #,#,#] <input file list>
Options
-o Output file name, default to standard out.
-p Coordinate of the first plane
-s Voxel size (x, y, z).
-h Help - print help message
-v Verbose operation
Read single 2D woolz object from each file and write 3D object.
Description
Each file is read in turn and added to the 3D object. An empty plane can be specified by using the string NULL. Either all or none of the 2D objects must have values. When the 2D objects have values then the background value of the first 2D object is set to be the background value of the 3D object.
Examples
WlzConstruct3D obj000000.wlz obj000001.wlz empty.wlz obj000003.wlz >out.wlz
Constructs a 3D object from the 2D domain objects obj00000X.wlz and the empty object empty.wlz.
File
WlzConstruct3D.c
See Also
WlzExplode(1) WlzMakeEmpty(1) WlzConstruct3DObjFromFile(3)