Face recognition using neural network
Abstract
This dissertation provides a study of camera-based face recognition research. There are two underlying motivations to conduct this project: the first is to study and analyze type of feature extraction method, and the second is to use Artificial Neural Network as method recognition of faces. This paper presents a technique for recognizing human faces in digital color images which has been changed into binary. The system relies on two step processes which first do some pre-processing to detect feature in the image and then extracts information from these feature which might indicate the location of a face in the image. The feature extraction is performed using three different methods such as Eigen, SVD (Singular Value Decomposition) and Component Labeling and the comparison is done to choose best method for feature classification. The face detection is performed on a binary image
containing only the detected face areas. A combination of threshold and mathematical tools are used to extract object features that would indicate the presence of a face. The face recognition process works predictably and reliably. Although remarkably robust, face recognition is not perfectly invariant to pose and viewpoint changes. Back-Propagation Neural Network is applied in this project as it is much suitable compared with other type of neural network for feature classification. The system not perfectly works at the moment due
to the result from feature extraction have not been normalized and randomized before it
could be train in the network