NativeMethodsimgproc_Subdiv2D_symEdge Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_Subdiv2D_symEdge( IntPtr obj, int edge )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_Subdiv2D_symEdge ( obj As IntPtr, edge As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_Subdiv2D_symEdge( IntPtr obj, int edge )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_Subdiv2D_symEdge : obj : IntPtr * edge : int -> int
OpenCvSharp.NativeMethods.imgproc_Subdiv2D_symEdge = function(obj, edge);