Skip to content

GraphValues

TypeScript helperstypeOpenCV 5.0.0
import type { GraphValues } from '@banou/opencv-wasm'

Runtime values in the order declared by a custom operation.

export type GraphValues<Ports extends GraphPorts> = {
    -readonly [Index in keyof Ports]: GraphPortMap[Ports[Index]]['value'];
};

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.