Click or drag to resize

NetConnect Method (String, String)

Connects output of the first layer to input of the second layer.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Connect(
	string outPin,
	string inpPin
)

Parameters

outPin
Type: SystemString
descriptor of the first layer output.
inpPin
Type: SystemString
descriptor of the second layer input.
See Also