connect (cv.Net) - MATLAB File Help
cv.Net/connect

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

net.connect(outPin, inpPin)
net.connect(outLayerId, outNum, inpLayerId, inpNum)

Input

Input

Descriptors have the following template <layer_name>[.input_number]:

See also
Method Details
Access public
Sealed false
Static false