This project implements a stereo vision system that estimates depth from two camera views.
-
Image Rectification
- Compute transformation between right and left camera views
- Apply homography to align epipolar lines horizontally
-
Disparity Computation
- Use SSD to match patches
- Perform left-right consistency check to filter unreliable matches
-
Depth Reconstruction
- Convert disparity to depth using baseline and focal length
- Back-project pixels to 3D space using camera parameters