Skip to content

MB-29/Automatic-sport-scene-modelling

Repository files navigation

Automatic sport scene modelling

Demo

Demo video on YouTube

Input

Sport scene video, with fixed camera input

Output

ouput

Pipeline

  • Calibration, computation of the homography matrix
  • Detect players by foreground detection
  • Track players choosing the best rectangles
  • Project players on top view image by applying homography

Run the program

mkdir build
cd build
cmake ..
make
./main [path to video file] [path to top view image]

Once the first frame of the output is displayed, press any key to move on.

Releases

No releases published

Packages

No packages published