Skip to content

calibrationMatrixValuesResult

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

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

export type calibrationMatrixValuesResult = {
  fovx: number,
  fovy: number,
  focalLength: number,
  principalPoint: Point2d,
  aspectRatio: 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.