Ensemble Tracking
Codes: Ensemble Tracking(RAR)
Tracking is always a hot research area in Computer Vision. The goal is to let the computer track target automatically as our human beings do.
In this project, I implemented an online tracking method proposed in a CVPR'05 paper by C++ plus OpenCV library. The key idea of this method is to use Adaboost to construct a saliency map for every frame, and then use MeanShift to find the mode of the confidence map so that to locate the target.
My evaluation of this method can be found in this report.
