Woolz Image Processing  Version 1.7.5
WlzTiledObjFromDomain
Name
WlzTiledObjFromDomain - creates an object with a tiled value table.
Synopsis
WlzTiledObjFromDomain  [-b #] [-c] [-g ] [-h] [-o<output file>]
                       [-s #,#,#] [<input file>]
Options
-b Background value.
-c Copy grey values from the given object.
-g Grey type specified using one of the characters: l, i, s, u, f, d, r for long, intm shortm unsigned byte, float, double or red-green-blue-alpha.
-o Output object.
-h Help, prints usage message.
Description
WlzTiledObjFromDomain creates an object with a tiled value table from an object with a valid spatial domain.
Examples
WlzTiledObjFromDomain -o tiled.wlz in.wlz
WlzCopyToTiledObj -t tiled.wlz in.wlz
Creates a new object (tiled.wlz) with the same domain (and voxel dimensions) as the input object (in.wlz) but a with tiled value table . The values in the tiles are set in this example using WlzCopyToTiledObj.
File
WlzTiledObjFromDomain.c
See Also
WlzIntro(1) WlzCopyToTiledObj(1)