sfm_normalizeFundamental
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
Normalizes the Fundamental matrix.
sfm_normalizeFundamental(F: Mat, F_normalized: Mat): void;FInput 3x3 fundamental matrix.
F_normalizedOutput 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.