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
- Host: GitHub
- URL: https://github.com/gill-singh-a/ball-detection
- Owner: Gill-Singh-A
- Created: 2023-04-21T19:08:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T14:55:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T15:41:57.585Z (over 1 year ago)
- Topics: computer-vision, opencv, python, python3
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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