Skip to content

gokcenazakyol/red-ball-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

red-ball-detection

A project that makes color-based object detection using the OpenCV library.

372

Goal

Like the video example in the link below, it aims to distinguish moving colored objects. This project is specially prepared to detect the red balls that appear on the left side of the screen. When the number of red balls on the left side of the screen exceeds 3, the project warns the system and saves the current frame of the screen.

Starting for the first time:

  • Download the red-ball-detection-master.zip package
  • Unzip release package into a directory
  • Open your terminal and enter the red-ball-detection folder (It can be done with "cd your-path/red-ball-detection-master)

Install dependencies

If your file did not work with this:

python main.py

Some installation may be required.

pip install opencv-python
pip install pafy
pip install youtube-dl==2020.12.2

Run

python main.py

Contact

Email: gokcenazzakyol@gmail.com

About

Red Ball Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages