Skip to content

detail_focalsFromHomographyResult

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

Named return value and scalar output parameters from detail_focalsFromHomography. Matrix and vector output arguments are filled in place.

export type detail_focalsFromHomographyResult = {
  f0: number,
  f1: number,
  f0_ok: boolean,
  f1_ok: boolean
};

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.