Fits ellipse to set of 2D points
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- points
- Type: OpenCvSharpCvArr
Array or sequence of the points.
Return Value
Type: CvBox2Dellipse that fits best (in least-squares sense) to a set of 2D points.
See Also