Uses of Interface
georegression.fitting.FitShapeToPoints
-
Uses of FitShapeToPoints in georegression.fitting
Modifier and TypeInterfaceDescriptioninterface
FitShapeToPoints_F32<Point,
Shape> General interface for fitting a shape to a set of points.interface
FitShapeToPoints_F64<Point,
Shape> General interface for fitting a shape to a set of points. -
Uses of FitShapeToPoints in georegression.fitting.curves
Modifier and TypeClassDescriptionclass
Fit's a parabola to a set of points by finding the null space of A.class
Fit's a parabola to a set of points by finding the null space of A.class
Fit's a parabola to a set of points by finding the null space of AT*A.class
Fit's a parabola to a set of points by finding the null space of AT*A.