Stereo Vision Disparity Estimation
Source code: disdyn.py1
From a single image it's difficult to discern depth. With two cameras and their known relativity to each other, two images can be taken together and from this the depth information is calculated based on the disparity. For this assignment, our solution used a dynamic programming approach.


