/Real-Time-Face-Detection-Using-MATLAB

Real-Time face recognition with attendance system using MATLAB

Primary LanguageMATLABMIT LicenseMIT

Real-Time face detection using MATLAB

This is a project for real-time or live-face recognition with attendance system. GUI based application automatic identifies a face and matches it with the database created and training by computer webcam or labtop camera. Also, this application 'Eigenface' PCA algorithm and viola jones algorithm is implemented.

Table of contents

General info

This project is being carried out due to the concerns that have been highlighted on the methods that given a real time video stream, devise a strategy by choosing an algorithm for detection of face like objects in that video stream. Moreover, once a human face is detected in the video stream, extract its feature points and use them to keep track of the motion of that face in live video. Face detection is considered to be a complex task because of many challenges involved in it like presence of occlusion in the vide frame, change in pose of human face and change in image position etc. Keeping in view all these constraints, strategy for implementation of real time face detection must be robust enough to provide maximum performance in presence of these constraints.

Objectives

As the need for larger amounts of research rises of the face detection algorithms choosing an approach for detection of a face in a real video stream by Viola-Jones object detection framework, designing and implementing graphical user interface (GUI) that allows users to interact with implemented algorithms and extracting facial features also known as feature points from the detected face. In this case, facial features are extracted using a minimum eigenvalue algorithm as specified in Carlo Tomasi and Takeo Kanade. Detection and Tracking of Point Features. Carnegie Mellon University Technical Report CMU-CS-91-132, 1991

Screenshots

Home page
Detect camera lab for quick detection for face, eyes, and upper-body!
After login with password

Features

  • Login Page
  • Face Detection and Data Gathering
  • Train the Recognizer
  • Face Recognition
  • Database
  • Live-camera
  • Takes Image From Videos
  • Annotates Detected Features

Technologies

  • MATLAB version R2020a or higher
  • Computer Vision Toolbox
  • Image Acquisition Toolbox
  • Image Processing Toolbox
  • Control System Toolbox

Setup

To run this app, you will need to follow these 2 steps:

1. Requirements

  • a Laptop with camera or USB camera
  • Windows 10. For macOS users, need to figure out what errors might happen when setup

2. Install MATHLAB and Toolboxs

Status

Project is: ##c5f015 done

Contact

Created by A.Safarji - feel free to contact me!

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

Contributing

  1. Fork it (https://github.com/A-safarji/Real-Time-Face-Detection-Using-MATLAB.git)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request