Saturday, June 26, 2010

Biometric Recognition Methodology part 1/4 - Intro and Preprocessing

METHODOLOGY


                  
                  
3.1 Introduction
  
    This chapter describes the implementation of the chosen method using the suitable theory. Hence the methodology which described how the difference magnificent mathematical is combined together to achieve the research objectives. There are four (4) phases in the proposed face recognition system namely; Preprocessing, Feature Extraction, Training and Recognition. Each phase is briefly described as follows:


a)    Preprocessing. In this phase, the face dataset acquisition and the preprocessing of the face images are performed.


b)    Feature extraction. Those face library images were prepared for the feature extraction phase. This phase is performed to find the useful feature such as eigenvalues $(\lambda_i )$, eigenvectors$(\ev_i )$ , eigenfaces$(\U_i )$  and feature vectors(\Omega) .


c)    Training phase. Trained feature vectors then used for backpropagation neural network training to generalized the neural network weights for recognition phase.


d)    Recognition phase. The set of chosen eigenfaces, feature vectors and neural network weights is then used for recognition phase. The recognition begins by selecting a face image from face library which the system considered the unknown face.
  
Figure 3.1 illustrates the methodology used to recognize an unknown human face. The figure clearly shows where the four phases is located. For the training and recognition, three (3) models are purposed in the research. Each these phase is then described with their algorithm in this chapter.


Figure 3.1: Proposed modeling System