https://github.com/isala404/balltracker
Mark the path which ball has traveled in video clip for cricket match replay
https://github.com/isala404/balltracker
cricket hacktoberfest opencv
Last synced: about 1 year ago
JSON representation
Mark the path which ball has traveled in video clip for cricket match replay
- Host: GitHub
- URL: https://github.com/isala404/balltracker
- Owner: isala404
- License: mit
- Created: 2018-03-19T08:16:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:51:51.000Z (over 2 years ago)
- Last Synced: 2025-04-14T19:06:55.819Z (about 1 year ago)
- Topics: cricket, hacktoberfest, opencv
- Language: Python
- Homepage:
- Size: 5.76 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://codebeat.co/projects/github-com-mrsupiri-balltracker-master)
[](https://requires.io/github/mrsupiri/BallTracker/requirements/?branch=master)


[](https://saythanks.io/to/mrsupiri)
[](https://discord.gg/8dQCZzk)
[](https://twitter.com/mrsupiri)
# BallTracker
Mark the path which ball has traveled in video clip for cricket match replay

## Installation
Use the python package manager [pip](https://pip.pypa.io/en/stable/) to install dependencies.
```bash
pip install -r requirements.txt
```
If you get this error while running `pip install`
```py
ImportError: libtk8.6.so: cannot open shared object file: No such file or directory
```
Check this - https://stackoverflow.com/a/48505199
## Technologies Used
- Numpy
- OpenCV
- Pillow
- Hashing Algorithm
## Usage
- Install the dependencies
- Run `BallTracker.py`
- Load the Video File
- Mark the ball Path
- Save as mp4
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.