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