https://github.com/eeddaann/footbot-table
robotic football table...
https://github.com/eeddaann/footbot-table
Last synced: about 1 year ago
JSON representation
robotic football table...
- Host: GitHub
- URL: https://github.com/eeddaann/footbot-table
- Owner: eeddaann
- Created: 2019-04-22T08:59:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T12:10:08.000Z (about 7 years ago)
- Last Synced: 2025-03-23T22:18:48.824Z (over 1 year ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FootBot-Table
## *A robotic football table...*
## Architecture
- **ball_detector.py** - Returns the x,y coordinates of the ball at a given frame.
- **engine_controller.py** - Provides an abstraction for the hardware.
...
## Refrences
- https://www.pyimagesearch.com/2015/09/21/opencv-track-object-movement/
- https://www.learnopencv.com/object-tracking-using-opencv-cpp-python/