http://www.emgu.com
Converts string name of the layer to the integer identifier.
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic int GetLayerId(
string layerName
)
Public Function GetLayerId (
layerName As String
) As Integer
public:
int GetLayerId(
String^ layerName
)
member GetLayerId :
layerName : string -> int
Parameters
- layerName
- Type: SystemString
The name of the layer
Return Value
Type:
Int32The id of the layer
See Also