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