Skip to content

gapi_streaming_size1

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

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

ARGUMENTSr
FUNCTIONgapi_streaming_size1
RETURN TYPEGOpaque_Size
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Gets dimensions from rectangle.

Note: Function textual ID is "org.opencv.streaming.sizeR"

gapi_streaming_size1(r: GOpaque_Rect): GOpaque_Size;
r

Input rectangle.

Returns

Size (rectangle dimensions). 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.