Skip to content

MinMaxLoc

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

Minimum and maximum values and their two-dimensional locations returned by a matrix reduction.

export type MinMaxLoc = {
  minVal: number,
  maxVal: number,
  minLoc: Point,
  maxLoc: Point
};

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.