Table of Contents

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

blob Mat

new blob.

name string

descriptor of the updating layer output blob.

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.