Skip to content

Local Binary Pattern Histogram (LBPH) was one of the best algorithms used to perform face recognition but in past few years, due to great ongoing researchs, there exist few more superior algorithms such as ARC Face Algo, Haar Algo, 4SF algo, etc. which are more efficient in real world terms. LBPH is an algorithm to extract the local features / p…

Notifications You must be signed in to change notification settings

caped-crusader16/Face-Recognition-using-MultiBlock-LBPH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Face-Recognition-using-MultiBlock-LBPH

Local Binary Pattern Histogram (LBPH) was one of the best algorithms used to perform face recognition but in past few years, due to great ongoing researchs, there exist few more superior algorithms such as ARC Face Algo, Haar Algo, 4SF algo, etc. which are more efficient in real world terms. LBPH is an algorithm to extract the local features / patterns into histogram format. The dataset selected is 'ORL Face Dataset' which includes 10 images for each of the 40 persons. We will split the training and testing dataset into 7:3 ratio and after processing over the training dataset, we will input few images where we extract their features and find the most similar faces using nearest-neighbour classifier and thus recognition is done. For further more details, please check the report.

Collaborator : Kirtan Kalaria

About

Local Binary Pattern Histogram (LBPH) was one of the best algorithms used to perform face recognition but in past few years, due to great ongoing researchs, there exist few more superior algorithms such as ARC Face Algo, Haar Algo, 4SF algo, etc. which are more efficient in real world terms. LBPH is an algorithm to extract the local features / p…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published