Click or drag to resize

NativeMethodsimgproc_fitEllipse_InputArray Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_fitEllipse_InputArray(
	IntPtr points,
	out RotatedRect returnValue
)

Parameters

points
Type: SystemIntPtr

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

returnValue
Type: OpenCvSharpRotatedRect

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

Return Value

Type: ExceptionStatus

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

See Also