Our goal is to track the ball and make statistics of a foosball (table soccer) match.

The input is a video sequence of a foosball match, that we played for the project.

Used methods: connected component analysis, shape signatures, thresholding, colorspace converting, Hough transformation, edge detection

Used programs/languages: MATLAB & C++ with OpenCV.

As output we would like to produce the most important statistics of the match: the number of goals, own goals, played time, etc. which we print on the screen.