lens_calibrate/HermiteSpline.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Functions |
| double * | spline_hermite_set (double c[], int ndata, double tdata[], double ydata[], double ypdata[]) |
| int | spline_hermite_val (int ndata, double tdata[], double c[], double tval, double *sval, double *spval) |
| | TKS mods Feb 2008 add a return value: 0 failure, 1 success use interpolating interval search; fail if arg out of range don't compute derivative if spval is null declare local vars register.
|
| int | spline_tangents_set (int ndata, double tdata[], double ydata[], double ypdata[]) |
| int | findInterval (int n, double t[], double x) |
Function Documentation
|
|
TKS mods Feb 2008 add a return value: 0 failure, 1 success use interpolating interval search; fail if arg out of range don't compute derivative if spval is null declare local vars register.
|