NativeMethodsdnn_Net_forward3 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static void dnn_Net_forward3( IntPtr net, IntPtr[] outputBlobs, int outputBlobsLength, string[] outBlobNames, int outBlobNamesLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Sub dnn_Net_forward3 ( net As IntPtr, outputBlobs As IntPtr(), outputBlobsLength As Integer, outBlobNames As String(), outBlobNamesLength As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static void dnn_Net_forward3( IntPtr net, array<IntPtr>^ outputBlobs, int outputBlobsLength, array<String^>^ outBlobNames, int outBlobNamesLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member dnn_Net_forward3 : net : IntPtr * outputBlobs : IntPtr[] * outputBlobsLength : int * outBlobNames : string[] * outBlobNamesLength : int -> unit
OpenCvSharp.NativeMethods.dnn_Net_forward3 = function(net, outputBlobs, outputBlobsLength, outBlobNames, outBlobNamesLength);