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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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