omnidir_stereoRectify
import { omnidir_stereoRectify } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSR, T, R1, R2
FUNCTIONomnidir_stereoRectify
RETURN TYPEvoid
Stereo rectification for omnidirectional camera model. It computes the rectification rotations for two cameras
omnidir_stereoRectify(R: Mat, T: Mat, R1: Mat, R2: Mat): void;RRotation between the first and second camera
TTranslation between the first and second camera
R1Output destination, filled by the native operation. Output 3x3 rotation matrix for the first camera
R2Output destination, filled by the native operation. Output 3x3 rotation matrix for the second camera
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.