Git Product home page Git Product logo

facedetection's Introduction

Face Detection ๐Ÿง”โ€โ™‚๏ธ

This code helps you to understand and detect faces using haar cascades through webcam.

Code Requirements ๐Ÿฆ„

The example code is in Python (version 2.7 or higher will work).

Description ๐Ÿ’

Object Detection using Haar feature-based cascade classifiers is an effective object detection method proposed by Paul Viola and Michael Jones in their paper, "Rapid Object Detection using a Boosted Cascade of Simple Features" in 2001. It is a machine learning based approach where a cascade function is trained from a lot of positive and negative images. It is then used to detect objects in other images.

Here we will work with face detection. Initially, the algorithm needs a lot of positive images (images of faces) and negative images (images without faces) to train the classifier. Then we need to extract features from it. For this, haar features shown in below image are used. They are just like our convolutional kernel. Each feature is a single value obtained by subtracting sum of pixels under white rectangle from sum of pixels under black rectangle

Haar features ๐Ÿคต

OpenCV comes with a trainer as well as detector.

For more information, see

Results ๐Ÿ“Š

## Execution ๐Ÿ‰

To run the code, type python Face.py

python Face.py

References ๐Ÿ”ฑ

https://pythonprogramming.net/haar-cascade-face-eye-detection-python-opencv-tutorial/

facedetection's People

Contributors

akshaybahadur21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

facedetection's Issues

Code copied from PythonProgramming.net

Hello Akshay,

The code is exactly same to the actual tutorial by sentdx in his python programming tutorial website and can be obtained at this link.

It is healthy to learn through the tutorial and apply the knowledge to work on an new idea, but copying someone's work and tagging it with your name is not professional and is termed as stealing.

Sid

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.