Centroid-Object-Tracking
Centroid-Object-Tracking copied to clipboard
C++ implementation of a simple MOT using Centroid algo
Centroid-Object-Tracking
C++ implementation of the simple MOT from https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/
Setup:
- mkdir build
- cd build
- cmake ..
- make
- ./TRACKER