Skip to content

Vec3f

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

Fixed-size numeric components passed by value as a JavaScript tuple. No native disposal is required.

export type Vec3f = [ number, number, 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.