Jump to content

OpenCV: Difference between revisions

92 bytes added ,  20 June 2023
Line 182: Line 182:
===Stereo Rectify===
===Stereo Rectify===


This is a summary of the <code>cv2.stereoRectify</code> function which produces a rectification rotation and projection matrix for calibrated cameras (i.e. cameras with known intrinsics and extrinsics).
This is a summary of the [https://docs.opencv.org/4.x/d9/d0c/group__calib3d.html#ga617b1685d4059c6040827800e72ad2b6 <code>cv2.stereoRectify</code>] function which produces a rectification rotation and projection matrix for calibrated cameras (i.e. cameras with known intrinsics and extrinsics).


;Algorithm
;Algorithm