Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 983 Bytes

README.md

File metadata and controls

53 lines (26 loc) · 983 Bytes

computervision-problemset1

The first problem set of the computer vision class of 2016/2 on CEFET-MG

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisities

What things you need to have to be able to run:

  • python - v3.4+
  • opencv - 3.1+

Some of the files also require a connected webcam.

Installing

Installing opencv is not as easy as one would expect if you are unsure on how to do it check this post:

http://www.pyimagesearch.com/2015/07/20/install-opencv-3-0-and-python-3-4-on-ubuntu/

Running

Run the code using:

python anyOfTheRootPyFiles.py

Built With

  • Pyhton
  • OpenCV

Contributing

Why would anyone want to contribute this ?

Authors

Acknowledgments

Pyimagesearch community for their amazing tutorials.