OpenMultiTracker icon indicating copy to clipboard operation
OpenMultiTracker copied to clipboard

Tracker that uses computer vision methods to track players on the hockey field

OpenMultiTracker

It uses computer vision methods to detect players on the hockey field.

Requirements:
- C++11 compiler;
- OpenCV3 built with ffmpeg support.
How to use:
- Video should have "hockey_game.avi" name, you can change it in code;
- At the first start, you have to choose region of interest. It will be saved as "region.png" and only
white area will be applied to the video.
Commands:
    r - change region of interest
    b - show background subtraction process
    c - show contoured image
    o - show original video
    s - show system information
    p - pause video
    ESC or SPACE - terminate video