Woolz Image Processing
Version 1.7.5
|
Files | |
file | WlzThinObjToPoints.c |
Outputs a point object given a 2 or 3D spatial domain with the points computed by thinning the spatial domain object.. "". | |
WlzThinObjToPoints [-G] [-g[<start>][,<inc>]] [-o<output object>] [-h] [-T] [-D #,#[#]] [-x] [<input object>]
-D | Dither the points by applying a random offset. Supplied values are the maximum dither displacement. |
-G | Use given object grey values if the object has them. |
-g | The initial and increment grey values. |
-o | Output file. |
-T | Report elapsed time. |
-x | Use voxel size scaling. |
-h | Help, prints usage message. |
WlzThinObjToPoints -o points.wlz -g 250,-1 in.wlzCreates a points object containing locations within the given spatial domain object (read from the file in.wlz) in which the points at located at the centroids of the thinned object's regions, where grey value thinning is used with an initial threshold of 250 reducing by 1 at each threshold. The resulting points object is written to the file out.wlz