Method SetParam
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
SetParam(int, int, Mat)
Sets the new value for the learned param of the layer.
public void SetParam(int layer, int numParam, Mat blob)
Parameters
layerintid of the layer.
numParamintindex of the layer parameter in the Layer::blobs array.
blobMatthe new value.
SetParam(string, int, Mat)
Sets the new value for the learned param of the layer.
public void SetParam(string layerName, int numParam, Mat blob)