Code Monkey home page Code Monkey logo

picturebackgroundremove's Introduction

PictureBackgroundRemove

This application is designed to separate the object and the background in the picture and remove it from the picture.

The interface below: image

The detection algorithm consists of passing through the image by pixels and comparing two neighboring pixels. With a sudden change in RGB formulas system detects that and defines the next pixel as bound of the object in the picture. After the detection further pixel will be defined as object pixel, while RGB formulas will not be high enough (it controls with specific value parameter), and the further pixels will be defined as background pixels respectively. The main concepts is like aerodynamic flow, which flows around the object, just touching its bound surfaces.

The application opportunities:

  1. Detecting backgound and main object;
  2. Coloring background and main object;
  3. Deleting background and main object;
  4. Detecting a contour of object

The example of working process is shown below: Before finding the backgroung image

After detecting the background ( it is colored in red)

image

picturebackgroundremove's People

Contributors

adamnatur 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.