Woolz Image Processing  Version 1.8.3
WlzBSplineToDomain
Name
WlzBSplineToDomain
Synopsis
WlzBSplineToDomain [-h] [-V] [-o<out object>] [-t[<min>],[<max>]] [<in object>]
Options
-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.
Description
Creates an interval or plane domain object in which the pixels/voxels intersect the given B-spline object. The output object may have disconnected pixels/voxels unless dilated by 1. By default the input object is from stdin and the output object is written to stdout.
Example
WlzBSplineToDomain -t 0.5, -o out.wlz spline.wlz
Outputs 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.
File
WlzBSplineToDomain.c
See Also
WlzIntro(1) WlzBSplineToDomain(3)