Method ForwardAndRetrieve
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
ForwardAndRetrieve(IEnumerable<string>)
Runs forward pass to compute outputs of layers listed in @p outBlobNames, retrieving all output blobs for each layer specified in @p outBlobNames.
public Mat[][] ForwardAndRetrieve(IEnumerable<string> outBlobNames)
Parameters
outBlobNamesIEnumerable<string>names for layers which outputs are needed to get
Returns
- Mat[][]
for each requested layer, an array containing all of that layer's output blobs.