GraphNode
import type { GraphNode } from '@banou/opencv-wasm'A placeholder describing an input, intermediate value or output of a native graph. Supply runtime values to GComputation.apply instead of passing these nodes as pixel data.
export type GraphNode = GOpaque_int | GOpaque_double | GArray_int | GArray_Point2f | GArray_Point3f | GOpaque_Rect | GArray_Point2i | GArray_Rect | GOpaque_Size | GArray_uint64_t | GArray_Prim | GArray_int64_t | GOpaque_int64_t | GArray_double | GArray_float | GOpaque_float | GOpaque_uint64_t | GArray_bool | GOpaque_bool | GArray_string | GOpaque_string | GOpaque_Point | GOpaque_Point2f | GOpaque_Point3f | GArray_Size | GArray_Mat | GArray_Scalar | GFrame | GMat | GScalarThese 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.