Click or drag to resize

NetSetInput Method

Sets the new value for the layer output blob

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void SetInput(
	Mat blob,
	string name = ""
)

Parameters

blob
Type: OpenCvSharpMat
new blob.
name (Optional)
Type: SystemString
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.
See Also