Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
VIBE Background subtraction algorithm
no vote
Vibe real-time background subtraction algorithm. This algorithm is coded with C/C++. It can find moving object on sequential frames and videos.
zek919124
2016-08-23
2
1
Incremental Learning for Robust Visual Tracking
no vote
Most algorithms for tracking objects in video consist of two components: a model of the dynamics of the object being tracked, and a model of its appearance. Often the appearance model is constructed before tracking, perhaps from training images, and then used as-is when tracking test sequences. What if the test sequence contains appearances of the object, or lighting conditions, that don't exactly match those of the training data? Typically, trackers with fixed appearance models will perform poorly under these circumstances. In this project we make use of the new appearance information that comes available during tracking to incrementally improve a subspace appearance model of the target. The key to this algorithm is a novel incremental
zek919124
2016-08-23
0
1
No more~