NativeMethodsdnn_Net_forward1 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward1(System.IntPtr,System.String,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus dnn_Net_forward1( IntPtr net, string outputName, out IntPtr returnValue )
Public Shared Function dnn_Net_forward1 ( net As IntPtr, outputName As String, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus dnn_Net_forward1( IntPtr net, String^ outputName, [OutAttribute] IntPtr% returnValue )
static member dnn_Net_forward1 : net : IntPtr * outputName : string * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="net"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward1(System.IntPtr,System.String,System.IntPtr@)"]
[Missing <param name="outputName"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward1(System.IntPtr,System.String,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward1(System.IntPtr,System.String,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward1(System.IntPtr,System.String,System.IntPtr@)"]