Click or drag to resize

NativeMethodsimgproc_ellipse2Poly 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_ellipse2Poly(
	Point center,
	Size axes,
	int angle,
	int arcStart,
	int arcEnd,
	int delta,
	IntPtr pts
)

Parameters

center
Type: OpenCvSharpPoint
axes
Type: OpenCvSharpSize
angle
Type: SystemInt32
arcStart
Type: SystemInt32
arcEnd
Type: SystemInt32
delta
Type: SystemInt32
pts
Type: SystemIntPtr
See Also