Click or drag to resize

NetGetLayerId Method

http://www.emgu.com
Converts string name of the layer to the integer identifier.

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public int GetLayerId(
	string layerName
)

Parameters

layerName
Type: SystemString
The name of the layer

Return Value

Type: Int32
The id of the layer
See Also