Click or drag to resize

NativeMethodsdnn_Net_connect2 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void dnn_Net_connect2(
	IntPtr net,
	int outLayerId,
	int outNum,
	int inpLayerId,
	int inpNum
)

Parameters

net
Type: SystemIntPtr
outLayerId
Type: SystemInt32
outNum
Type: SystemInt32
inpLayerId
Type: SystemInt32
inpNum
Type: SystemInt32
See Also