Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.14 KB

File metadata and controls

37 lines (22 loc) · 1.14 KB

Soccer Ball and Player OpenCV Object Recognition Project

Project Description

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.

Prerequisites

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

How to Run and Alter Project

python object_detection.py

Sample Images

End with an example of getting some data out of the system or using it for a little demo

Built With

  • OpenCV - Relied Heavily on this Computer Vision Package

Authors

See also the list of contributors who participated in this project.

Acknowledgments