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