Uses of Interface
georegression.struct.curve.PolynomialCurve_F64
-
Uses of PolynomialCurve_F64 in georegression.fitting.curves
Modifier and TypeMethodDescriptionboolean
FitPolynomialSolverTall_F64.process
(double[] data, int offset, int length, PolynomialCurve_F64 output) Fits the polynomial curve to the data. -
Uses of PolynomialCurve_F64 in georegression.struct.curve
Modifier and TypeClassDescriptionclass
Quadratic curve in 1D: f(x) = a + bx + c x2 + d x3class
Generalized polynomial curveclass
Quadratic curve in 1D: f(x) = a + bx + c x2.