Skip to content

GraphNodes

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

Native graph nodes in the order declared by a custom operation.

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

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.