An open API service indexing awesome lists of open source software.

https://github.com/gill-singh-a/ball-detection

A Python Program that uses OpenCV to detect Balls in Live Video
https://github.com/gill-singh-a/ball-detection

computer-vision opencv python python3

Last synced: 3 months ago
JSON representation

A Python Program that uses OpenCV to detect Balls in Live Video

Awesome Lists containing this project

README

          

# Ball Detection
A Python Program that uses OpenCV to detect Balls in Live Video.

## Requirements
Language Used = Python3

Modules/Packages used:
* cv2
* numpy
* math

Install the dependencies:
```bash
pip install -r requirements.txt
```

### Note
Press Q to exit the Program