NativeMethodsdnn_Net_getLayerNames Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void dnn_Net_getLayerNames( IntPtr net, IntPtr outVec )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub dnn_Net_getLayerNames ( net As IntPtr, outVec As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void dnn_Net_getLayerNames( IntPtr net, IntPtr outVec )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member dnn_Net_getLayerNames : net : IntPtr * outVec : IntPtr -> unit
OpenCvSharp.NativeMethods.dnn_Net_getLayerNames = function(net, outVec);