|
Woolz Image Processing
Version 1.8.3
|
WlzEvalBSpline [-h] [-P] [-d<deriv>] [-n<evaluations>] [-o<out object>]
[<in object>]
| -h | Help, prints usage message. |
| -P | Output a points object instead of a pixel / voxel spatial domain object. |
| -d | Order of derivative, range [0-5]./td> |
| -n | Number of equally spaced evaluations of the B-spline within the parametrised curve domain. If zero then evaluations are made at the knots./td> |
| -o | Output object file. |
WlzEvalBSpline -n 1000 -o out.wlz spline.wlzEvaluates the B-spline read from the file spline.wlz at 1000 points spaced equally along the parametrised curve and then writes the pixel / voxel spatial domain object to the file out.wlz.