C++ implementation of the simple MOT from https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/
- mkdir build
- cd build
- cmake ..
- ./TRACKER
C++ implementation of the simple MOT from https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/