Giter Club home page Giter Club logo

opencv-background-subtraction-without-ai's Introduction

Opencv-Background-Subtraction-Without-AI

Algorithm

  1. Save the reference frame(in gray scale and saturation scale) at the beginning of the video
  2. Convert other coming frames to gray scale and also hsv channels
  3. Compare each new frame with the reference frame in saturation and gray scale
  4. If absolute value differences bigger than 25 than mark the pixel and save in a new Mat
  5. Then erode + dilate to this frame (2 times)
  6. Check non-zero pixels in gray channel domain and mark them for result image
  7. Remained zero pixels in Step-6 check in saturation domain and mark them in result image
  8. If still remained zero pixels which means they belong to background, you can make replace them with the desired background

Requirements:

  1. At the beginning camera should take a reference frame so you shouldnt be in front of camera
  2. Camera should be constant

opencv-background-subtraction-without-ai's People

Contributors

yunus-temurlenk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

gone2808

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.