Uses of Interface
georegression.fitting.FitShapeToPoints
Packages that use FitShapeToPoints
-
Uses of FitShapeToPoints in georegression.fitting
Subinterfaces of FitShapeToPoints in georegression.fittingModifier and TypeInterfaceDescriptioninterfaceFitShapeToPoints_F32<Point,Shape> General interface for fitting a shape to a set of points.interfaceFitShapeToPoints_F64<Point,Shape> General interface for fitting a shape to a set of points. -
Uses of FitShapeToPoints in georegression.fitting.curves
Classes in georegression.fitting.curves that implement FitShapeToPointsModifier and TypeClassDescriptionclassFit's a parabola to a set of points by finding the null space of A.classFit's a parabola to a set of points by finding the null space of A.classFit's a parabola to a set of points by finding the null space of AT*A.classFit's a parabola to a set of points by finding the null space of AT*A.