Woolz Image Processing
Version 1.8.3
|
WlzBSplineToDomain [-h] [-V] [-o<out object>] [-t[<min>],[<max>]] [<in object>]
-h | Help, prints usage message. |
-V | The output object will have values set to the B-spline parametric value. |
-t | Parametric range along the B-spline curve (default 0,1). |
-o | Output object file. |
WlzBSplineToDomain -t 0.5, -o out.wlz spline.wlzOutputs a domain object corresponding to the pixels/voxels intersected by the given B-spline object in it's parametric range 0.5-1.0. The B-spline object is read from spline.wlz and the output object is written to the file out.wlz.