Woolz Image Processing  Version 1.7.5
WlzPointsToText
Name
WlzPointsToText - writes out a Woolz points object as text.
Synopsis
WlzPointsToText [-h] [-n] [-o<output file>] [-f <fs>] [-r <rs>] [<input file>]
Options
-h Help, prints usage message.
-n Number of points as first record.
-o Output file name, default standard output.
-f Field seperator (default single space).
-r Record seperator (default newline).
Description
Reads a 2D or 3D points object from either a given file or the standard input (default) and then writes out the points as text.
Examples
WlzPointsToText -o out.num in.wlz
Writes te point locations from the points object in file in.wlz to the output file text out.num.
File
WlzPointsToText.c
See Also
WlzIntro(1) WlzPointsFromDomain(1)