Method GetLayer
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
GetLayer(int)
Returns pointer to layer with specified id which the network use.
public Layer GetLayer(int layerId)
Parameters
layerIdint
Returns
GetLayer(string)
Returns pointer to layer with specified name which the network use.
public Layer GetLayer(string layerName)
Parameters
layerNamestring