Woolz Image Processing  Version 1.8.3
WlzPointsToMarkers
Name
WlzPointsToMarkers - creates a domain with a marker located at the position of the vertex of each point in a points object.
Synopsis
WlzPointsToMarkers [-h] [-T] [-o<output file>] [-s #] [-t <type>]
                   [<input file>]
Options
-h Help, prints usage message.
-o Output file name, default standard output.
-s marker size.
-t Marker type: Only valid type is 'sphere'.
Description
Reads a 2D or 3D points object from either a given file or the standard input (default). The vertices of the points are then used to create 2D or 3D domain with a markers at the positions of the point vertices.
Examples
WlzPointsToMarkers -o out.wlz -s 3 in.num
Creates a new domain with spheres or radius 3 at the coordinates of the points in the points object read from the file in.wlz.
File
WlzPointsToMarkers.c
See Also
WlzIntro(1) WlzPointsFromDomain(1) WlzPointsToMarkers(3)