Table of Contents

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

frame InputArray

The input image.

Returns

Mat[]

Allocated output blobs, which will store results of the computation.