Method Predict
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
Predict(InputArray)
Given the @p input frame, create input blob, run net and return the output @p blobs.
public Mat[] Predict(InputArray frame)
Parameters
frameInputArrayThe input image.
Returns
- Mat[]
Allocated output blobs, which will store results of the computation.