Skip to content

gapi_combine

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

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

ARGUMENTSlhs, rhs
FUNCTIONgapi_combine
RETURN TYPEGKernelPackage
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Declares a new G-API Operation. See Kernel API for more details.

deprecated: This macro is deprecated in favor of G_TYPED_KERNEL that is used for declaring any G-API Operation.

gapi_combine(lhs: GKernelPackage, rhs: GKernelPackage): GKernelPackage;
lhs

lhs argument (GKernelPackage).

rhs

rhs argument (GKernelPackage).

Returns

The GKernelPackage 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.