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