Basic stereo vision in Python: Difference between revisions
Jump to navigation
Jump to search
Karlexceed (talk | contribs) (Created page with "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...") |
Karlexceed (talk | contribs) (→Images) |
||
Line 9: | Line 9: | ||
== Images == | == Images == | ||
<gallery> | |||
File:Pystereo_demo.png|Screenshot of the first working demo. | |||
</gallery> |
Latest revision as of 09:56, 26 September 2017
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.