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 ..
- ./TRACKER
C++ implementation of a simple MOT using Centroid algo
C++BSD-3-Clause
C++ implementation of the simple MOT from https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/