Skip to content

GraphFrame

Core and matricestypeOpenCV 5.0.0
import type { GraphFrame } from '@banou/opencv-wasm'

One graph input batch. A release callback transfers responsibility for temporary input handles.

export type GraphFrame = readonly GraphValue[] | {
  values: readonly GraphValue[],
  release?: () => undefined,
  metadata?: Partial<GraphFrameMetadata>,
}

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.