Skip to content

Point2d

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

A two-dimensional coordinate value with numeric components. No native disposal is required.

export type Point2d = {
  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.