Click or drag to resize

NetForward Method (IEnumerableMat, IEnumerableString)

Runs forward pass to compute outputs of layers listed in @p outBlobNames.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Forward(
	IEnumerable<Mat> outputBlobs,
	IEnumerable<string> outBlobNames
)

Parameters

outputBlobs
Type: System.Collections.GenericIEnumerableMat
contains blobs for first outputs of specified layers.
outBlobNames
Type: System.Collections.GenericIEnumerableString
names for layers which outputs are needed to get
See Also