[GIS] How to find the smallest-area ellipse circumscribing a convex polygon

algorithmgeometry

We are currently dealing with the problem of:
How to find an ellipse circumscribing a convex polygon?
Recent googling and lots of reading could not help me so much 🙁
enter image description here

Best Answer

An algorithm for your problem is described here. You may be interested by its implementation in CGAL.