Calculates ellipse that fits best (in least-squares sense) to a set of 2D points. The meaning of the returned structure fields is similar to those in cvEllipse except that size stores the full lengths of the ellipse axises, not half-lengths


- points (IntPtr)
- Sequence or array of points

The ellipse that fits best (in least-squares sense) to a set of 2D points