NativeMethodsdnn_Net_setInput Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static void dnn_Net_setInput( IntPtr net, IntPtr blob, string name )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Sub dnn_Net_setInput ( net As IntPtr, blob As IntPtr, name As String )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static void dnn_Net_setInput( IntPtr net, IntPtr blob, String^ name )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member dnn_Net_setInput : net : IntPtr * blob : IntPtr * name : string -> unit
OpenCvSharp.NativeMethods.dnn_Net_setInput = function(net, blob, name);