Skip to content

detail_calibrateRotatingCamera

stitchingfunctionOpenCV 5.0.0
import { detail_calibrateRotatingCamera } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSHs, K
FUNCTIONdetail_calibrateRotatingCamera
RETURN TYPEboolean
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Estimates focal lengths for each given camera.

detail_calibrateRotatingCamera(Hs: MatVector, K: Mat): boolean;
Hs

hs argument (MatVector).

K

Output destination, filled by the native operation. k argument (Mat).

Returns

The boolean result.

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.