Click or drag to resize

NativeMethodsimgproc_Subdiv2D_getVertex 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 Point2f imgproc_Subdiv2D_getVertex(
	IntPtr obj,
	int vertex,
	out int firstEdge
)

Parameters

obj
Type: SystemIntPtr
vertex
Type: SystemInt32
firstEdge
Type: SystemInt32

Return Value

Type: Point2f
See Also