I developed a computer vision project focused on Stereo Vision to calculate disparity and estimate depth from a stereo pair of images (left.png and right.png). This project demonstrates the application of geometric computer vision and image processing algorithms without the immediate need for deep learning.
The implementation was successfully built via a Jupyter Notebook using Python libraries like numpy , OpenCV and Matplotlib for data visualization.