#Author:Andy Wei #Email:weihao2016@ia.ac.cn
This is a simple program to test seven algorithms in OpenCV(3.2 to latest), you should check you has been install opencv and opencv_contrib, in order to you can use tracking module on OpenCV.
You'd better have a webcamera or a usb_camera, so that you can use this program easily!
#use cmake . make ./opencv_tracker then use mouse to select a ROI,Press "ESC" will break;
#depencies opencv3.4 with opencv3.4_contrib cmake
A simple program to test the algorithms in OpenCV 3.4