Skip to content

GraphMatDescriptor

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

Matrix layout passed by value to custom graph metadata callbacks.

export type GraphMatDescriptor = {
  depth: number,
  channels: number,
  size: Size,
  planar?: boolean,
  dims?: readonly number[],
}

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.