Click or drag to resize

NativeMethodsdnn_Net_connect2 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_connect2(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus dnn_Net_connect2(
	IntPtr net,
	int outLayerId,
	int outNum,
	int inpLayerId,
	int inpNum
)

Parameters

net
Type: SystemIntPtr

[Missing <param name="net"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_connect2(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

outLayerId
Type: SystemInt32

[Missing <param name="outLayerId"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_connect2(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

outNum
Type: SystemInt32

[Missing <param name="outNum"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_connect2(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

inpLayerId
Type: SystemInt32

[Missing <param name="inpLayerId"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_connect2(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

inpNum
Type: SystemInt32

[Missing <param name="inpNum"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_connect2(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_connect2(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also