Point3f
import type { Point3f } from '@banou/opencv-wasm'A three-dimensional coordinate value with numeric components. No native disposal is required.
export type Point3f = {
x: number,
y: number,
z: 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.