NativeMethodsimgproc_Subdiv2D_edgeOrg Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_Subdiv2D_edgeOrg( IntPtr obj, int edge, out Point2f orgpt )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_Subdiv2D_edgeOrg ( obj As IntPtr, edge As Integer, <OutAttribute> ByRef orgpt As Point2f ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_Subdiv2D_edgeOrg( IntPtr obj, int edge, [OutAttribute] Point2f% orgpt )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_Subdiv2D_edgeOrg : obj : IntPtr * edge : int * orgpt : Point2f byref -> int
OpenCvSharp.NativeMethods.imgproc_Subdiv2D_edgeOrg = function(obj, edge, orgpt);