|
Woolz Image Processing
Version 1.8.3
|
WlzFitBSpline [-h] [-c] [-k<order>] [-o<out object>] [-s<smoothing>]
[<input object>]
| -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). |
WlzFitBSpline -k3 -o spline.wlz -s 0.01 points.wlzFits 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.