Woolz Image Processing
Version 1.7.5
|
Files | |
file | WlzPointsFromDomain.c |
Outputs a point object given a 2 or 3D spatial domain. "". | |
WlzPointsFromDomain [-d#] [-D #,#[#]] [-g[<min>][,<max>][,<gam>]] [-G] [-M] [-N] [-o<output object>] [-h] [-T] [-x] [<input object>]
-d | Minmum distance between points. |
-D | Dither the points by applying a random offset. Supplied values are the maximum dither displacement. |
-g | Use given object grey values to determine point density. |
-G | Include sampled grey values. |
-M | Transform the sampled grey values using gamma function. |
-N | Normalise sampled grey values to range [g_min - 255]. |
-o | Output file. |
-T | Report elapsed time. |
-x | Use voxel size scaling. |
-h | Help, prints usage message. |
\[ \left\{ \begin{array}{ll} 0.0 & g_i < g_{min} \\ frac{(g_i - g_{min})^\gamma}{g_{max} - g_{min}} & g_i > g_{min} \end{array} \right. \]
By default all files are read from the standard input and written to the standard output.WlzPointsFromDomain -o out.wlz -d 33 in.wlzCreates a points object containing locations within the given spatial domain object (read from the file in.wlz) which are at least 33 pixels or voxels distant from any other points. This object is written to the file out.wlz