Skip to content

IntDoublePair

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

An integer and double-precision number passed together as a plain JavaScript value.

export type IntDoublePair = {
  first: number,
  second: 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.