3D face recognition

This is a face recognition project. It requires programming in C, also adopt PCA for the face recognition algorithm, and knowledge of OpenCV. In this Thesis, we study the face recognition system based on 2D recognition methods and 3D face data. 2 sets of stereo cameras are used to acquire the 2D and...

Full description

Saved in:
Bibliographic Details
Main Author: Li, Shan.
Other Authors: Wang Han
Format: Final Year Project
Language:English
Published: 2011
Subjects:
Online Access:http://hdl.handle.net/10356/46212
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This is a face recognition project. It requires programming in C, also adopt PCA for the face recognition algorithm, and knowledge of OpenCV. In this Thesis, we study the face recognition system based on 2D recognition methods and 3D face data. 2 sets of stereo cameras are used to acquire the 2D and 3D face data of a human subject. By applying 2D face detection on the images, the face was first located in the 2D domain. After mapping the 2D location to 3D, 3D faces points cloud are generated from each stereo camera. Then the two 3D data could be merged together. The orientation of the face is approximated by the relative position of the face to the two stereo cameras, and a frontal face is generated based on this approximation. And at last face recognition methods are then applied on the generated 2D image. The efficiency of the whole system algorithm was demonstrated with experimental result in different poses.