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
outPinstringdescriptor of the first layer output.
inpPinstringdescriptor 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)