Click or drag to resize

NativeMethodsimgproc_ellipse2 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void imgproc_ellipse2(
	IntPtr img,
	RotatedRect box,
	Scalar color,
	int thickness,
	int lineType
)

Parameters

img
Type: SystemIntPtr
box
Type: OpenCvSharpRotatedRect
color
Type: OpenCvSharpScalar
thickness
Type: SystemInt32
lineType
Type: SystemInt32
See Also