CFP last date
20 May 2024
Reseach Article

Object Tracking using Spatio-Temporal Information of Video Data Cuboid

by Aradhana Kushwaha, Awanish Mishra
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 150 - Number 3
Year of Publication: 2016
Authors: Aradhana Kushwaha, Awanish Mishra
10.5120/ijca2016911475

Aradhana Kushwaha, Awanish Mishra . Object Tracking using Spatio-Temporal Information of Video Data Cuboid. International Journal of Computer Applications. 150, 3 ( Sep 2016), 1-4. DOI=10.5120/ijca2016911475

@article{ 10.5120/ijca2016911475,
author = { Aradhana Kushwaha, Awanish Mishra },
title = { Object Tracking using Spatio-Temporal Information of Video Data Cuboid },
journal = { International Journal of Computer Applications },
issue_date = { Sep 2016 },
volume = { 150 },
number = { 3 },
month = { Sep },
year = { 2016 },
issn = { 0975-8887 },
pages = { 1-4 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume150/number3/26070-2016911475/ },
doi = { 10.5120/ijca2016911475 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:55:51.519994+05:30
%A Aradhana Kushwaha
%A Awanish Mishra
%T Object Tracking using Spatio-Temporal Information of Video Data Cuboid
%J International Journal of Computer Applications
%@ 0975-8887
%V 150
%N 3
%P 1-4
%D 2016
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Object tracking in a video sequence is a challenging Problem. The difficulties in the object tracking are arises due to its motion, shape, size and speed. In this paper, a new method has been introduced for object tracking. Generally, the tracker needs an initialization, often done manually or by object detection, but in present approach there is no need to initialize the tracker. A video can be represented as 3D data cuboid having spatial (X - Y axis) and temporal information (T axis). This cuboid is can be represented as continuous Y number of XT frame. For video having stationary background, the horizontal lines in XT frames are due to static scene. The inclined lines in XT frames are due to linear moving object with constant speed. Thus the information containing object motion in XY frames correspond to inclined line in XT frames. Depending upon the size of the object these inclined lines can be thin or thick. For small and large object it will be thin and thick respectively. Hough transform based line detection algorithm is used to extract these inclined lines. Binary edge map of XT frame is obtained by Canny edge detection algorithm which is used by Hough transform. Two nearby and parallel line is appeared due to the large object. The morphological operations are used to combine these lines into a single thick line. These lines correspond to motion due to a single object. If the object is not moving with constant speed, there will be curve in XT frame due to object motion. A curve is set of consecutive line. Using Hough transform based line detection algorithm, curve trajectory can be trajectory, which correspond to the object motion in XY frame.

References
  1. Omar Javed Alper Yilmaz and Mubarak Shah. Object tracking. 2006.
  2. Rita Cucchiara Simone Calderara Afshin Dehghan Mubarak Shah Arnold W. M. Smeulders, Dung M. Chu. Visual tracking: An experimental survey. IEEE Transactions on pattern analysis and machine intelligence, 2014.
  3. Shai Avidan. Support vector tracking. 2004.
  4. Shai Avidan. Support Vector Tracking. 2014.
  5. Christopher M. Brown. Inherent bias and noise in the hough transform. 1983.
  6. Visvanathan Ramesh Dorin Comaniciu and Peter Meer. Kernel-based object tracking. date.
  7. Josef Sivic Ivan Laptev Jose Lezama, Karteek Alahari. Track to the future: Spatio-temporal video segmentation with longrange motion cues.
  8. Pedro Henrquez Miguel Aleman-Flores, Luis Alvarez and Luis Mazorra. Morphological thick line center detection. 2010.
  9. Omar Javed Mubarak Shah and Khurram Shafique. Automated visual surveillance in realistic scenarios. 2007.
  10. Manoranjan Paul and Weisi Lin. Efficient video coding considering a video as a 3d data cube. 2011 International Conference on Digital Image Computing: Techniques and Applications, 2011.
  11. Jun Zhou and Arturo Sanchez-AzofeifaWalter F. Bischof. Extracting lines in noisy image using directional information. 2006.
Index Terms

Computer Science
Information Sciences

Keywords

Canny edge detection Hough transform morphological operation erosion and dilation