Squiz Matrix
4.12.2
|
Public Member Functions | |
SplineFitter (int[] x, int[] y, int n) | |
double | evalSpline (int x[], int y[], int n, double xp) |
This class fits a spline function to a set of points. It is based on the InitSpline() and EvalSine() functions from XY (http://www.trilon.com/xv/), an interactive image manipulation program for the X Window System written by John Bradley. Eric Kischell (keesh) converted these functions to Java and inteegrated them into the PolygonRoi class. @iee e.org
Definition at line 10 of file SplineFitter.java.
|
inline |
Evalutes spline function at given point
Definition at line 42 of file SplineFitter.java.