Skip to content

Range

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

Half-open integer interval [start, end), used to select matrix rows and columns.

export type Range = {
  start: number,
  end: 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.