Skip to content

Live Stream face recognition using Machine Learning in MATLAb

Notifications You must be signed in to change notification settings

DishaDudhal/Face-Recognition-MATLAB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition-MATLAB

The file named "FaceRecognition.m" is the main MATLAB script file that contains the code for Facial Recognition in Live Stream using Machine Learning in MATLAB using the Computer Vision System Toolbox. In order to run the project you must create a folder named - 'OurClass' which will contain the training data set, i.e. images of the user in a folder with the name of the user. Another folder named 'testClass' should be created which would contain all the images which are to be tested. The additional file named as 'Facetobecropped.m' is a program for creating a Dataset with resized images as needed for accurate recognition and also feature extraction from each image. (pre-processing step). If the faces are not cropped it leads to decrease in the accuracy of the code

We have used the traditional Viola Jones algorithm for Face detection in a video frame. And uses the ECOC classifier to classify our images depending on the class labels in the dataset.

About

Live Stream face recognition using Machine Learning in MATLAb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%