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.
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.
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
Home page |
---|
Detect camera lab for quick detection for face, eyes, and upper-body! |
---|
After login with password |
---|
- Login Page
- Face Detection and Data Gathering
- Train the Recognizer
- Face Recognition
- Database
- Live-camera
- Takes Image From Videos
- Annotates Detected Features
- MATLAB version R2020a or higher
- Computer Vision Toolbox
- Image Acquisition Toolbox
- Image Processing Toolbox
- Control System Toolbox
To run this app, you will need to follow these 2 steps:
- a Laptop with camera or USB camera
- Windows 10.
For macOS users, need to figure out what errors might happen when setup
- Get MATLAB (MATLAB version R2020a or higher recommend)
- Image Processing Toolbox
- Image Acquisition Toolbox
- Computer Vision Toolbox
- Control System Toolbox
- Here is a list of all the MATLAB toolboxes that might be needed
Created by A.Safarji - feel free to contact me!
You can check out the full license here
This project is licensed under the terms of the MIT license.
- Fork it (https://github.com/A-safarji/Real-Time-Face-Detection-Using-MATLAB.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request