NativeMethodsdnn_Net_getLayerId Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int dnn_Net_getLayerId( IntPtr net, string layer )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function dnn_Net_getLayerId ( net As IntPtr, layer As String ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int dnn_Net_getLayerId( IntPtr net, String^ layer )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member dnn_Net_getLayerId : net : IntPtr * layer : string -> int
OpenCvSharp.NativeMethods.dnn_Net_getLayerId = function(net, layer);