gapi_infer2
import { gapi_infer2 } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTS_0, _1, _2
FUNCTIONgapi_infer2
RETURN TYPEGInferListOutputs
Construct inference over equally sized named lists of rectangles and/or prepared tensors. Rectangles are cropped from the shared image; tensor lists bypass preprocessing. Empty inputs produce empty lists.
gapi_infer2(_0: EmbindString, _1: GMat, _2: GInferListInputs): GInferListOutputs;_00 argument (EmbindString).
_11 argument (GMat).
_22 argument (GInferListInputs).
Returns
The GInferListOutputs result. Release returned native handles with using or delete(), including handles nested in results.
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.