There are many applications for face recognition. Due to illumination changes,
and pose variations of facial images, face recognition is often a challenging and
a complicated process. In this paper, we propose an eective and robust face
recognition method. Firstly, we select those areas from the face (such as eyes,
nose, and mouth), which are more informative in face recognition. Then SIFT
(Scale Invariant Feature Transform) descriptor is utilized for feature extraction
from the selected areas. SIFT descriptor detects keypoints in the image and
describes each keypoint with a feature vector with length 128. To speed up
the proposed method, PCA (Principal Component Analysis) is applied on the
SIFT feature vector to reduce the vector's length. Finally, Kepenekci matching
method is used to assess similarity between the images. The proposed method
is evaluated on the ORL, Extended Yale B, and FEI databases. Results
show considerable performance of the proposed face recognition method in
comparison with several state-of-the-arts.