Skip to content

sfm_normalizeFundamental

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

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

ARGUMENTSF, F_normalized
FUNCTIONsfm_normalizeFundamental
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Normalizes the Fundamental matrix.

sfm_normalizeFundamental(F: Mat, F_normalized: Mat): void;
F

Input 3x3 fundamental matrix.

F_normalized

Output destination, filled by the native operation. Output 3x3 normalized fundamental matrix.

By default divides the fundamental matrix by its L2 norm.

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.