Woolz Image Processing
Version 1.7.5
|
WlzDitherPoints [-h] [-o<output file>] [-D #,#[#]] [-r <res obj>] [<input file>]
-h | Help, prints usage message. |
-o | Output file name, default standard output. |
-D | Dither the points by applying a random offset. Supplied values are the maximum dither displacement. Default value is (1,1,1). |
-r | Restriction object. |
WlzDitherPoints -o out.wlz -D 1,1,1 in.wlzCreates a new points file where the point vertices are double precision and dithered by up to a voxel in each direction. The input points are read from in.wlz and the output points written to out.wlz.