sfm_projectionsFromFundamental
import { sfm_projectionsFromFundamental } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSF, P1, P2
FUNCTIONsfm_projectionsFromFundamental
RETURN TYPEvoid
Get projection matrices from Fundamental matrix
sfm_projectionsFromFundamental(F: Mat, P1: Mat, P2: Mat): void;FInput 3x3 fundamental matrix.
P1Output destination, filled by the native operation. Output 3x4 one possible projection matrix.
P2Output destination, filled by the native operation. Output 3x4 another possible projection 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.