Skip to content

gapi_ie_params1

gapifunctionOpenCV 5.0.0
import { gapi_ie_params1 } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTStag, model, device
FUNCTIONgapi_ie_params1
RETURN TYPEgapi_ie_PyParams
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Create network parameter configuration. These parameter objects describe an optional OpenVINO or ONNX Runtime backend, which is not linked in this WASM build. Use gapi.dnn.Params for executable CPU inference.

gapi_ie_params1(tag: EmbindString, model: EmbindString, device: EmbindString): gapi_ie_PyParams;
tag

tag argument (EmbindString).

model

model argument (EmbindString).

device

device argument (EmbindString).

Returns

The gapi_ie_PyParams result.

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.