SlideShare a Scribd company logo
MOVING
OBJECT
DETECTION
IN COMPLEX
SCENES
B. TECH. PROJECT PRESENTATION
CPP 301 – CORE PROJECT I
SUPERVISED BY:
DR. S. MURALA
TEAM MEMBERS
Abhishek Nandurkar
Kumar Mayank
Mayur Yadav
Dept. of Electrical Engineering IIT Ropar
Batch of 2017
ABSTRACT
• Most background modelling approaches represent distribution of background
changes by parametric models like Gaussian Mixture Models (GMM).
• But complex variations of background changes are hard to be modelled by
parametric background models.
• Our work uses COARSE – TO – FINE DETECTION algorithm to extract foreground
objects.
• Model is updated by FIRST – IN – FIRST – OUT strategy to maintain the most
recent observed background and foreground instance.
FINDINGS FROM
LITERATURE
REVIEW
LITERATURE REVIEW
• Parametric models like Gaussian Mixture Model and
Bayesian learning-based model were mostly used.
• These algorithms were time consuming.
• A non-parametric model records pixels as samples of
backgrounds and uses them as background model.
• These showed superior performance than many other
state-of-art methods.
• Three categories of background modelling includes pixel-
based, region based and hybrid methods.
MOTIVATION
“
• Background modelling is one of the important
research topics for detecting moving foreground
objects in visual surveillance.
• Propose an efficient algorithm robust to illumination
changes, noise, and dynamic background with
minimal computational complexity.
MOTIVATION
OUR PROCESS OF
DETECTION OF
MOVING OBJECTS
BACKGROUND AND FOREGROUND
MODEL CONSTRUCTION
COARSE-TO-FINE DETECTION THEORY
FOR FOREGROUND OBJECT EXTRACTION
MODEL UPDATING
BACKGROUND AND FOREGROUND MODEL
CONSTRUCTION
• Background Model
The background model is the union of individual background
instances obtained from galaxy descriptor.
• Foreground Model
The foreground model is the union of individual foreground
instances obtained from galaxy descriptor.
BACKGROUND AND FOREGROUND MODEL
CONSTRUCTION
Existing Algorithm
• This model uses binary descriptors to extract foregrounds.
• The descriptor used is called GALAXY.
• Similar to actual galaxy the descriptor contains:
o Galaxy center
o Stars
o Planets
• Illumination changes are reduced by using transformed RGB color
space.
Galaxy Pattern
for instance
representation
Source: fig 1, from “Binary Descriptor Based Nonparametric Background Modelling for Foreground Extraction
by Using Detection Theory,”[1]
OUR PROCESS OF
DETECTION OF
MOVING OBJECTS
BACKGROUND AND FOREGROUND
MODEL CONSTRUCTION
COARSE-TO-FINE DETECTION THEORY
FOR FOREGROUND OBJECT EXTRACTION
MODEL UPDATING
DRAWBACKS
• The above background modeling algorithm seems to be less efficient
in few cases.
• The shape of foreground regions we get in output are not precise.
Also in case of small object, it fails to identify.
• This method only compares relation between different colour
intensities at a particular location.
• The Spatio-Temporal Relations are not considered in this algorithm.
OUR PROCESS OF
DETECTION OF
MOVING OBJECTS
BACKGROUND AND FOREGROUND
MODEL CONSTRUCTION
COARSE-TO-FINE DETECTION THEORY
FOR FOREGROUND OBJECT EXTRACTION
MODEL UPDATING
Our Proposed Algorithm
• To create an instance, combines result of texture (gray scale channel)
features and color space.
• Uses same galaxy descriptor but creating an instance uses a whole
different approach.
• Considers temporal relations between two frames say, instance at ‘t’
will be combination of ‘t’ and ‘t-1’.
Galaxy Pattern
for instance
representation
Source: fig 1, from “Binary Descriptor Based Nonparametric Background Modelling for Foreground Extraction
by Using Detection Theory,”[1]
OUR PROCESS OF
DETECTION OF
MOVING OBJECTS
BACKGROUND AND FOREGROUND
MODEL CONSTRUCTION
COARSE-TO-FINE DETECTION THEORY
FOR FOREGROUND OBJECT EXTRACTION
MODEL UPDATING
COARSE-TO-FINE DETECTION THEORY FOR
FOREGROUND OBJECT EXTRACTION
1. COARSE-LEVEL DETECTION THEORY
• An instance belongs to either a background or a foreground.
• This forms a BINARY hypothesis.
H0 : Ip(t’) is a background instance.
H1 : Ip(t’) is a foreground instance.
• Using MAP detection theory
…… (1)
COARSE LEVEL DETECTION THEORY FOR
FOREGROUND OBJECT EXTRACTION
• Applying Bayes' rule, on equation (1)
(2)
• Hence, the likelihood ratio can be defined as
(3)
• For improving the computational complexity, we define
(4)
where dpB is the hamming distance
COARSE-TO-FINE DETECTION THEORY FOR
FOREGROUND OBJECT EXTRACTION
2. FINE-LEVEL DETECTION THEORY
• A pixel will belong to either foreground or background.
• Considers a window of pixels, here 11x11.
• A pixel is part of foreground or background. Also may/may not be
part of above window.
• Likelihood function is :
(5)
OUR PROCESS OF
DETECTION OF
MOVING OBJECTS
BACKGROUND AND FOREGROUND
MODEL CONSTRUCTION
COARSE-TO-FINE DETECTION THEORY
FOR FOREGROUND OBJECT EXTRACTION
MODEL UPDATING
MODEL UPDATING
• Backgrounds will change with time, update of background models is
an important issue.
• Background models must contain most recent changes.
• To ensure this, we have used:
FIRST-IN-FIRST-OUT strategy to update background model.
EXPERIMENTAL
RESULTS
Video I
Sample video source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.
Video I
Sample video source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.
Video I
Sample video source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.
Video I
Sample video source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.
APPLICATIONS
• INTELLIGENT SURVEILLANCE FOR SECURITY
• Border security
• Company/Industry security
• Home security
• PARKING LOT MONITORING
To have a count of the number of vehicles entering
and exiting the lot.
FUTURE PLANS
FUTURE PLANS
• Achieve better efficiency of the new model and get a better shape of
the object.
• We will Combine implemented texture based algorithm with color
features along with spatio-temporal features for foreground extraction.
• A new descriptor to represent the observed image regions.
• We aim to develop a highly efficient algorithm robust to illumination
effects and dynamic background.
• Detecting a near perfect shape of the object is still a challenge.
REFERENCES
[1] Min-Hsiang Yang, Chun-Rong Huang, Member, “Binary Descriptor
Based Nonparametric Background Modeling for Foreground Extraction by
Using Detection Theory,” IEEE Trans. on circuits and systems for video
tech., vol.25, no. 4, April 2015.
[2] Michael Calonder, Vincent Lepetit, O. Mustafa, T. Trzcinski, Christoph
Strecha and Pascal Fua, “BRIEF: Binary Robust Independent Elementary
Features, Computing a local binary descriptor very fast,” IEEE Trans.
Pattern Anal. Mach. Intell., vol.34, no. 7, July 2012.
[3] G.-H. Huang and C.-R. Huang, “Binary invariant cross color descriptor
using galaxy sampling,” in Proc. 21st Int. Conf. Pattern Recognit., Nov.
2012, pp. 2610–2613.
[4] Sample videos for testing source: CDnet 2012 benchmark data set and
CDnet 2014 benchmark data set.
THANKS!

More Related Content

PPTX
Automatic Building detection for satellite Images using IGV and DSM
PDF
End-to-End Object Detection with Transformers
PPTX
Object Detection using Deep Neural Networks
PDF
Currency recognition on mobile phones
PPT
Matteoli ieee gold_2010_clean
PPT
unrban-building-damage-detection-by-PJLi.ppt
PDF
Object Pose Estimation
PDF
PR-231: A Simple Framework for Contrastive Learning of Visual Representations
Automatic Building detection for satellite Images using IGV and DSM
End-to-End Object Detection with Transformers
Object Detection using Deep Neural Networks
Currency recognition on mobile phones
Matteoli ieee gold_2010_clean
unrban-building-damage-detection-by-PJLi.ppt
Object Pose Estimation
PR-231: A Simple Framework for Contrastive Learning of Visual Representations

What's hot (20)

PPTX
Object extraction from satellite imagery using deep learning
PDF
Efficient Neural Architecture Search via Parameter Sharing
PDF
Unsupervised/Self-supervvised visual object tracking
PPTX
Fcv rep darrell
PPTX
PCL (Point Cloud Library)
PPTX
Objects as points
PDF
An Introduction to Neural Architecture Search
PDF
Passive stereo vision with deep learning
PPTX
[DL輪読会]ClearGrasp
PDF
PR-217: EfficientDet: Scalable and Efficient Object Detection
PDF
Object Detection and Recognition
PDF
NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
PDF
Review: Incremental Few-shot Instance Segmentation [CDM]
PDF
PR-155: Exploring Randomly Wired Neural Networks for Image Recognition
PPTX
Object detection - RCNNs vs Retinanet
PDF
PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...
PDF
第12回 配信講義 計算科学技術特論A(2021)
PDF
PR-302: NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
PPTX
ICRA 2015 Spotlight
PPTX
DETR ECCV20
Object extraction from satellite imagery using deep learning
Efficient Neural Architecture Search via Parameter Sharing
Unsupervised/Self-supervvised visual object tracking
Fcv rep darrell
PCL (Point Cloud Library)
Objects as points
An Introduction to Neural Architecture Search
Passive stereo vision with deep learning
[DL輪読会]ClearGrasp
PR-217: EfficientDet: Scalable and Efficient Object Detection
Object Detection and Recognition
NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
Review: Incremental Few-shot Instance Segmentation [CDM]
PR-155: Exploring Randomly Wired Neural Networks for Image Recognition
Object detection - RCNNs vs Retinanet
PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...
第12回 配信講義 計算科学技術特論A(2021)
PR-302: NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
ICRA 2015 Spotlight
DETR ECCV20
Ad

Similar to Moving object detection in complex scene (20)

PDF
Strategy for Foreground Movement Identification Adaptive to Background Variat...
PDF
Object detection elearning
PDF
X36141145
PDF
IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...
PDF
Human Motion Detection in Video Surveillance using Computer Vision Technique
PDF
Robust foreground modelling to segment and detect multiple moving objects in ...
PDF
Vehicle counting without background modeling
PDF
A ROBUST BACKGROUND REMOVAL ALGORTIHMS USING FUZZY C-MEANS CLUSTERING
PDF
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PPTX
motion and feature based person tracking in survillance videos
PDF
Implementation and performance evaluation of
PDF
MATLAB Code + Description : Real-Time Object Motion Detection and Tracking
PDF
Ijnsa050207
PDF
Effective Object Detection and Background Subtraction by using M.O.I
PDF
Talk 2011-buet-perception-event
PDF
Real Time Detection of Moving Object Based on Fpga
PDF
F011113741
PDF
The International Journal of Engineering and Science (The IJES)
PDF
Applying edge density based region growing with frame difference for detectin...
Strategy for Foreground Movement Identification Adaptive to Background Variat...
Object detection elearning
X36141145
IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...
Human Motion Detection in Video Surveillance using Computer Vision Technique
Robust foreground modelling to segment and detect multiple moving objects in ...
Vehicle counting without background modeling
A ROBUST BACKGROUND REMOVAL ALGORTIHMS USING FUZZY C-MEANS CLUSTERING
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
motion and feature based person tracking in survillance videos
Implementation and performance evaluation of
MATLAB Code + Description : Real-Time Object Motion Detection and Tracking
Ijnsa050207
Effective Object Detection and Background Subtraction by using M.O.I
Talk 2011-buet-perception-event
Real Time Detection of Moving Object Based on Fpga
F011113741
The International Journal of Engineering and Science (The IJES)
Applying edge density based region growing with frame difference for detectin...
Ad

Recently uploaded (20)

PPTX
Sustainable Sites - Green Building Construction
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
Construction Project Organization Group 2.pptx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPT
Project quality management in manufacturing
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Welding lecture in detail for understanding
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Digital Logic Computer Design lecture notes
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
DOCX
573137875-Attendance-Management-System-original
PPTX
Internet of Things (IOT) - A guide to understanding
Sustainable Sites - Green Building Construction
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
CH1 Production IntroductoryConcepts.pptx
Construction Project Organization Group 2.pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Project quality management in manufacturing
Embodied AI: Ushering in the Next Era of Intelligent Systems
Welding lecture in detail for understanding
OOP with Java - Java Introduction (Basics)
Digital Logic Computer Design lecture notes
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
573137875-Attendance-Management-System-original
Internet of Things (IOT) - A guide to understanding

Moving object detection in complex scene

  • 1. MOVING OBJECT DETECTION IN COMPLEX SCENES B. TECH. PROJECT PRESENTATION CPP 301 – CORE PROJECT I SUPERVISED BY: DR. S. MURALA
  • 2. TEAM MEMBERS Abhishek Nandurkar Kumar Mayank Mayur Yadav Dept. of Electrical Engineering IIT Ropar Batch of 2017
  • 3. ABSTRACT • Most background modelling approaches represent distribution of background changes by parametric models like Gaussian Mixture Models (GMM). • But complex variations of background changes are hard to be modelled by parametric background models. • Our work uses COARSE – TO – FINE DETECTION algorithm to extract foreground objects. • Model is updated by FIRST – IN – FIRST – OUT strategy to maintain the most recent observed background and foreground instance.
  • 5. LITERATURE REVIEW • Parametric models like Gaussian Mixture Model and Bayesian learning-based model were mostly used. • These algorithms were time consuming. • A non-parametric model records pixels as samples of backgrounds and uses them as background model. • These showed superior performance than many other state-of-art methods. • Three categories of background modelling includes pixel- based, region based and hybrid methods.
  • 7. “ • Background modelling is one of the important research topics for detecting moving foreground objects in visual surveillance. • Propose an efficient algorithm robust to illumination changes, noise, and dynamic background with minimal computational complexity. MOTIVATION
  • 8. OUR PROCESS OF DETECTION OF MOVING OBJECTS BACKGROUND AND FOREGROUND MODEL CONSTRUCTION COARSE-TO-FINE DETECTION THEORY FOR FOREGROUND OBJECT EXTRACTION MODEL UPDATING
  • 9. BACKGROUND AND FOREGROUND MODEL CONSTRUCTION • Background Model The background model is the union of individual background instances obtained from galaxy descriptor. • Foreground Model The foreground model is the union of individual foreground instances obtained from galaxy descriptor.
  • 10. BACKGROUND AND FOREGROUND MODEL CONSTRUCTION Existing Algorithm • This model uses binary descriptors to extract foregrounds. • The descriptor used is called GALAXY. • Similar to actual galaxy the descriptor contains: o Galaxy center o Stars o Planets • Illumination changes are reduced by using transformed RGB color space.
  • 11. Galaxy Pattern for instance representation Source: fig 1, from “Binary Descriptor Based Nonparametric Background Modelling for Foreground Extraction by Using Detection Theory,”[1]
  • 12. OUR PROCESS OF DETECTION OF MOVING OBJECTS BACKGROUND AND FOREGROUND MODEL CONSTRUCTION COARSE-TO-FINE DETECTION THEORY FOR FOREGROUND OBJECT EXTRACTION MODEL UPDATING
  • 13. DRAWBACKS • The above background modeling algorithm seems to be less efficient in few cases. • The shape of foreground regions we get in output are not precise. Also in case of small object, it fails to identify. • This method only compares relation between different colour intensities at a particular location. • The Spatio-Temporal Relations are not considered in this algorithm.
  • 14. OUR PROCESS OF DETECTION OF MOVING OBJECTS BACKGROUND AND FOREGROUND MODEL CONSTRUCTION COARSE-TO-FINE DETECTION THEORY FOR FOREGROUND OBJECT EXTRACTION MODEL UPDATING
  • 15. Our Proposed Algorithm • To create an instance, combines result of texture (gray scale channel) features and color space. • Uses same galaxy descriptor but creating an instance uses a whole different approach. • Considers temporal relations between two frames say, instance at ‘t’ will be combination of ‘t’ and ‘t-1’.
  • 16. Galaxy Pattern for instance representation Source: fig 1, from “Binary Descriptor Based Nonparametric Background Modelling for Foreground Extraction by Using Detection Theory,”[1]
  • 17. OUR PROCESS OF DETECTION OF MOVING OBJECTS BACKGROUND AND FOREGROUND MODEL CONSTRUCTION COARSE-TO-FINE DETECTION THEORY FOR FOREGROUND OBJECT EXTRACTION MODEL UPDATING
  • 18. COARSE-TO-FINE DETECTION THEORY FOR FOREGROUND OBJECT EXTRACTION 1. COARSE-LEVEL DETECTION THEORY • An instance belongs to either a background or a foreground. • This forms a BINARY hypothesis. H0 : Ip(t’) is a background instance. H1 : Ip(t’) is a foreground instance. • Using MAP detection theory …… (1)
  • 19. COARSE LEVEL DETECTION THEORY FOR FOREGROUND OBJECT EXTRACTION • Applying Bayes' rule, on equation (1) (2) • Hence, the likelihood ratio can be defined as (3) • For improving the computational complexity, we define (4) where dpB is the hamming distance
  • 20. COARSE-TO-FINE DETECTION THEORY FOR FOREGROUND OBJECT EXTRACTION 2. FINE-LEVEL DETECTION THEORY • A pixel will belong to either foreground or background. • Considers a window of pixels, here 11x11. • A pixel is part of foreground or background. Also may/may not be part of above window. • Likelihood function is : (5)
  • 21. OUR PROCESS OF DETECTION OF MOVING OBJECTS BACKGROUND AND FOREGROUND MODEL CONSTRUCTION COARSE-TO-FINE DETECTION THEORY FOR FOREGROUND OBJECT EXTRACTION MODEL UPDATING
  • 22. MODEL UPDATING • Backgrounds will change with time, update of background models is an important issue. • Background models must contain most recent changes. • To ensure this, we have used: FIRST-IN-FIRST-OUT strategy to update background model.
  • 24. Video I Sample video source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.
  • 25. Video I Sample video source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.
  • 26. Video I Sample video source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.
  • 27. Video I Sample video source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.
  • 28. APPLICATIONS • INTELLIGENT SURVEILLANCE FOR SECURITY • Border security • Company/Industry security • Home security • PARKING LOT MONITORING To have a count of the number of vehicles entering and exiting the lot.
  • 30. FUTURE PLANS • Achieve better efficiency of the new model and get a better shape of the object. • We will Combine implemented texture based algorithm with color features along with spatio-temporal features for foreground extraction. • A new descriptor to represent the observed image regions. • We aim to develop a highly efficient algorithm robust to illumination effects and dynamic background. • Detecting a near perfect shape of the object is still a challenge.
  • 31. REFERENCES [1] Min-Hsiang Yang, Chun-Rong Huang, Member, “Binary Descriptor Based Nonparametric Background Modeling for Foreground Extraction by Using Detection Theory,” IEEE Trans. on circuits and systems for video tech., vol.25, no. 4, April 2015. [2] Michael Calonder, Vincent Lepetit, O. Mustafa, T. Trzcinski, Christoph Strecha and Pascal Fua, “BRIEF: Binary Robust Independent Elementary Features, Computing a local binary descriptor very fast,” IEEE Trans. Pattern Anal. Mach. Intell., vol.34, no. 7, July 2012. [3] G.-H. Huang and C.-R. Huang, “Binary invariant cross color descriptor using galaxy sampling,” in Proc. 21st Int. Conf. Pattern Recognit., Nov. 2012, pp. 2610–2613. [4] Sample videos for testing source: CDnet 2012 benchmark data set and CDnet 2014 benchmark data set.

Editor's Notes

  • #4: 2. significant illumination changes and dynamic moving backgrounds with time, 3. on basis of non parametric background and foreground models represented by binary descriptors.
  • #5: Lets see the findings obtained from literature review.
  • #6: Till now, various background modelling approaches have been developed, which can be categorized into pixel-based, region-based, and hybrid methods. One of the most famous pixel-based methods is Gaussian mixture models. A recursive Bayesian learning-based method was proposed next to detect foreground objects under dynamic backgrounds. They apply multilayer Gaussian distributions to model different background content. However, these algorithm are time consuming. A non-parametric model named as ‘Vibe’ was also proposed. It records pixels as samples of backgrounds in the surveillance video and uses them as background models instead of using an explicit parametric model for each pixel. It shows superior performance than other methods because it represents exact background changes in recent frames. However, they are easily affected by noise, illumination changes, and dynamic backgrounds. Hybrid methods, which integrate both pixel- and region-based methods, are best to resolve aforementioned problems. They can achieve better background representation but the computational complexity is relatively high.
  • #7: So what motivated us to take this as our B.Tech Project.
  • #8: We studied few of the background modelling and object detection methods mentioned above. We found that these methods have some drawbacks. Due to these difficulties, we decided to construct a model which can overcome above drawbacks. We aim to propose an efficient algorithm robust to illumination changes, noise, and dynamic background with minimal computational complexity.
  • #23: Next step of our algorithm is background model updating. As backgrounds change with time, the update of background models is also an important issue to ensure that background models contain the most recent changes. Same goes with the foreground. We use first in first out strategy to update these models.
  • #24: Lets see the results obtained by implementing the above algorithm discussed.
  • #25: This is another video on which we tested our implemented algorithm. Based on the white patches seen in the detected output our algorithm clearly tracks the movement of these fishes. However it fails to detect the small fishes and sometimes unnecessary white patches appear. We will eradicate these problems in near future.
  • #26: We tested our algorithm on 2 sample videos downloaded from CDnet 2012 benchmark data set and CDnet 2014 benchmark data set. It is a standard site from which videos are downloaded for testing. Left side of this detected video is the original video and right side is the detected output. White patches indicate foreground while black region represents background.
  • #27: This is another video on which we tested our implemented algorithm. Based on the white patches seen in the detected output our algorithm clearly tracks the movement of these fishes. However it fails to detect the small fishes and sometimes unnecessary white patches appear. We will eradicate these problems in near future.
  • #28: This is another video on which we tested our implemented algorithm. Based on the white patches seen in the detected output our algorithm clearly tracks the movement of these fishes. However it fails to detect the small fishes and sometimes unnecessary white patches appear. We will eradicate these problems in near future.
  • #29: APPLICATION Lets see the real time application of our project. THE first one is Intelligent Surveillance for security In Border Security it can be used to warn us from possible threats at border from neighbouring countries. It can be also used in company/industry security – To keep a track of the people entering the office and prevent burglaries or accidents inside company/industry. Second application is Parking lot monitoring where it can be used to track the number of vehicles entering and exiting the lot.
  • #30: So what motivated us to take this as our B.Tech Project.