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

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...

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/