Evaluating/Fitting an ellipse from scattered points

前端 未结 5 1605
野性不改
野性不改 2021-01-17 05:04

Here is the deal. I have multiple points (X,Y) that form an \'ellipse like\' shape.

I would like to evaluate/fit the \'best\' ellipse possible and get its properties

5条回答
  •  鱼传尺愫
    2021-01-17 05:37

    There's a Matlab function fit_ellipse that can do the job. There's also this paper on methods for orthogonal distance fitting of ellipses. A web search for orthogonal ellipse fit will probably turn up a lot of other resources as well.

提交回复
热议问题