Jump to content

Moving object detection

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Derek Andrews (talk | contribs) at 14:04, 20 May 2018 (added Category:Image processing; removed {{uncategorized}} using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer vision and image processing, moving object detection is to compare differences of multiple consecutive frames or pictures from a video and thus by applying certain methods to determine if any moving object is detected.

Moving objects detection has been used for wide range of applications like video surveillance, human activity analysis, road condition monitoring, airport safety, monitoring of protection along marine border and etc.[1]

Definition

Moving object detection is to recognize the physical movement of an object in a given place or region.[2] By acting segmentation among moving objects and stationary area or region,[3] the moving objects motion could be tracked and thus could be analyzed later. To acheive this, consider a video is a structure built upon single frames, moving object detection is to find the foreground moving target(s), either in each video frame or only when the moving target show the first appearance in the video.[4]

Traditional Methods

Among all the traditional moving object detection methods, we could categorize them into four major approaches: Background subtraction, Frame differencing, Temporal Differencing, and Optical Flow.[2]

Frame differencing

Instead of using traditional approach, to use image subtraction operator by subtracting second and and images afterwards, frame differencing method make comparisons between two successive frames to detect moving targets.[5]

Temporal Differencing

Temporal differencing method identifies the moving object by applying pixel-wise difference method with two or three consecutive frames.[3]

References

  1. ^ [1], J. M. Chaqueta, E.J.Carmonaa and A.F. Caballerob, “A survey of video datsets for human action and activity recognition,” Computer Vision and Image Understaning, vol. 117 (6), pp. 633-659, 2013.
  2. ^ a b [2],J. S. Kulchandani and K. J. Dangarwala, "Moving object detection: Review of recent research trends," 2015 International Conference on Pervasive Computing (ICPC), Pune, 2015, pp. 1-5. doi: 10.1109/PERVASIVE.2015.7087138.
  3. ^ a b [3],Weiming Hu, Tieniu Tan, Liang Wang, and Steve Maybank, “A Survey on Visual Surveillance of Object Motion and Behaviors,” IEEE Trans. on Systems, Man, and Cybernetics—Part C: Applications and Reviews,vol. 34, no. 3, pp. 334-352, August 2004.
  4. ^ [4], Bahadir Karasulu and Serdar Korukoglu (2013). Performance Evaluation Software: Moving Object Detection and Tracking in Videos.
  5. ^ [5], Jain, R. and H. Nagel, “On the Accumulative Difference Pictures for the Analysis of Real World Scene Sequences,” IEEE Tran. on Pattern Anal. Mach. Intell., pp. 206-221, 1979.