NativeMethodsdnn_Net_forward3 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward3(System.IntPtr,System.IntPtr[],System.Int32,System.String[],System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus dnn_Net_forward3( IntPtr net, IntPtr[] outputBlobs, int outputBlobsLength, string[] outBlobNames, int outBlobNamesLength )
Public Shared Function dnn_Net_forward3 ( net As IntPtr, outputBlobs As IntPtr(), outputBlobsLength As Integer, outBlobNames As String(), outBlobNamesLength As Integer ) As ExceptionStatus
public: static ExceptionStatus dnn_Net_forward3( IntPtr net, array<IntPtr>^ outputBlobs, int outputBlobsLength, array<String^>^ outBlobNames, int outBlobNamesLength )
static member dnn_Net_forward3 : net : IntPtr * outputBlobs : IntPtr[] * outputBlobsLength : int * outBlobNames : string[] * outBlobNamesLength : int -> ExceptionStatus
[Missing <param name="net"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward3(System.IntPtr,System.IntPtr[],System.Int32,System.String[],System.Int32)"]
[Missing <param name="outputBlobs"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward3(System.IntPtr,System.IntPtr[],System.Int32,System.String[],System.Int32)"]
[Missing <param name="outputBlobsLength"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward3(System.IntPtr,System.IntPtr[],System.Int32,System.String[],System.Int32)"]
[Missing <param name="outBlobNames"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward3(System.IntPtr,System.IntPtr[],System.Int32,System.String[],System.Int32)"]
[Missing <param name="outBlobNamesLength"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward3(System.IntPtr,System.IntPtr[],System.Int32,System.String[],System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward3(System.IntPtr,System.IntPtr[],System.Int32,System.String[],System.Int32)"]