Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 654 Bytes

README.md

File metadata and controls

17 lines (7 loc) · 654 Bytes

ComputerVision

This repo includes some implementations of computer vision algorithms, as well as some code snippets that have proven useful for various isolated tasks.

Contents

  • cam-feed.py - script that provides a feed of two webcams connected to the computer;

  • hough-transform.py - an implementation of the Hough Transform algorithm from Duda and Hart, 1972;

  • img-click.py - script that provides a way to get the pixel coordinates of the point of the image in which you click.

  • pic-from-cam.py - script to get a set of pictures from two cameras connected to a computer.