Uses of Interface
georegression.struct.curve.PolynomialCurve_F32
-
Uses of PolynomialCurve_F32 in georegression.fitting.curves
Modifier and TypeMethodDescriptionboolean
FitPolynomialSolverTall_F32.process
(float[] data, int offset, int length, PolynomialCurve_F32 output) Fits the polynomial curve to the data. -
Uses of PolynomialCurve_F32 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.