Skip to content

sfm_skew

sfmfunctionOpenCV 5.0.0
import { sfm_skew } from '@banou/opencv-wasm'

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

ARGUMENTSx
FUNCTIONsfm_skew
RETURN TYPEMat
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Returns the 3x3 skew symmetric matrix of a vector.

sfm_skew(x: Mat): Mat;
x

Input 3x1 vector.

Reference: [HartleyZ00], p581, equation (A4.5).

Returns

The Mat result. Release returned native handles with using or delete(), including handles nested in results.

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.