원문정보
초록
영어
The aim of this paper work is to implement an efficient methodology to track the moving object present through a video sequence. Various image processing steps such as video preprocessing, Frame display, Background Subtraction, Segmentation [4] and tracking are performed. First, the videos are separated as frames and preprocessing method is used for the color conversion to subtract the foreground objects from the background. Background subtraction [2] is used to find the total or sudden change in intensity in the video. The segmentation module is executed to extract the boundary of the object from the background. Finally object tracking will be carried out using Optical flow method [7].
목차
1. Introduction
2. Methodology
3. Steps of Operation
3.1. Frame Display
3.2. Grayscaling
3.3. Preprocessing
3.4. Background Subtraction
3.5. Image Segmentation
3.6. Object Tracking
4. Conclusion
References