Click or drag to resize

NativeMethodsimgproc_Subdiv2D_getVertex Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_Subdiv2D_getVertex(
	IntPtr obj,
	int vertex,
	out int firstEdge,
	out Point2f returnValue
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVertex(System.IntPtr,System.Int32,System.Int32@,OpenCvSharp.Point2f@)"]

vertex
Type: SystemInt32

[Missing <param name="vertex"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVertex(System.IntPtr,System.Int32,System.Int32@,OpenCvSharp.Point2f@)"]

firstEdge
Type: SystemInt32

[Missing <param name="firstEdge"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getVertex(System.IntPtr,System.Int32,System.Int32@,OpenCvSharp.Point2f@)"]

returnValue
Type: OpenCvSharpPoint2f

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

Return Value

Type: ExceptionStatus

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

See Also