Basic stereo vision in Python

From Exceed Industries Wiki
Jump to navigation Jump to search

I have long wanted to create a functional stereo vision system, and finally have come close! Currently, the code is very alpha and seems to rank distances inversely, but it's still pretty cool.

Source Code

Dependencies

  • Python (I use 2.7.3)
  • OpenCV (I use 2.4.8)

Check out the GitHub page here.

Images