Package georegression.fitting.curves
package georegression.fitting.curves
-
ClassDescriptionFinds the closest point on an ellipse to a point.Finds the closest point on an ellipse to a point.Computes a containment ellipse given a covarianceComputes a containment ellipse given a covarianceFit's a parabola to a set of points by finding the null space of A.Fit's a parabola to a set of points by finding the null space of A.Fit's a parabola to a set of points by finding the null space of AT*A.Fit's a parabola to a set of points by finding the null space of AT*A.Fits different types of curves to pointsFits different types of curves to pointsFits an ellipse to a set of points in "closed form" by minimizing algebraic least-squares error.Fits an ellipse to a set of points in "closed form" by minimizing algebraic least-squares error.Fits an ellipse to a set of points in "closed form" by minimizing algebraic least-squares error.Fits an ellipse to a set of points in "closed form" by minimizing algebraic least-squares error.Fits a polynomial using a
LinearSolverDense
and the equation A*X=B.Fits a polynomial using aLinearSolverDense
and the equation A*X=B.Minimizes the Euclidean distance between an ellipse and a set of points which it has been fit to.Minimizes the Euclidean distance between an ellipse and a set of points which it has been fit to.