Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
SplineFitter Class Reference

Public Member Functions

 SplineFitter (int[] x, int[] y, int n)
 
double evalSpline (int x[], int y[], int n, double xp)
 

Detailed Description

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.nosp@m.@iee.nosp@m.e.org) converted these functions to Java and inteegrated them into the PolygonRoi class.

Definition at line 10 of file SplineFitter.java.

Member Function Documentation

double evalSpline ( int  x[],
int  y[],
int  n,
double  xp 
)
inline

Evalutes spline function at given point

Definition at line 42 of file SplineFitter.java.


The documentation for this class was generated from the following file: