Click or drag to resize

NetGetLayer Method (String)

http://www.emgu.com
Returns layer with specified name which the network use.

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public Layer GetLayer(
	string layerName
)

Parameters

layerName
Type: SystemString
The name of the layer

Return Value

Type: Layer
Layer with specified name which the network use.
See Also