Skip to content

gapi_wip_draw_render1

Core and matricesfunctionOpenCV 5.0.0
import { gapi_wip_draw_render1 } from '@banou/opencv-wasm'

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

ARGUMENTS_0, _1, primitives
FUNCTIONgapi_wip_draw_render1
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Render drawing primitives in place on the supplied Y and UV planes of an NV12 image.

gapi_wip_draw_render1(_0: Mat, _1: Mat, primitives: readonly DrawPrimitive[]): void;
_0

0 argument (Mat).

_1

1 argument (Mat).

primitives

primitives argument (readonly DrawPrimitive[]).

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.