Skip to content

gapi_streaming_size

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

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

ARGUMENTSsrc
FUNCTIONgapi_streaming_size
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 Mat.

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

gapi_streaming_size(src: GMat): GOpaque_Size;
src

Input tensor

Returns

Size (tensor 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.