Click or drag to resize

NetForward Method (String)

Runs forward pass to compute output of layer with name @p outputName. By default runs forward pass for the whole network.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat Forward(
	string outputName = null
)

Parameters

outputName (Optional)
Type: SystemString
name for layer which output is needed to get

Return Value

Type: Mat
blob for first output of specified layer.
See Also