gapi_combine
import { gapi_combine } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSlhs, rhs
FUNCTIONgapi_combine
RETURN TYPEGKernelPackage
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;lhslhs argument (GKernelPackage).
rhsrhs 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.