sfm_fundamentalFromProjections
import { sfm_fundamentalFromProjections } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSP1, P2, F
FUNCTIONsfm_fundamentalFromProjections
RETURN TYPEvoid
Get Fundamental matrix from Projection matrices.
sfm_fundamentalFromProjections(P1: Mat, P2: Mat, F: Mat): void;P1Input 3x4 first projection matrix.
P2Input 3x4 second projection matrix.
FOutput destination, filled by the native operation. Output 3x3 fundamental matrix.
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.