Click or drag to resize

NativeMethodsimgproc_fitEllipse_Point Method

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

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

Parameters

points
Type: OpenCvSharpPoint

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

pointsLength
Type: SystemInt32

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

returnValue
Type: OpenCvSharpRotatedRect

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

Return Value

Type: ExceptionStatus

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

See Also