Basic stereo vision in Python

From Exceed Industries Wiki
Revision as of 09:56, 26 September 2017 by Karlexceed (talk | contribs) (→‎Images)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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