connect (cv.Net) - MATLAB File Help |
Connects output of the first layer to input of the second layer
net.connect(outPin, inpPin)
net.connect(outLayerId, outNum, inpLayerId, inpNum)
Descriptors have the following template
<layer_name>[.input_number]
:
layer_name
is sting name of
the added layer. If this part is empty then the network input
pseudo layer will be used;input_number
is
either number of the layer input, either label one. If this
part is omitted then the first layer input will be used.Access | public |
Sealed | false |
Static | false |