CFP last date
20 May 2024
Reseach Article

Implementation of Generic Object Tracker based on TLD Framework, using Generic Tools

by Sheetal Balsaraf, Uday Joshi
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 79 - Number 16
Year of Publication: 2013
Authors: Sheetal Balsaraf, Uday Joshi
10.5120/13944-1905

Sheetal Balsaraf, Uday Joshi . Implementation of Generic Object Tracker based on TLD Framework, using Generic Tools. International Journal of Computer Applications. 79, 16 ( October 2013), 15-20. DOI=10.5120/13944-1905

@article{ 10.5120/13944-1905,
author = { Sheetal Balsaraf, Uday Joshi },
title = { Implementation of Generic Object Tracker based on TLD Framework, using Generic Tools },
journal = { International Journal of Computer Applications },
issue_date = { October 2013 },
volume = { 79 },
number = { 16 },
month = { October },
year = { 2013 },
issn = { 0975-8887 },
pages = { 15-20 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume79/number16/13944-1905/ },
doi = { 10.5120/13944-1905 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T21:53:09.256776+05:30
%A Sheetal Balsaraf
%A Uday Joshi
%T Implementation of Generic Object Tracker based on TLD Framework, using Generic Tools
%J International Journal of Computer Applications
%@ 0975-8887
%V 79
%N 16
%P 15-20
%D 2013
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Security is becoming the primary concern of society due to a booming population, increasing scarcity of jobs, growing problems especially in urban cities, and the number of anti-social activities, etc. Having a security system is therefore becoming a requirement. Surveillance camera's output, when monitored, can track unauthorized objects from causing a menace. An important application of object tracking is video surveillance. In the proposed system, the object of interest is defined in each frame using a bounding box. The purpose is to determine the object's bounding box, automatically, in every frame that follows. It is a generic system for surveillance which indefinitely tracks an unknown bounded object, from online real time video or video file input, in an unconstrained environment. It works even in occlusions, illumination changes, and rotation and scale changes of object. Multiple packages offer tools, that can be used to implement computer vision systems, are available. One such package is EmguCV, which is used for developing this system. This is a C# wrapper for the OpenCV package which is in C++.

References
  1. Z. Kalal, K. Mikolajczyk, and J. Matas, "Tracking-Learning-Detection," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 34, no. 7, July 2012.
  2. G. L. Foresti and F. Roli: Real-time Recognition of Suspicious Events for Advanced Visual-based Surveillance. In Multimedia Video-Based Surveillance Systems: From User Requirements to Research Solutions, G. L. Foresti, C. S. Regazzoni, and P. Mahonen, Eds. Dordrecht, The Netherlands: Kluwer, pp. 84 - 93, 2000.
  3. Y. Wang, R. E. Van Dyke and J F Doherty: Tracking Moving Objects in video Scene. Technical Report, Department of Electrical Engg, Pennsylvania State University, 2000.
  4. V. V. Vinod and H. Murase: Video Shot Analysis using E?cient Multiple Object Tracking. Proceedings of IEEE International Conference on Multimedia Computing and Systems, pp. 501 - 508, 1997.
  5. L. Wixson: Detecting Salient Motion by Accumulating Directionally-Consistent Flow. IEEE Transactions on PAMI, Vol. 22, No. 8, pp. 774 - 780, 2000.
  6. B. D. Lucas and T. Kanade, "An Iterative Image Registration Technique with an Application to Stereo Vision," Proc. Seventh Int'l Joint Conf. Artificial Intelligence, vol. 81, pp. 674-679, 1981.
  7. L. Wang, W. Hu, and T. Tan, "Recent Developments in Human Motion Analysis," Pattern Recognition, vol. 36, no. 3, pp. 585-601, 2003.
  8. B. K. P. Horn and B. G. Schunck, "Determining Optical Flow," Artificial Intelligence, vol. 17, nos. 1-3, pp. 185-203, 1981.
  9. D. Comaniciu, V. Ramesh, and P. Meer, "Kernel-Based Object Tracking," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 25, no. 5, pp. 564-577, May 2003.
  10. D. G. Lowe, "Distinctive Image Features from Scale-Invariant Keypoints," Int'l J. Computer Vision, vol. 60, no. 2, pp. 91-110, 2004.
  11. M. J. Black and A. D. Jepson, "Eigentracking : Robust Matching and Tracking of Articulated Objects Using a View-Based Representation," Int'l J. Computer Vision, vol. 26, no. 1, pp. 63-84, 1998.
  12. D. Ross, J. Lim, R. Lin, and M. Yang, "Incremental Learning for Robust Visual Tracking," Int'l J. Computer Vision, vol. 77, nos. 1-3,pp. 125-141, http://www. springerlink. com/index/10. 1007/
  13. R. Brunelli, Template Matching Techniques in Computer Vision: Theory and Practice, Wiley, ISBN 978-0-470-51706-2, 2009
  14. OpenCV 2. 4. 2 Documentation [online]. Available: http://opencv. org/documentation. html
  15. Template Matching Overview [online]. Available: http://en. wikipedia. org/wiki/Template_matching
  16. Downloadable Videos for testing [online]. Available: www. vimeo. com
  17. Gary Bradski and Adrian Kaehler, "Learning OpenCV " O'Reilly Media, Inc. , 1st Edition, Sep '08.
Index Terms

Computer Science
Information Sciences

Keywords

Long-term Tracking Learning from video Real-time.