People Detection in video is generally used in high level multimedia applications like intelligent surveillance systems, augmented reality ,etc. People detection is based on background subtraction. Generally videos are available in compressed form due to which noise will be added in it. Many algorithms are used to detect people and control their rate. There are three key steps in video analysis detection of interesting moving objects, tracking of such objects from frame to frame, and analysis of object tracks to recognize their behavior. The ability of human visual system to detect visual saliency is extraordinarily fast and reliable. However, computational modeling of this basic intelligent behavior still remains a challenge. In this paper we put our attention into background subtraction and Gaussian grouping of pixels for detection of people in low quality video i.e. improve accuracy. Video surveillance system is based on the ability to detect moving objects or people in video. Detection of moving objects is first step in surveillance systems. Each image is then segmented i.e. each image is split into number of frames. Video is converted into sequence of frames by image analysis techniques. Background subtraction is widely used technique for detecting moving objects in videos from static camera. The background subtraction method is to use the method of difference between current image and background image. This method is effective to improve the effect of moving object detection. Background subtraction is nothing but foreground detection. After detecting foreground image, grouping of pixels as per Gaussian distribution will be done. Kalman filter is used to track the people in video. Background subtraction technique find the foreground object from video and then classify it into categories like human, animal, vehicle etc., based on shape , color , motion or other features. Most of the multimedia videos are available in compressed format. Usually higher the compression rate, lowers the correct hits and quality of video due to noise added in it. A modern object detection algorithm can be divided into five parts: pre-processing and normalization, local rectification and compensation of small shape variations, computation of descriptor set, machine learning classification, and post-processing to fuse multiple detections. In this paper, we focus on detection schemes based on background subtraction because of their widespread use and the possibilities they offer in implementing real-time object detection systems. background subtraction is nothing but foreground detection. Unfortunately, images and video are usually available in compressed format which makes object detection more difficult because of the additional distortion noise. In this paper we propose a saliency map algorithm and compare it with background method to improve accuracy. Object detection has been studied for about four decades producing a wide range of object detection techniques. This research effort has been fostered by the many application scenarios where object detection can be employed (e.g., active video surveillance, assisted or autonomous drive, database search, data classification) and by the need of increasing the robustness of existing algorithms to different lighting conditions, poses, scales, locations, and geometries . Object detection has been studied for about four decades producing a wide range of object detection techniques. This research effort has been fostered by the many application scenarios where object detection can be employed (e.g., active video surveillance, assisted or autonomous drive, database search, data classification) and by the need of increasing the robustness of existing algorithms to different lighting conditions, poses, scales, locations, and geometries (deformable objects). As a matter of fact, a modern object detection algorithm can be divided into five parts: pre-processing and normalization, local rectification and compensation of small shape variations, computation of descriptor set, machine learning classification, and post-processing to fuse multiple detections.
Read full abstract