Computer vision project designed to identify a soccer ball and players in a livestream of a soccer game. OpenCV is utilized to find differences in the contours of a frame a video passed into the program.
You will need to install Python 3.* locally to properly run these files. You can use any package installer of your choosing
pip3 install python
python object_detection.py
End with an example of getting some data out of the system or using it for a little demo
- OpenCV - Relied Heavily on this Computer Vision Package
- Ben Fleming - Initial work - ben-fleming-2
- Josh Leeman - Initial work - joshleeman11
See also the list of contributors who participated in this project.