Face recognition using openCV

How can we extract human face data from complex environment? It has always been an essential question for computer engineers. People invented various methods to solve this question. In this project, some of them are introduced to help you have better understanding about face detection. The main ch...

Full description

Saved in:
Bibliographic Details
Main Author: Shi, Fangzhou
Other Authors: Mao Kezhi
Format: Final Year Project
Language:English
Published: 2017
Subjects:
Online Access:http://hdl.handle.net/10356/70767
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:How can we extract human face data from complex environment? It has always been an essential question for computer engineers. People invented various methods to solve this question. In this project, some of them are introduced to help you have better understanding about face detection. The main challenge is at the wide variety of faces and the complexity of noise that generated by backgrounds. Certain algorithm is needed to differentiate face patterns and non-face patterns. In this project, I decided to run OpenCV which is the most mainstream image processing library on Visual Studio to ensure the processing speed and stability of the program.