Table of Contents

Method GetLayer

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

GetLayer(int)

Returns pointer to layer with specified id which the network use.

public Layer GetLayer(int layerId)

Parameters

layerId int

Returns

Layer

GetLayer(string)

Returns pointer to layer with specified name which the network use.

public Layer GetLayer(string layerName)

Parameters

layerName string

Returns

Layer