I. Introduction
Many pattern recognition and computer vision systems utilize the appearance-based paradigm for object recognition. One primary benefit of appearance-based methods is that it is not essential to create representations or models for objects since, for a given object, its model is now implicitly defined by the selection of the sample images of the object [1]. In appearance-based methods, we usually represent an image of size n×m pixels by a vector with dimensionality of n.m. However, in practice, this dimension is very large to perform fast and robust object recognition. A common way to deal with this problem is by using dimensionality reduction techniques. Two of the most popular techniques for this aim are Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA) which is also known as Fisher Discriminant Analysis (FDA).