Skip to content

soumenca/faceRecgSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Face Recognition System using Matlab

This project aims to develop a Face Recognition System which will classify the face images. For the implementation of this project, all the codes have been written in the Matlab2017a environment. This project is consisting of three phases: Feature Extraction from face Image using Linear Binary Pattern, Dimensionality reduction using PCA algorithm and Classify using K-Nearest Neighbors (KNN) and Naive Bayes classifier. For feature extraction divide the image 8*8 block, and from each block select 59 uniform features using extractLBPFeatures() Matlab function.These results are obtained using LFWCropped20 face image data set. From this results, it was observed that the Naive Bayes classifier perform better than KNN classifier.

About

Face Recognition System using Matlab; Algorithms: LBP, PCA, KNN, SVM and Naive Bayes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages