Code Monkey home page Code Monkey logo

face-recognition-and-detection-analysis's Introduction

This project was a university assignment for Computer Vision that analysed computer vision algorithms. This code trains and runs performance tests several face detection and recognition algorithms. The algorithms examined are Haar Cascade Classifiers for face detection and Eigenfaces, Fisherfaces, Local Binary Patters (LBP) and Local Intensity Distribution (LID) for face recognition.

Please see report.pdf for the complete analysis.

CSCI435 Computer Vision

Project: Facial Recognition

Testing Environment

This code was tested on Ubuntu 12.04 LTS with OpenCV 2.4.2.

How to Run

The code can be compiled an run in the following way:

$ make
$ ./faceDetection [image]

Additional Notes

Please note that I have included the trained XML files in the submission:

  • haarcascade_frontalface_alt2.xml
  • trained_eigen.xml
  • trained_fisher.xml
  • trained_lbp.xml
  • trained_lid.xml

This means that you do not have to run the training functions. It is important that you don't run them, as it assumes that the face_samples folder is with the executable, and I also had to rename a few images. Similarly, there is no need to run the performance testing functions as the results can be found within the report.

For the report, please see report.pdf

face-recognition-and-detection-analysis's People

Contributors

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