/min_ellipse_cgal

Implementation of minimum covering ellipse compatible with CGAL 3.3

Primary LanguageC++Apache License 2.0Apache-2.0

min_ellipse_cgal

This is an implementation of the more general approach to compute the smallest enclosing ellipse of a set of points for the 2D case. The approach is described in a peer reviewed article The Domination Heuristic for LP-type Problems

Implementation is supposed to work with CGAL 3.3, but was not tested on newer versions of the framework.