getLayerId (cv.Net) - MATLAB File Help
cv.Net/getLayerId
Converts string name of the layer to the integer identifier
id = net.getLayerId(name)
Input
name
string name of the layer.
Output
id
id of the layer, or -1 if the layer wasn't found.
Method Details
Access
public
Sealed
false
Static
false