http://www.emgu.com
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
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
Visual Basic |
---|
Public Shared Function cvFitEllipse2 ( _
points As IntPtr _
) As MCvBox2D |
Return Value
The ellipse that fits best (in least-squares sense) to a set of 2D points
See Also