Click or drag to resize

NativeMethodsimgproc_Subdiv2D_edgeDst 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 int imgproc_Subdiv2D_edgeDst(
	IntPtr obj,
	int edge,
	out Point2f dstpt
)

Parameters

obj
Type: SystemIntPtr
edge
Type: SystemInt32
dstpt
Type: OpenCvSharpPoint2f

Return Value

Type: Int32
See Also