sfm_skew
import { sfm_skew } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSx
FUNCTIONsfm_skew
RETURN TYPEMat
Returns the 3x3 skew symmetric matrix of a vector.
sfm_skew(x: Mat): Mat;xInput 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.