gapi_ie_params1
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
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;tagtag argument (EmbindString).
modelmodel argument (EmbindString).
devicedevice 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.