Object Tracking using OpenCV Libraries
- Ritwik Das
- Dec 23, 2011
- 1 min read
Advisor: Prof. Dipti P. Mukherjee
Used OpenCV libraries to build a software application for detecting motion of finger(s) from a video file and recording them. I also extended the brute tracker algorithm to track objects of variable size and implemented the Lucas-Kanade algorithm to track features in the video. I also implemented the basic iterative Mean-Shift Tracking algorithm to track any object in a video. Software development was done in C.
Comments