Coder Social home page Coder Social logo

zloop1982 / background-subtraction-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from donovan-h-parks/background-subtraction-library

0.0 1.0 0.0 245 KB

C++ background substraction library

License: GNU General Public License v3.0

C++ 89.49% CMake 0.47% Python 10.03%

background-subtraction-library's Introduction

Overview

This library containing 7 popular background subtraction algorithms:

  • adaptive median filtering
  • eigenbackground
  • single Gaussian
  • Gaussian mixture models
  • adaptive Gaussian mixture models
  • running mean
  • mediod filtering

This library makes use of OpenCV.

Building with CMake

$ mkdir _build
$ cd _build
$ cmake ..
$ make

Building Python Interface

  1. Install OpenCV with Python bindings enabled.

  2. Edit include_dirs in the setup.py.

  3. Build the cython module:

     $ pip install numpy cython
     $ python setup.py build_ext --inplace
    
  4. Test the module using stream from the webcam:

     $ python pybgs_test.py
    

Citation

If you find this software useful, please consider citing:

  • Parks DH, Fels SS. 2008. Evaluation of background substraction algorithms with post-processing. IEEE Fifth International Conference on Advanced Video and Signal Based Surveillance (AVSS2008): 192-199.

License

This software is released under GNE General Public License version 3. See LICENSE.txt for further details.

Contact

Inquires regarding this software can be directed to: donovan_parks_at_gmail_dot_com

background-subtraction-library's People

Contributors

donovan-h-parks avatar

Watchers

 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.