OpenCV based particle tracker
based on the method introduced by http://blog.csdn.net/jinshengtao/article/details/30970733
- I change the method with a openCV c++ interface which make it easy to use Mat and so on
- I define a class which include all function(method), you can use the tracker just by including the .h file
g++ testpf.cpp -o pfTracker pkg-config --libs opencv --cflags
./ pfTracker to track something in camera
- press 'i' to initial with dray mouse
- press any key to track
- press 'q' to quit