NetGetLayer Method (String) |
http://www.emgu.com
Returns layer with specified name which the network use.
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Layer GetLayer(
string layerName
)
Public Function GetLayer (
layerName As String
) As Layer
public:
Layer^ GetLayer(
String^ layerName
)
member GetLayer :
layerName : string -> Layer
Parameters
- layerName
- Type: SystemString
The name of the layer
Return Value
Type:
LayerLayer with specified name which the network use.
See Also