Re: Best fit ellipse given vertice and a few points



"Conrad Andrew" <conrad7@xxxxxxx> wrote in message <gdpo05$gn3$1@xxxxxxxxxxxxxxxxxx>...


I would have thought that if one quadrant of an ellipse can be approximated, then it must be possible to get the coordonates of the whole ellipse. Does any of you experts out there have a solution that I could use?


The problem is that you there is no assurance that
the part of an ellipse that falls in the first quadrant
will actually be only one quadrant of an ellipse.
You may find that fully half the ellipse falls in the
first quadrant, or you may find the entire ellipse
does so, depending on the orientation and the
center of the ellipse.

You ask for an expert who will give you a magic
solution. While I might qualify as an expert, the
solution is probably just hard work. To be solved,
this will require an optimization with 5 unknowns.
You need reasonably good starting values, since
it is easy to get trapped in a spurious local
minimum of the sum of squares objective (as
you have clearly found.) And, since you want to
find a solution that solves for a total least squares
solution (allowing errors in both variables) you
will not find any easy way out.

Sorry, but merely wanting something badly
enough only works if you are wearing a pair of
ruby slippers. Close your eyes, click your heels
together three times, ... ;-)

John
.



Relevant Pages

  • Re: Area of an ellipse
    ... I am trying to calculate the angle at which the area of a quadrant of ... the ellipse is equal for both halves of the quadrant. ... Would calculating the centroid of each shaded area be equally as ...
    (sci.math)
  • Re: Area of an ellipse
    ... the ellipse is equal for both halves of the quadrant. ... So I would like to know what the angle ... This scaling will produce the desired point on the ellipse. ...
    (sci.math)
  • Re: Area of an ellipse
    ... I am trying to calculate the angle at which the area of a ... quadrant of the ellipse is equal for both halves of the quadrant. ... divide the quadrants of the ellipse into sectors of equal area. ...
    (sci.math)
  • Area of an ellipse
    ... the shaded area is not necessarily a part of the major or minor axes? ... the ellipse is equal for both halves of the quadrant. ... portions are equal. ...
    (sci.math)
  • Re: Dividing an ellipse into equal parts
    ... we just need to divide the part of the ellipse in the ... first quadrant into six arcs of approximately equal length. ... but I'm rapidly realising that I'm a programmer and not a ... you've no idea how tempting it is to simply hard code ...
    (sci.math.num-analysis)