GithubHelp home page GithubHelp logo

glastond / face-and-eye-detection-using-haarcascades Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.02 MB

This code is used to detect your face and eyes using python along with Haarcascades.

Python 100.00%

face-and-eye-detection-using-haarcascades's Introduction

Face-and-Eye-Detection-using-Haarcascades

This code is used to detect your face and eyes using python along with Haarcascades.

#Introduction: Face detection is becoming one of the most interesting topics in the computer vision literature. The survey is conducted to analyze the face recognition techniques and timeline view on different methods to handle general face recognition problems. Image processing techniques focuses on two major tasks such as Improvement of pictorial information for human interpretation and processing of image data for storage, transmission and representation for autonomous machine perception. One of the common fundamental techniques that facilitate natural human-computer interaction (HCI) is face detection.

#Working: The word “cascade” in the classifier name means that the resultant classifier consists of several simpler classifiers (stages) that are applied subsequently to a region of interest until at some stage the candidate is rejected or all the stages are passed. The word “boosted” means that the classifiers at every stage of the cascade are complex themselves and they are built out of basic classifiers using one of four different boostingtechniques (weighted voting). Currently Discrete Adaboost, Real Adaboost, Gentle Adaboost and Logitboost are supported. Now we begin our typical loop, the only new thing here is the creation of faces. Basically, it finds faces! We also want to find eyes, but, in a world of false positives, wouldn't it be prudent to logically make it so that we only find eyes in faces? In all seriousness, "eye detection" probably wouldn't find an eyeball laying around. Most eye detection uses the surrounding skin, eye lids, eye lashes, and eye brows to also make the detection. Thus, our next step is to break down the faces first, before getting to the eyes.Here, we're finding faces, their sizes, drawing rectangles, and noting the ROI. Next, we poke around for some eyes.we find those, we'll go ahead and make some more rectangles. Next we finish up.

face-and-eye-detection-using-haarcascades's People

Contributors

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