Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 426 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 426 Bytes

OpenCVstuff

Just a little repo to keep track of my computer vision stuff. This demonstrates three methods combinded together. First I capture video feed. Then I apply the Canny operator. Then I use Hough line transformation to identify straight lines. This order of operations could be used to identify objects for autonomous movement. You can adjust the Canny threshold by using the A or Z key.

alt text