Method SetInput
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
SetInput(Mat, string)
Sets the new value for the layer output blob
public void SetInput(Mat blob, string name = "")
Parameters
Remarks
connect(String, String) to know format of the descriptor. If updating blob is not empty then @p blob must have the same shape, because network reshaping is not implemented yet.