SlideShare a Scribd company logo
Computer Engineering and Intelligent Systems                                                  www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 2, No.7, 2011

     Survey on Wireless Intelligent Video Surveillance System
          Using Moving Object Recognition Technology
                                                  Durgesh Patil
                               D. Y. Patil College Of Engineering, Akurdi, Pune,
                                       University Of Pune, Maharashtra, India
                         Phone: +919766654777; E-mail: patildurgesh95@yahoo.com


                                                  Sachin Joshi
                               D. Y. Patil College Of Engineering, Akurdi, Pune,
                                       University Of Pune, Maharashtra, India
                            Phone: +919767845334; E-mail: sachinj840@gmail.com


                                                 Milind Bhagat
                               D. Y. Patil College Of Engineering, Akurdi, Pune,
                                       University Of Pune, Maharashtra, India
                        Phone: +919665960271; E-mail: milindbhagat6666@gmail.com


                                               Swapnil Aundhkar
                               D. Y. Patil College Of Engineering, Akurdi, Pune,
                                       University Of Pune, Maharashtra, India
                            Phone: +919860355523; E-mail: swapnneel@gmail.com
Received: 2011-10-12
Accepted: 2011-10-18
Published: 2011-11-04

Abstract
Video cameras are becoming a ubiquitous feature of modern life, useful for surveillance, crime prevention,
and forensic evidence. We cannot solely rely upon human efforts to watch and shift through hundreds and
thousands of video frames for crime alerts and forensic analysis. That is a non-scalable task. We need a
semi-automated video analysis and event recognition system that can provide timely warnings to alert
security personnel, and that can substantially reduce the search space for forensic analysis tasks. This
survey describes the approach of wireless intelligent video surveillance system using moving object
recognition technique.
Keywords: Wireless, Video surveillance, moving object recognition
1. Introduction
Intelligent video surveillance systems deal with the real-time monitoring of persistent and transient objects

25 | P a g e
www.iiste.org
Computer Engineering and Intelligent Systems                                                  www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 2, No.7, 2011

within a specific environment. The primary aim of this system is to provide an automatic interpretation of
scenes and to understand and predict the actions and interactions of the observed objects based on the
information acquired by video camera. The technological evolution of video-based surveillance systems
started with analogue CCTV systems. These systems require number of high resolution cameras, high
performance network and large amount of space for storage purpose. So these systems are high cost video
surveillance systems. So we require a low cost video surveillance system for security purpose where there
is limited amount of memory space and average performance network available. Massimo Piccardi (2004)
reviewed about eight background subtraction techniques used for object tracking in video surveillance
ranging from simple approaches, used for maximizing speed and restraining the memory requirements, to
more complicated approaches, used for accomplishing the highest possible accuracy under any potential
circumstances.
     All approaches intended for real-time performance. The techniques reviewed are: Running Gaussian
average, Temporal median filter, Mixture of Gaussians, Kernel density estimation (KDE), Sequential KD
approximation, Co occurrence of image variations and Eigen backgrounds technique. Amongst the methods
reviewed, simple methods such as the Gaussian average or the median filter offer acceptable accuracy
while achieving a high frame rate and having limited memory
      The main stages of this type of video surveillance system are: moving object detection, recognition
and tracking. For moving object detection there are several types of background subtraction techniques
available. Background subtraction is a widely used approach for detecting moving objects in videos from
static cameras.
2. Motion and Object Detection
     Most visual surveillance systems start with motion detection. Motion detection methods attempt to
locate connected regions of pixels that represent the moving objects within the scene; different approaches
include frame-to-frame difference, background subtraction and motion analysis using optical flow
techniques. Motion detection aims at segmenting regions corresponding to moving objects from the rest of
an image. The motion and object detection process usually involves environment (background) modeling
and motion segmentation. Subsequent processes such as object classification, tracking, and behavior
recognition are greatly dependent on it. Most of segmentation methods use either temporal or spatial
information in the image sequence. Several widely used approaches for motion segmentation include
temporal differencing, background subtraction, and optical flow.
      Temporal differencing makes use of the pixel-wise difference between two to three consecutive frames
in an image sequence to extract moving regions. Temporal differencing is very fast and adaptive to dynamic
environments, but generally does a poor job of extracting all the relevant pixels, e.g., there may be holes
left inside moving entities.
     Background subtraction is very popular for applications with relatively static backgrounds as it
attempts to detect moving regions in an image by taking the difference between the current image and the
reference background image in a pixel-by-pixel fashion. However, it is extremely sensitive to changes of
environment lighting and extraneous events. The numerous approaches to this problem differ in the type of
background model and the procedure used to update the background model. The estimated background
could be simply modeled using just the previous frame; however, this would not work too well. The
background model at each pixel location could be based on the pixel’s recent history. Background
subtraction methods store an estimate of the static scene, accumulated over a period of observation; this
background model is used to find foreground (i.e., moving objects) regions that do not match the static
scene. Recently, some statistical methods to extract change regions from the background are inspired by the
basic background subtraction methods as described above.
     The statistical approaches use the characteristics of individual pixels or groups of pixels to construct
more advanced background models, and the statistics of the backgrounds can be updated dynamically
during processing. Each pixel in the current image can be classified into foreground or background by
comparing the statistics of the current background model. This approach is becoming increasingly popular

26 | P a g e
www.iiste.org
Computer Engineering and Intelligent Systems                                                  www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 2, No.7, 2011

due to its robustness to noise, shadow, changing of lighting conditions, etc. (Stauffer & Grimson, 1999).
     Massimo Piccardi (2004) introduced a technique of background subtraction in a video surveillance. It
involves comparing an observed image with an estimate of the image if it contained no object. The
technique simply involves subtracting the timely updated background template from the observed image.
     The process of background subtraction is shown in following flow chart. The background subtraction
technique can adapt to slow changes such as illumination changes by recursively updating the background
model.
     The background subtraction technique is shown in figure 1. Let B (x) represents the current
background intensity value at pixel x and I (x) represents the current intensity value at pixel x, then x is
considered as a foreground pixel if:
| I (x) - B (x) |=T (x)
While B(x) is initially set to be the first frame and T(x) is initially set to some empirical non-zero value,
both B(x) and T(x) are updated over time
3. Automatic Video Surveillance
     Real-time segmentation of moving regions is an elemental step in several vision systems including
human-machine interface, automated visual surveillance and very low-bandwidth telecommunications. A
typical method used is background subtraction. Numerous background models have been brought in to
handle different problems. Pixel based Multi-color background model proposed by Grimson et al (2000) is
one of the successful solutions to these problems.
     However, this method suffers from slow learning at the beginning, especially in busy environments
and it couldn’t differentiate between moving objects and moving shadows. P. KaewTraKulPong et al (2001)
introduced a method which improves this adaptive background mixture model. By reinvestigating the
update equations, we utilize different equations at different phases. This allows our system learns faster and
more accurately as well as adapt effectively to changing environments.
      Axel Baumann et al (2008) provided a systematic review of measures and evaluate their effectiveness
for specific features like segmentation, event detection and tracking. This review focuses on normalization
issues, representativeness and robustness. A software framework is established for continuous evaluation
and documentation of the performance of video surveillance systems. A new set of representative measures
is projected as a primary part of an evaluation framework.
4. System Architecture
     “Architecture” is both the process and product of planning, designing, construction. The system
architecture for wireless intelligent video surveillance system based on object recognition technique is
shown in figure 2. Firstly Video is captured by camera (mobile).By capturing first N number of images the
background template is created. After this when the object is detect the image is captured. This image is
subtracted from the background image to get the moving object and finally this separated moving object is
send to the destination.
5. Video Characteristics
       Video quality is an outgrowth of a few basic characteristics; frame rate, color depth, resolution, and
file format. Frame rate is measured in frames per second (fps), with live video feeds requiring a minimum
frame rate of 10 to 15 fps. Color depth can be black and white, grayscale, color or true color. Resolution is
typically measured in the number of pixels (picture elements) within each picture frame and will need to be
considered in relation to the device screens or monitors the video will be viewed on. Higher resolution,
higher frame rates and video with color contain much more Information /data and require more network
and storage capacity than lower resolution black and white images.
      Compression algorithms, often referred to as video formats such as MPEG 4 and H.264, allow video
files to be compressed and take up less network bandwidth and less storage space. Each format has
different characteristics and care must be taken to select the format most suitable to a particular situation.
27 | P a g e
www.iiste.org
Computer Engineering and Intelligent Systems                                               www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 2, No.7, 2011

Considerations in choosing the appropriate sizing of solution components must include: frame rate,
resolution, color depth, types of compression and subject matter for recording.
6. Conclusion
     This paper reviews and exploits the existing developments and different types of video surveillance
systems which are used for object tracking, behavior analysis, motion analysis and behavior understanding.
The moving object recognition technology led to the development of autonomous systems, which also
minimize the network traffic. Also, the system can be extended to a distributed wireless network system.
Many terminals work
together, reporting to a control center and receiving commands from the center. Thus, a low-cost wide-area
intelligent video surveillance system can be built.
     Video surveillance systems have been around for a couple of decades. Most current automated video
surveillance systems can process video sequence and perform almost all key low-level functions, such as
motion detection and segmentation, object tracking, and object classification with good accuracy.
7. References
Teddy Ko. Raytheon Company, USA. “A Survey on Behaviour Analysis in Video Surveillance
Applications”, Pp279-292
M. Piccardi (2004), “Background subtraction techniques: a review”, IEEE International Conference on
Systems, Man and Cybernetics, vol. 4, pp. 3099–3104.
M Valera, SA Velastin (2005), “Intelligent distributed surveillance systems: a review”, IEEE Proceedings
on Visual Image Signal Processing, vol. 152, vo.2, pp.192- 204.
Stauffer C, Grimson W. E. L. (2000), “Learning patterns of activity using real-time tracking”, IEEE
Transactions on Pattern Analysis & Machine Intelligence, Vol. 22 No. 8, p. 747-57.
P. KaewTraKulPong, R. Bowden (2001), “An Improved Adaptive Background Mixture Model for
Real-time Tracking with Shadow Detection”, Proc. 2nd European Workshop on Advanced Video Based
Surveillance Systems, AVBS01,
Axel Baumann, Marco Boltz, Julia Ebling, Matthias Koenig, Hartmut S. Loos, Marcel Merkel, Wolfgang
Niem, Jan KarlWarzelhan, Jie Yu. (2008) “A Review and Comparison of Measures for Automatic Video
Surveillance Systems”, Hindawi Publishing Corporation EURASIP Journal on Image and Video Processing,
Article ID 824726, 30 pages doi:10.1155/2008/824726.




Figure 1. Background subtraction technique



28 | P a g e
www.iiste.org
Computer Engineering and Intelligent Systems                                          www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 2, No.7, 2011




Figure 2. System Architecture


Table 1: Summary of technical evolution of intelligent surveillance systems


                    1st generation
                    Techniques                       Analogue CCTV systems
                    Advantages                       -They give good performance
                                                     in some situations
                                                     – Mature technology
                    Problems                         Use analogue techniques for
                                                     image distribution and storage
                    Current research                 – Digital video recording
                                                     – CCTV video compression
                    2nd generation
                    Techniques                       Automated visual surveillance
                                                     by
                                                     combining computer vision
                                                     technology
                                                     with CCTV systems
29 | P a g e
www.iiste.org
Computer Engineering and Intelligent Systems                                        www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)
Vol 2, No.7, 2011

                 Advantages                      Increase the surveillance
                                                 efficiency
                                                 of CCTV systems
                 Problems                        Robust detection and tracking
                                                 algorithms required for
                                                 behavioral
                                                 analysis
                 Current research                Automatic learning of scene
                                                 variability and patterns of
                                                 behaviours
                                                 – Bridging the gap between
                                                 the statistical analysis of
                                                 a scene and producing
                                                 natural language interpretations
                 3rd generation
                 Techniques                      Wireless intelligent video
                                                 surveillance system
                 Advantages                          •    Easily installable
                                                     •    Hardware requirement
                                                          is easy due to advance
                                                          cameras, growing
                                                          mobile phone market.
                                                     •    Memory size is very
                                                         small
                                                     • Least expensive
                 Problems                        – Design methodology
                 Current research                -Moving object detection
                                                 -Background subtraction




30 | P a g e
www.iiste.org

More Related Content

PDF
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
PDF
40120140507006
PDF
76201950
PDF
A new image steganography algorithm based
PDF
Weeds detection efficiency through different convolutional neural networks te...
PDF
Deep-learning based single object tracker for night surveillance
PDF
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
PDF
Post-Segmentation Approach for Lossless Region of Interest Coding
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
40120140507006
76201950
A new image steganography algorithm based
Weeds detection efficiency through different convolutional neural networks te...
Deep-learning based single object tracker for night surveillance
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
Post-Segmentation Approach for Lossless Region of Interest Coding

What's hot (17)

PDF
IRJET- Hybrid Approach to Text & Image Steganography using AES and LSB Te...
PDF
Using Mask R CNN to Isolate PV Panels from Background Object in Images
PDF
Satellite and Land Cover Image Classification using Deep Learning
PDF
Secure IoT Systems Monitor Framework using Probabilistic Image Encryption
PDF
Development of real-time indoor human tracking system using LoRa technology
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
Stereoscopic Display of Lung PET/CT DICOM Scans using Perspective
PDF
TRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITION
PDF
Effective Parameters of Image Steganography Techniques
PDF
Satellite Image Classification with Deep Learning Survey
PDF
An Improved Noise Resistant Image Steganography Technique using Zero Cross Ed...
PDF
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
PDF
Applications of Artificial Neural Networks in Civil Engineering
PDF
Color image encryption based on chaotic shit keying with lossless compression
PDF
TOP 5 Most View Article From Academia in 2019
PDF
Geometric Deep Learning
IRJET- Hybrid Approach to Text & Image Steganography using AES and LSB Te...
Using Mask R CNN to Isolate PV Panels from Background Object in Images
Satellite and Land Cover Image Classification using Deep Learning
Secure IoT Systems Monitor Framework using Probabilistic Image Encryption
Development of real-time indoor human tracking system using LoRa technology
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Stereoscopic Display of Lung PET/CT DICOM Scans using Perspective
TRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITION
Effective Parameters of Image Steganography Techniques
Satellite Image Classification with Deep Learning Survey
An Improved Noise Resistant Image Steganography Technique using Zero Cross Ed...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
Applications of Artificial Neural Networks in Civil Engineering
Color image encryption based on chaotic shit keying with lossless compression
TOP 5 Most View Article From Academia in 2019
Geometric Deep Learning
Ad

Viewers also liked (17)

PPTX
NANOTECHNOLOGY
PPTX
Next Generation Intelligent Camera technologies - Composec 2014 Keynote
PPTX
Advanced vehicle security system 2016 upload
PPTX
optical vehicle to vehicle communication
PPTX
Intelligent wireless video monitoring system using computer111111
PPTX
Nanotechnology & applications in electronics
PPTX
Advanced vehicle security system using fingerprint & gsm new
PPTX
HAAPS Technology
PPT
Inter vehicle communication
PPTX
Best Paper winning PPT
PPTX
ANTI THEFT PPT
PPT
Nanotechnology for the Environment
PPT
SMART Vehicle Secure PPT
PPTX
Vehicle tracking system using GSM and GPS
PPTX
Vehicle to vehicle communication
PPTX
inter vehicle communication
PPT
Secured vehicle control system
NANOTECHNOLOGY
Next Generation Intelligent Camera technologies - Composec 2014 Keynote
Advanced vehicle security system 2016 upload
optical vehicle to vehicle communication
Intelligent wireless video monitoring system using computer111111
Nanotechnology & applications in electronics
Advanced vehicle security system using fingerprint & gsm new
HAAPS Technology
Inter vehicle communication
Best Paper winning PPT
ANTI THEFT PPT
Nanotechnology for the Environment
SMART Vehicle Secure PPT
Vehicle tracking system using GSM and GPS
Vehicle to vehicle communication
inter vehicle communication
Secured vehicle control system
Ad

Similar to 3.survey on wireless intelligent video surveillance system using moving object recognition technology 25-30 (20)

PDF
The International Journal of Engineering and Science (The IJES)
PDF
Moving object detection using background subtraction algorithm using simulink
PDF
Psdot 7 change detection algorithm for visual
PDF
Moving Object Detection for Video Surveillance
PDF
PDF
Automated Surveillance System and Data Communication
PDF
Dj31514517
PDF
Dj31514517
PDF
Effective Object Detection and Background Subtraction by using M.O.I
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
Implementation of-a-motion-detection-system
PDF
Gi3511181122
PDF
Object detection elearning
PDF
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
PDF
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
PDF
Robust techniques for background subtraction in urban
DOCX
Motion detection system
PDF
An Object Detection, Tracking And Parametric Classification– A Review
PDF
IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...
PDF
Real Time Detection of Moving Object Based on Fpga
The International Journal of Engineering and Science (The IJES)
Moving object detection using background subtraction algorithm using simulink
Psdot 7 change detection algorithm for visual
Moving Object Detection for Video Surveillance
Automated Surveillance System and Data Communication
Dj31514517
Dj31514517
Effective Object Detection and Background Subtraction by using M.O.I
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Implementation of-a-motion-detection-system
Gi3511181122
Object detection elearning
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
Robust techniques for background subtraction in urban
Motion detection system
An Object Detection, Tracking And Parametric Classification– A Review
IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...
Real Time Detection of Moving Object Based on Fpga

More from Alexander Decker (20)

PDF
Abnormalities of hormones and inflammatory cytokines in women affected with p...
PDF
A validation of the adverse childhood experiences scale in
PDF
A usability evaluation framework for b2 c e commerce websites
PDF
A universal model for managing the marketing executives in nigerian banks
PDF
A unique common fixed point theorems in generalized d
PDF
A trends of salmonella and antibiotic resistance
PDF
A transformational generative approach towards understanding al-istifham
PDF
A time series analysis of the determinants of savings in namibia
PDF
A therapy for physical and mental fitness of school children
PDF
A theory of efficiency for managing the marketing executives in nigerian banks
PDF
A systematic evaluation of link budget for
PDF
A synthetic review of contraceptive supplies in punjab
PDF
A synthesis of taylor’s and fayol’s management approaches for managing market...
PDF
A survey paper on sequence pattern mining with incremental
PDF
A survey on live virtual machine migrations and its techniques
PDF
A survey on data mining and analysis in hadoop and mongo db
PDF
A survey on challenges to the media cloud
PDF
A survey of provenance leveraged
PDF
A survey of private equity investments in kenya
PDF
A study to measures the financial health of
Abnormalities of hormones and inflammatory cytokines in women affected with p...
A validation of the adverse childhood experiences scale in
A usability evaluation framework for b2 c e commerce websites
A universal model for managing the marketing executives in nigerian banks
A unique common fixed point theorems in generalized d
A trends of salmonella and antibiotic resistance
A transformational generative approach towards understanding al-istifham
A time series analysis of the determinants of savings in namibia
A therapy for physical and mental fitness of school children
A theory of efficiency for managing the marketing executives in nigerian banks
A systematic evaluation of link budget for
A synthetic review of contraceptive supplies in punjab
A synthesis of taylor’s and fayol’s management approaches for managing market...
A survey paper on sequence pattern mining with incremental
A survey on live virtual machine migrations and its techniques
A survey on data mining and analysis in hadoop and mongo db
A survey on challenges to the media cloud
A survey of provenance leveraged
A survey of private equity investments in kenya
A study to measures the financial health of

Recently uploaded (20)

PDF
Outsourced Audit & Assurance in USA Why Globus Finanza is Your Trusted Choice
PDF
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
PPTX
New Microsoft PowerPoint Presentation - Copy.pptx
PPT
Data mining for business intelligence ch04 sharda
PDF
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
PPTX
5 Stages of group development guide.pptx
PDF
Roadmap Map-digital Banking feature MB,IB,AB
PPTX
ICG2025_ICG 6th steering committee 30-8-24.pptx
PDF
Reconciliation AND MEMORANDUM RECONCILATION
PPTX
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
PDF
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
PPTX
HR Introduction Slide (1).pptx on hr intro
PDF
Chapter 5_Foreign Exchange Market in .pdf
PDF
How to Get Business Funding for Small Business Fast
PPT
Chapter four Project-Preparation material
PPTX
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
PDF
SIMNET Inc – 2023’s Most Trusted IT Services & Solution Provider
DOCX
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
DOCX
Euro SEO Services 1st 3 General Updates.docx
PPTX
Probability Distribution, binomial distribution, poisson distribution
Outsourced Audit & Assurance in USA Why Globus Finanza is Your Trusted Choice
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
New Microsoft PowerPoint Presentation - Copy.pptx
Data mining for business intelligence ch04 sharda
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
5 Stages of group development guide.pptx
Roadmap Map-digital Banking feature MB,IB,AB
ICG2025_ICG 6th steering committee 30-8-24.pptx
Reconciliation AND MEMORANDUM RECONCILATION
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
Katrina Stoneking: Shaking Up the Alcohol Beverage Industry
HR Introduction Slide (1).pptx on hr intro
Chapter 5_Foreign Exchange Market in .pdf
How to Get Business Funding for Small Business Fast
Chapter four Project-Preparation material
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
SIMNET Inc – 2023’s Most Trusted IT Services & Solution Provider
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
Euro SEO Services 1st 3 General Updates.docx
Probability Distribution, binomial distribution, poisson distribution

3.survey on wireless intelligent video surveillance system using moving object recognition technology 25-30

  • 1. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.7, 2011 Survey on Wireless Intelligent Video Surveillance System Using Moving Object Recognition Technology Durgesh Patil D. Y. Patil College Of Engineering, Akurdi, Pune, University Of Pune, Maharashtra, India Phone: +919766654777; E-mail: patildurgesh95@yahoo.com Sachin Joshi D. Y. Patil College Of Engineering, Akurdi, Pune, University Of Pune, Maharashtra, India Phone: +919767845334; E-mail: sachinj840@gmail.com Milind Bhagat D. Y. Patil College Of Engineering, Akurdi, Pune, University Of Pune, Maharashtra, India Phone: +919665960271; E-mail: milindbhagat6666@gmail.com Swapnil Aundhkar D. Y. Patil College Of Engineering, Akurdi, Pune, University Of Pune, Maharashtra, India Phone: +919860355523; E-mail: swapnneel@gmail.com Received: 2011-10-12 Accepted: 2011-10-18 Published: 2011-11-04 Abstract Video cameras are becoming a ubiquitous feature of modern life, useful for surveillance, crime prevention, and forensic evidence. We cannot solely rely upon human efforts to watch and shift through hundreds and thousands of video frames for crime alerts and forensic analysis. That is a non-scalable task. We need a semi-automated video analysis and event recognition system that can provide timely warnings to alert security personnel, and that can substantially reduce the search space for forensic analysis tasks. This survey describes the approach of wireless intelligent video surveillance system using moving object recognition technique. Keywords: Wireless, Video surveillance, moving object recognition 1. Introduction Intelligent video surveillance systems deal with the real-time monitoring of persistent and transient objects 25 | P a g e www.iiste.org
  • 2. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.7, 2011 within a specific environment. The primary aim of this system is to provide an automatic interpretation of scenes and to understand and predict the actions and interactions of the observed objects based on the information acquired by video camera. The technological evolution of video-based surveillance systems started with analogue CCTV systems. These systems require number of high resolution cameras, high performance network and large amount of space for storage purpose. So these systems are high cost video surveillance systems. So we require a low cost video surveillance system for security purpose where there is limited amount of memory space and average performance network available. Massimo Piccardi (2004) reviewed about eight background subtraction techniques used for object tracking in video surveillance ranging from simple approaches, used for maximizing speed and restraining the memory requirements, to more complicated approaches, used for accomplishing the highest possible accuracy under any potential circumstances. All approaches intended for real-time performance. The techniques reviewed are: Running Gaussian average, Temporal median filter, Mixture of Gaussians, Kernel density estimation (KDE), Sequential KD approximation, Co occurrence of image variations and Eigen backgrounds technique. Amongst the methods reviewed, simple methods such as the Gaussian average or the median filter offer acceptable accuracy while achieving a high frame rate and having limited memory The main stages of this type of video surveillance system are: moving object detection, recognition and tracking. For moving object detection there are several types of background subtraction techniques available. Background subtraction is a widely used approach for detecting moving objects in videos from static cameras. 2. Motion and Object Detection Most visual surveillance systems start with motion detection. Motion detection methods attempt to locate connected regions of pixels that represent the moving objects within the scene; different approaches include frame-to-frame difference, background subtraction and motion analysis using optical flow techniques. Motion detection aims at segmenting regions corresponding to moving objects from the rest of an image. The motion and object detection process usually involves environment (background) modeling and motion segmentation. Subsequent processes such as object classification, tracking, and behavior recognition are greatly dependent on it. Most of segmentation methods use either temporal or spatial information in the image sequence. Several widely used approaches for motion segmentation include temporal differencing, background subtraction, and optical flow. Temporal differencing makes use of the pixel-wise difference between two to three consecutive frames in an image sequence to extract moving regions. Temporal differencing is very fast and adaptive to dynamic environments, but generally does a poor job of extracting all the relevant pixels, e.g., there may be holes left inside moving entities. Background subtraction is very popular for applications with relatively static backgrounds as it attempts to detect moving regions in an image by taking the difference between the current image and the reference background image in a pixel-by-pixel fashion. However, it is extremely sensitive to changes of environment lighting and extraneous events. The numerous approaches to this problem differ in the type of background model and the procedure used to update the background model. The estimated background could be simply modeled using just the previous frame; however, this would not work too well. The background model at each pixel location could be based on the pixel’s recent history. Background subtraction methods store an estimate of the static scene, accumulated over a period of observation; this background model is used to find foreground (i.e., moving objects) regions that do not match the static scene. Recently, some statistical methods to extract change regions from the background are inspired by the basic background subtraction methods as described above. The statistical approaches use the characteristics of individual pixels or groups of pixels to construct more advanced background models, and the statistics of the backgrounds can be updated dynamically during processing. Each pixel in the current image can be classified into foreground or background by comparing the statistics of the current background model. This approach is becoming increasingly popular 26 | P a g e www.iiste.org
  • 3. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.7, 2011 due to its robustness to noise, shadow, changing of lighting conditions, etc. (Stauffer & Grimson, 1999). Massimo Piccardi (2004) introduced a technique of background subtraction in a video surveillance. It involves comparing an observed image with an estimate of the image if it contained no object. The technique simply involves subtracting the timely updated background template from the observed image. The process of background subtraction is shown in following flow chart. The background subtraction technique can adapt to slow changes such as illumination changes by recursively updating the background model. The background subtraction technique is shown in figure 1. Let B (x) represents the current background intensity value at pixel x and I (x) represents the current intensity value at pixel x, then x is considered as a foreground pixel if: | I (x) - B (x) |=T (x) While B(x) is initially set to be the first frame and T(x) is initially set to some empirical non-zero value, both B(x) and T(x) are updated over time 3. Automatic Video Surveillance Real-time segmentation of moving regions is an elemental step in several vision systems including human-machine interface, automated visual surveillance and very low-bandwidth telecommunications. A typical method used is background subtraction. Numerous background models have been brought in to handle different problems. Pixel based Multi-color background model proposed by Grimson et al (2000) is one of the successful solutions to these problems. However, this method suffers from slow learning at the beginning, especially in busy environments and it couldn’t differentiate between moving objects and moving shadows. P. KaewTraKulPong et al (2001) introduced a method which improves this adaptive background mixture model. By reinvestigating the update equations, we utilize different equations at different phases. This allows our system learns faster and more accurately as well as adapt effectively to changing environments. Axel Baumann et al (2008) provided a systematic review of measures and evaluate their effectiveness for specific features like segmentation, event detection and tracking. This review focuses on normalization issues, representativeness and robustness. A software framework is established for continuous evaluation and documentation of the performance of video surveillance systems. A new set of representative measures is projected as a primary part of an evaluation framework. 4. System Architecture “Architecture” is both the process and product of planning, designing, construction. The system architecture for wireless intelligent video surveillance system based on object recognition technique is shown in figure 2. Firstly Video is captured by camera (mobile).By capturing first N number of images the background template is created. After this when the object is detect the image is captured. This image is subtracted from the background image to get the moving object and finally this separated moving object is send to the destination. 5. Video Characteristics Video quality is an outgrowth of a few basic characteristics; frame rate, color depth, resolution, and file format. Frame rate is measured in frames per second (fps), with live video feeds requiring a minimum frame rate of 10 to 15 fps. Color depth can be black and white, grayscale, color or true color. Resolution is typically measured in the number of pixels (picture elements) within each picture frame and will need to be considered in relation to the device screens or monitors the video will be viewed on. Higher resolution, higher frame rates and video with color contain much more Information /data and require more network and storage capacity than lower resolution black and white images. Compression algorithms, often referred to as video formats such as MPEG 4 and H.264, allow video files to be compressed and take up less network bandwidth and less storage space. Each format has different characteristics and care must be taken to select the format most suitable to a particular situation. 27 | P a g e www.iiste.org
  • 4. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.7, 2011 Considerations in choosing the appropriate sizing of solution components must include: frame rate, resolution, color depth, types of compression and subject matter for recording. 6. Conclusion This paper reviews and exploits the existing developments and different types of video surveillance systems which are used for object tracking, behavior analysis, motion analysis and behavior understanding. The moving object recognition technology led to the development of autonomous systems, which also minimize the network traffic. Also, the system can be extended to a distributed wireless network system. Many terminals work together, reporting to a control center and receiving commands from the center. Thus, a low-cost wide-area intelligent video surveillance system can be built. Video surveillance systems have been around for a couple of decades. Most current automated video surveillance systems can process video sequence and perform almost all key low-level functions, such as motion detection and segmentation, object tracking, and object classification with good accuracy. 7. References Teddy Ko. Raytheon Company, USA. “A Survey on Behaviour Analysis in Video Surveillance Applications”, Pp279-292 M. Piccardi (2004), “Background subtraction techniques: a review”, IEEE International Conference on Systems, Man and Cybernetics, vol. 4, pp. 3099–3104. M Valera, SA Velastin (2005), “Intelligent distributed surveillance systems: a review”, IEEE Proceedings on Visual Image Signal Processing, vol. 152, vo.2, pp.192- 204. Stauffer C, Grimson W. E. L. (2000), “Learning patterns of activity using real-time tracking”, IEEE Transactions on Pattern Analysis & Machine Intelligence, Vol. 22 No. 8, p. 747-57. P. KaewTraKulPong, R. Bowden (2001), “An Improved Adaptive Background Mixture Model for Real-time Tracking with Shadow Detection”, Proc. 2nd European Workshop on Advanced Video Based Surveillance Systems, AVBS01, Axel Baumann, Marco Boltz, Julia Ebling, Matthias Koenig, Hartmut S. Loos, Marcel Merkel, Wolfgang Niem, Jan KarlWarzelhan, Jie Yu. (2008) “A Review and Comparison of Measures for Automatic Video Surveillance Systems”, Hindawi Publishing Corporation EURASIP Journal on Image and Video Processing, Article ID 824726, 30 pages doi:10.1155/2008/824726. Figure 1. Background subtraction technique 28 | P a g e www.iiste.org
  • 5. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.7, 2011 Figure 2. System Architecture Table 1: Summary of technical evolution of intelligent surveillance systems 1st generation Techniques Analogue CCTV systems Advantages -They give good performance in some situations – Mature technology Problems Use analogue techniques for image distribution and storage Current research – Digital video recording – CCTV video compression 2nd generation Techniques Automated visual surveillance by combining computer vision technology with CCTV systems 29 | P a g e www.iiste.org
  • 6. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.7, 2011 Advantages Increase the surveillance efficiency of CCTV systems Problems Robust detection and tracking algorithms required for behavioral analysis Current research Automatic learning of scene variability and patterns of behaviours – Bridging the gap between the statistical analysis of a scene and producing natural language interpretations 3rd generation Techniques Wireless intelligent video surveillance system Advantages • Easily installable • Hardware requirement is easy due to advance cameras, growing mobile phone market. • Memory size is very small • Least expensive Problems – Design methodology Current research -Moving object detection -Background subtraction 30 | P a g e www.iiste.org