Skip to content

EMDResult

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

Earth mover distance and the scalar lower bound returned alongside the supplied flow output.

export type EMDResult = {
  value: number,
  lowerBound: 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.