Click or drag to resize

NativeMethodsimgproc_fitEllipseAMS_Point2f Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitEllipseAMS_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.RotatedRect@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_fitEllipseAMS_Point2f(
	Point2f[] points,
	int pointsLength,
	out RotatedRect returnValue
)

Parameters

points
Type: OpenCvSharpPoint2f

[Missing <param name="points"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitEllipseAMS_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.RotatedRect@)"]

pointsLength
Type: SystemInt32

[Missing <param name="pointsLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitEllipseAMS_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.RotatedRect@)"]

returnValue
Type: OpenCvSharpRotatedRect

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitEllipseAMS_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.RotatedRect@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_fitEllipseAMS_Point2f(OpenCvSharp.Point2f[],System.Int32,OpenCvSharp.RotatedRect@)"]

See Also