Woolz Image Processing  Version 1.8.3
Name
WlzFitBSpline
Synopsis
WlzFitBSpline [-h] [-c] [-k<order>] [-o<out object>] [-s<smoothing>]
                       [<input object>]
Options
-h Help, prints usage message.
-c Fit a closed (periodic) B-spline curve.
-k Spline order.
-o Output object file.
-s Smoothing parameter (0.0 implies no smoothing).
Description
Fits a B-spline to the domain of the given object and then outputs a B-spline object. By default the input object is read from stdin and the output object is written to stdout.
Example
WlzFitBSpline -k3 -o spline.wlz -s 0.01 points.wlz
Fits a B-spline to the ordered points read from points.wlz where the spline has a smoothing factor of 0.01 and is of order 3. The output B-spline object is written to the file spline.wlz.
File
WlzFitBSpline.c
See Also
WlzIntro(1) WlzBSplineFromObj(3)