Table of Contents

Method Connect

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

Connect(string, string)

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

public void Connect(string outPin, string inpPin)

Parameters

outPin string

descriptor of the first layer output.

inpPin string

descriptor of the second layer input.

Connect(int, int, int, int)

Connects #@p outNum output of the first layer to #@p inNum input of the second layer.

public void Connect(int outLayerId, int outNum, int inpLayerId, int inpNum)

Parameters

outLayerId int

identifier of the first layer

outNum int

identifier of the second layer

inpLayerId int

number of the first layer output

inpNum int

number of the second layer input