2D face recognition

Over the years, many research and implementation of face recognition technology for law enforcement purposes or use for identity authentication have been introduced over the world. To implement a face recognition system, several techniques can be used such as Principal Component Analysis (PCA), Line...

Full description

Saved in:
Bibliographic Details
Main Author: Yap, Choon Mei
Other Authors: Chua Chin Seng
Format: Final Year Project
Language:English
Published: 2019
Subjects:
Online Access:http://hdl.handle.net/10356/77735
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Over the years, many research and implementation of face recognition technology for law enforcement purposes or use for identity authentication have been introduced over the world. To implement a face recognition system, several techniques can be used such as Principal Component Analysis (PCA), Linear Discriminant Analysis (LDA) or the Local Binary Patterns Histograms (LBPH). The main focus of this project is to build a database system for training and test on the success rate of recognizing the correct person name in the image using OpenCV library of LBPH technique and by setting a threshold range of the for the test images and observing the results.