GithubHelp home page GithubHelp logo

zhangmingmovidius / video-surveillance-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qqibrow/video-surveillance-system

0.0 1.0 0.0 120 KB

system which could provide functions including region detection, human detection, tracking, and abandoned & removed object detection.

C 100.00%

video-surveillance-system's Introduction

Video-Surveillance-System

system which could provide functions including region detection, human detection, tracking, and abandoned or removed object detection. I am responsible for the object tracking and detection part.

The whole system consists of several components. The first one is background subtraction. Here we mainly refer to the code provided by Donovan Parks http://dparks.wikidot.com/. we implemented the Gaussian Mixture Model to do the backgorund subtration, but we made some improvement to overcome the illumination changing problem. As our camera is fixed, we simply learned several Gaussian Mixture Models according to the environments and recorded it. we change the models it if we detect the light change dramatically. In the changing process, we use the adaptive median filter(AMF) method(very similar to a frame-by-frame subtraction method).So the process is like:

using GMM1 -> detected light change -> change to GMM2, but not use the background tracking result of GMM2, use AMF result at this time->when GMM2 is ready, use result of GMM2 rather than AMF

As the tracking method, we use frame-to-frame data association method. For the removed or abandoned object detection, we use the attribute that the different Gaussian mixture model change differently to find the still area.

simple results: http://youtu.be/W8EZw9au-AQ http://www.youtube.com/watch?v=D5SgiFzEgHc

video-surveillance-system's People

Contributors

qqibrow avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.