Moving object detection

{{Short description|Technique used in videos to detect moment}}

Moving object detection is a technique used in computer vision and image processing. Multiple consecutive frames from a video are compared by various methods to determine if any moving object is detected.

Moving objects detection has been used for wide range of applications like video surveillance, activity recognition, road condition monitoring, airport safety, monitoring of protection along marine border, etc.{{cite journal|last1=Chaquet|first1=Jose M.|last2=Carmona|first2=Enrique J.|last3=Fernández-Caballero|first3=Antonio|title=A survey of video datasets for human action and activity recognition|journal=Computer Vision and Image Understanding|date=June 2013|volume=117|issue=6|pages=633–659|doi=10.1016/j.cviu.2013.01.013|hdl=10578/3697|hdl-access=free}}

Definition

Moving object detection is to recognize the physical movement of an object in a given place or region.[https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7087138&isnumber=7086957], 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. By acting segmentation among moving objects and stationary area or region,[http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.115.2861&rep=rep1&type=pdf], 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. the moving objects' motion can be tracked and thus analyzed later. To achieve 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 shows the first appearance in the video.[https://www.springer.com/cda/content/document/cda_downloaddocument/9781461465331-c2.pdf?SGWID=0-0-45-1387753-p174871523], Bahadir Karasulu and Serdar Korukoglu (2013). Performance Evaluation Software: Moving Object Detection and Tracking in Videos.

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.

= Frame differencing =

Instead of using traditional approach, to use image subtraction operator by subtracting second and images afterwards, the frame differencing method makes comparisons between two successive frames to detect moving targets.[https://ieeexplore.ieee.org/document/4766907/], 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.

= Temporal differencing =

The temporal differencing method identifies the moving object by applying pixel-wise difference method with two or three consecutive frames.

See also

References