-
Notifications
You must be signed in to change notification settings - Fork 11
Week 3 Log
Gopinnedi Harsha Vardhan edited this page Jul 9, 2016
·
6 revisions
- We gave Project presentation 1 on 13/06/2016. It can be found on GitHub.
- Created Tutorial on Object Tracking (Based on ROI) using CAMShift algorithm with 2D histogram. It can be found on GitHub.
- As in CAMShift we can not re-track the object if it escapes and comes back into the frame so we searched for other object tracking algorithms.
- We got Matrioska tracking algorithm. Which uses keypoints (feature) matching and learning to track the object. Its details can be found on GitHub