SlideShare uma empresa Scribd logo
1 de 11
Baixar para ler offline
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
1
COMPARISON OF MAHALANOBIS AND MANHATTAN DISTANCE
MEASURES IN PCA BASED FACE RECOGNITION
Smt. Mahananda D. Malkauthekar1
, Smt. Shubhangi D. Sapkal2
1
Asst. Prof. in M.C.A. Dept., Govt. Engg. College, Karad, Maharashtra, India,
2
Asst. Prof. in M.C.A. Dept., Govt. Engg. College, Aurangabad, Maharashtra, India,
ABSTRACT
With the growth of information technology there is a greater need of high security, so
biometric authentication systems are gaining importance. Face recognition is more used because it’s
easy and non intrusive method during acquisition procedure. Here PCA algorithm is used for the
feature extraction. Distance metric or matching criteria is the main tool for retrieving similar images
from large image databases for the above category of search. Two distance measures, such as the
Manhattan Distance, Mahalanobis Distance have been proposed in the literature for measuring
similarity between feature vectors. In content-based image retrieval systems, Manhattan distance and
Euclidean distance are typically used to determine similarities between a pair of image. Here facial
images of three subjects with different expression and angles are used for classification.
Experimental results are compared and the results show that the Mahalanobis distance performs
better than the Manhattan Distance.
Keywords: Covariance Matrix, Distance Measures, Eigenvectors, FERET Database,
Image Classification, PCA.
I. INTRODUCTION
The task of identifying objects and features from image data is central in many active
research fields. In this paper I address the inherent problem that a single object may give rise to
many possible images, depending on factors such as the lighting conditions, the pose of the object,
and its location and orientation relative to the camera [3]. Principal component analysis (PCA) based
systems are used often [1][16]. In this paper I have studied 2 distance measures on the FERRET
database to see the performance of the principal component analysis (PCA) based face recognition
system [8]. Here the Mahalanobis distance and Manhattan distance is employed to measure the
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 5, Issue 5, May (2014), pp. 01-11
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2014): 8.5328 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
2
similarity between original data and reconstructed data. The proposed classification algorithm for
face recognition has been evaluated under varying illumination and poses using standard face
databases [9].
Results shows that the Mahalanobis distance gives the better performance than the Manhattan
distance in overall face recognition rate. But the images of changed complexions are recognized
better by Manhattan distance as compared to the Mahalanobis distance.
II. DISTANCE MEASURES
Let X, Y is Eigen feature vectors of length n. Then we can calculate the following distances
between these feature vectors.
1. The Mahalanobis distance.
It is a very useful way of determining the "similarity" of a set of values from an "unknown:
sample to a set of values measured from a collection of "known" samples. One of the main reasons
the Mahalanobis distance method is used is that it is very sensitive to inter-variable changes in the
training data. In addition, since the Mahalanobis distance is measured in terms of standard deviations
from the mean of the training samples, the reported matching values give a statistical measure of
how well the spectrum of the unknown sample matches (or does not match) the original training
spectra.
Mahalanobis, distance (Johnson and Wichern, 1998) from
x to µ, can be written[3].
Where µk are the mean and xi is the input vector of attributes where Σ is the covariance matrix
given by
and the individual covariance values of Σ are computed from the outer product sum given by[5].
2. Manhattan Distance
It is also called the L1 distance. If u= (x1, y1) and v= (x2, y2) are two points, then the
Manhattan distance between u and v is given by
MH (a, b) =ല x1 – x2 ല + ല y1 – y2 ല
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
3
Instead of two dimensions, if the points have n- dimensions, such as 1 2(x ,x , ,x )na = K and
1 2(y , y , , y )nb = K then, eq. 3 can be generalized by defining the Manhattan distance between a and b
as[2] [3].
MH (a, b) =ല x1 – x2 ല + ല y1 – y2 ല + …+ ല xn – yn ല
1
| |
n
i i
i
x y
=
= −∑
III. SYSTEM DEVELOPMENT
1. Resizing
Size of the images is fixed. Original image size is (768*512*3), which is changed to (60*60).
RGB images are converted to grayscale images. Facial images of 3 subjects (9 images for each
person, 9*3=27 images) with different expression and angles are used for classification shown
below [11] [12].
Fig. 1
Three different persons are used and 9 images of each person. Front faces for each class are
used for training and all images of faces with different angles and expressions are used for testing [9]
2. Manhattan distance
2.1. Class1
The Manhattan distance of front face of class1 (Person1) with all images of three classes is
shown in table 1, Where I1 to I9 are the images and P1, P2, P3 are the persons.
Table1
P1 P2 P3
I1 0 0.0073 0.038
I2 0.0037 0.012 0.0034
I3 0.0018 0.0152 0.0645
I4 0.0044 0.0048 0.0208
I5 0.0049 0.0158 0.0083
I6 0.0075 0.0092 0.019
I7 0.0123 0.0078 0.0636
I8 0.0075 0.0162 0.014
I9 0.0095 0.0039 0.0505
International Journal of Computer Engineering and Technology (IJCET
ISSN 0976 - 6375(Online), Volume 5, Issue
2.2. Class2
The Manhattan distance of front face class2 (Person2) with all images of three classes is
calculated and shown in table 2.
I1
I2
I3
I4
I5
I6
I7
I8
I9
0
0.01
0.02
0.03
0.04
0.05
0.06
0.07
0
0.01
0.02
0.03
0.04
0.05
0.06
0.07
0.08
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
4
Graph1
ce of front face class2 (Person2) with all images of three classes is
Table 2
P1 P2 P3
I1 0.0073 0 0.0307
I2 0.0045 0.0139 0.0162
I3 0.0078 0.0062 0.0376
I4 0.002 0.0191 0.0028
I5 0.0106 0.0221 0.0181
I6 0.0243 0.0119 0.041
I7 0.026 0.0079 0.0072
I8 0.0186 0.0675 0.0022
I9 0.0347 0.0148 0.0467
Graph 2
P1 P2 P3
I1
I2
I3
I4
I5
I6
I7
I8
I9
0
0.01
0.02
0.03
0.04
0.05
0.06
0.07
0.08
P1 P2 P3
I1
I2
I3
I4
I5
I6
I7
I8
I9
), ISSN 0976-6367(Print),
ce of front face class2 (Person2) with all images of three classes is
International Journal of Computer Engineering and Technology (IJCET
ISSN 0976 - 6375(Online), Volume 5, Issue
3.3. Class3
The Manhattan distance of front face of class3 (Person3) with all images of three classes is
calculated and shown in table 3.
I1
I2
I3
I4
I5
I6
I7
I8
I9
3. Mahalanobis distance
3.1 Class1
The Mahalanobis distance of front face of class1 (Person
shown in table 1, Where I1 to I9 are the images and P1, P2, P3 are the persons.
I1
I2
I3
I4
I5
I6
I7
I8
I9
0
0.5
1
1.5
2
2.5
3
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
5
The Manhattan distance of front face of class3 (Person3) with all images of three classes is
Table 3
P1 P2 P3
I1 0.038 0.0307 0
I2 0.0379 0.0242 0.1084
I3 0.0474 0.0037 0.0222
I4 0.0446 0.0156 0.1024
I5 0.0958 0.1231 0.1815
I6 0.1231 0.1495 0.2211
I7 0.204 0.0899 0.5564
I8 0.3923 0.2937 0.2066
I9 1.4487 2.7268 1.8823
Graph 3
The Mahalanobis distance of front face of class1 (Person4) with all images of three classes is
shown in table 1, Where I1 to I9 are the images and P1, P2, P3 are the persons.
Table 4
P1 P2 P3
I1 0 0.6122 0.3321
I2 1.361 1.9732 1.6931
I3 0.6562 1.2684 0.9883
I4 0.9482 1.5603 1.2803
I5 0.4505 0.1617 0.1184
I6 0.1862 0.7983 0.5183
I7 0.7641 1.3762 1.0961
I8 0.4634 1.0755 0.7954
I9 0.6567 1.2688 0.9888
0
0.5
1
1.5
2
2.5
3
P1 P2 P3
I1
I2
I3
I4
I5
I6
I7
I8
I9
), ISSN 0976-6367(Print),
The Manhattan distance of front face of class3 (Person3) with all images of three classes is
) with all images of three classes is
International Journal of Computer Engineering and Technology (IJCET
ISSN 0976 - 6375(Online), Volume 5, Issue
3.3. Class2
The Mahalanobis distance of front face of class2 (Person2
shown in table 5, Where I1 to I9 are the images and P1, P2, P3 are the persons.
I1
I2
I3
I4
I5
I6
I7
I8
I9
0
0.5
1
1.5
2
2.5
0
0.5
1
1.5
2
2.5
3
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
6
Graph 4
distance of front face of class2 (Person2) with all images of three classes is
, Where I1 to I9 are the images and P1, P2, P3 are the persons.
Table 5
P1 P2 P3
I1 0.6122 0 0.2801
I2 0.5983 1.2104 0.9303
I3 0.0696 0.5426 0.2625
I4 1.9263 2.5384 2.2583
I5 1.4615 0.8494 1.1295
I6 0.475 1.0871 0.8071
I7 0.4415 1.0536 0.7735
I8 1.0629 1.6751 1.395
I9 0.112 0.7242 0.4441
Graph 5
P1 P2 P3
I1
I2
I3
I4
I5
I6
I7
I8
I9
0
0.5
1
1.5
2
2.5
3
P1 P2 P3
I1
I2
I3
I4
I5
I6
I7
I8
I9
), ISSN 0976-6367(Print),
all images of three classes is
International Journal of Computer Engineering and Technology (IJCET
ISSN 0976 - 6375(Online), Volume 5, Issue
3.4. Class3
The Mahalanobis distance of front face of class3 (Person3
shown in table 5, Where I1 to I9 are th
I1
I2
I3
I4
I5
I6
I7
I8
I9
IV. EXPERIMENTAL ANALYSIS
The results of the methods,
compared. First the recognition rate for all three classes with different types of images is calculated
by Manhattan distance method and then result is compared with the recognition rate obtained by
Mahalanobis distance method for all three classes for the same types of images as used in
distance method. The following tables and graphs show the co
1. Recognition rate using Manhattan distance
The table 7 shows the recognition rate obtained by
images are used 27. 4 images are facing frontally, 17 images are angle changed, 4 are of changed
expressions and 2 images are of changed complexions [
0
0.2
0.4
0.6
0.8
1
1.2
1.4
1.6
1.8
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
7
distance of front face of class3 (Person3) with all images of three classes is
shown in table 5, Where I1 to I9 are the images and P1, P2, P3 are the persons [14].
Table 6
P1 P2 P3
I1 0.3321 0.2801 0
I2 0.9631 1.5753 1.2952
I3 0.8397 1.4518 1.1717
I4 0.2214 0.8336 0.5535
I5 0.0154 0.6276 0.3475
I6 0.637 1.2492 0.9691
I7 0.4197 1.0319 0.7518
I8 0.6413 1.2535 0.9734
I9 0.2902 0.9024 0.6223
Graph 6
EXPERIMENTAL ANALYSIS
The results of the methods, the Mahalanobis distance and the Manhattan distance are
compared. First the recognition rate for all three classes with different types of images is calculated
distance method and then result is compared with the recognition rate obtained by
distance method for all three classes for the same types of images as used in
distance method. The following tables and graphs show the comparative study.
Manhattan distance
The table 7 shows the recognition rate obtained by Manhattan distance method. Here total
images are used 27. 4 images are facing frontally, 17 images are angle changed, 4 are of changed
expressions and 2 images are of changed complexions [13].
0
0.2
0.4
0.6
0.8
1
1.2
1.4
1.6
1.8
P1 P2 P3
I1
I2
I3
I4
I5
I6
I7
I8
), ISSN 0976-6367(Print),
) with all images of three classes is
distance and the Manhattan distance are
compared. First the recognition rate for all three classes with different types of images is calculated
distance method and then result is compared with the recognition rate obtained by
distance method for all three classes for the same types of images as used in Manhattan
method. Here total
images are used 27. 4 images are facing frontally, 17 images are angle changed, 4 are of changed
International Journal of Computer Engineering and Technology (IJCET
ISSN 0976 - 6375(Online), Volume 5, Issue
Manhattan
Distance
Measure
Recognition rate by Manhattan distance with
Front
faces
No. of images 4
Recognized
Images
2
Recognition rate 50
2. Recognition rate using Mahalanobis
The table 8 shows the recognition rate obtained by
total images are used 27. 4 images are facing frontally, 17 images are angle changed, 4 are of
changed expressions and 2 images are of changed complexions [13
Mahalanobis
Distance
Measure
Recognition rate by
Front
faces
No. of images 4
Recognized
Images
3
Recognition rate 75
0
10
20
30
40
50
60
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
8
Table 7
Recognition rate by Manhattan distance with
dimensionality reduction
Front Changed
angle
Changed Changed
Expressions Complexion
17 4 2
8 0 1
47.05 0 50
Graph 7
lanobis distance
shows the recognition rate obtained by Mahalanobis distance method. Here
7. 4 images are facing frontally, 17 images are angle changed, 4 are of
s are of changed complexions [13].
Table 8
Recognition rate by Mahalanobis distance with
dimensionality reduction
ont
faces
Changed
angle
Changed Changed
Expressions Complexion
4 17 4 2
3 9 0 0
75 52.94 0 0
Expressions
Complexion
No. of images
Recognized
Images
Recognition rate
), ISSN 0976-6367(Print),
Recognition rate by Manhattan distance with
Changed
Complexion
distance method. Here
7. 4 images are facing frontally, 17 images are angle changed, 4 are of
distance with
Changed
Complexion
International Journal of Computer Engineering and Technology (IJCET
ISSN 0976 - 6375(Online), Volume 5, Issue
3.Comparison
Table 9 shows the comparative study of two methods
Manhattan distance.
Comparison Recognition rate by Mahalanobis distance and Manhattan
Front
faces
Changed
angle
PCA test
with
Manhattan
distance
Measure
50 0
PCA test
with
Mahalanobis
distance
Measure
75 52.94
Graph 9 shows that the Mahalanobis distance gives the better performance than the
Manhattan distance in overall face recognit
recognized better by Manhattan distance as compared to the Mahalanobis distance.
.
0
10
20
30
40
50
60
70
80
Front
faces
Changed
angle
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
9
Graph 8
Table 9 shows the comparative study of two methods Mahalanobis distan
Table 9
Recognition rate by Mahalanobis distance and Manhattan
Distance Measure using PCA
Changed
angle
Changed
Angle
Changed
Complexion
Total
Recognised
Images Percentage
0 47.05 50
11
52.94 0 0
12
Mahalanobis distance gives the better performance than the
Manhattan distance in overall face recognition rate. But the images of changed complexions are
recognized better by Manhattan distance as compared to the Mahalanobis distance.
Expressions
Complexion
Changed
angle
Changed Changed
No. of images
Recognized
Images
Recognition rate
), ISSN 0976-6367(Print),
distance and the
Recognition rate by Mahalanobis distance and Manhattan
Percentage
40.74
44.44
Mahalanobis distance gives the better performance than the
ion rate. But the images of changed complexions are
International Journal of Computer Engineering and Technology (IJCET
ISSN 0976 - 6375(Online), Volume 5, Issue
V. CONCLUSION
In this paper it is observed that
distance method. It has recognized total
distance) has recognized total 11(40.74)
an improvement in the overall performance
VI. FUTURE SCOPE
The drawback of the Mahalanobis distance is the equal adding up of the variance normalized
squared distances of the features. In the case of noise free signals this leads to the best possible
performance. But if the feature is distorted by noise, due
feature can have such a high value that it covers the information provided by the other features and
leads to a misclassification. Therefore, to find classification procedures which are more robust to
noise we have to find a distance measure which gives less weight to the noisy features and more
weight to the clean features. This can be reached by comparing the different input features to decide
which feature should be given less weight or being excluded and which
weight. [3][5][15].
REFERENCES
Journal Papers
[1]. Mini Singh Ahuja1, Sumit Chhabra2, “
Recognition”, International Journal of Enterprise Computing and Business Systems ISSN
(Online): 2230-8849, Vol. 1 Issue 2 July 2011.
[2]. Thiyagarajan, Arulselvi & Sainarayanan, “
with Different Distance Measures”,
4, Issue 6.
[3]. Supriya Kapoor, Shruti Khanna, Rahul Bhatia,
and Mahalanobis distance”, Vol. 7, No. 2, 2010.
01020304050607080
Frontfaces
Recognition rate by
Mahalanobis distance and
Manhattan Distance
Measure using PCA
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
10
Graph 9
In this paper it is observed that the Mahalanobis distance gives the better results as
t has recognized total 12(44.44%) images out of 27 while L1 norm (Manhattan
11(40.74) images out of 27. Hence using Mahalanobis distance
overall performance.
The drawback of the Mahalanobis distance is the equal adding up of the variance normalized
squared distances of the features. In the case of noise free signals this leads to the best possible
performance. But if the feature is distorted by noise, due to the squaring of the distances, a single
feature can have such a high value that it covers the information provided by the other features and
leads to a misclassification. Therefore, to find classification procedures which are more robust to
e to find a distance measure which gives less weight to the noisy features and more
weight to the clean features. This can be reached by comparing the different input features to decide
which feature should be given less weight or being excluded and which feature should have more
Mini Singh Ahuja1, Sumit Chhabra2, “Effect of Distance Measures in PCA
Recognition”, International Journal of Enterprise Computing and Business Systems ISSN
Vol. 1 Issue 2 July 2011.
Thiyagarajan, Arulselvi & Sainarayanan, “Statistical Models for Face Recognition System
with Different Distance Measures”, International Journal of Image Processing (IJIP), Volume
Shruti Khanna, Rahul Bhatia, “Facial Gesture recognition using correlation
Vol. 7, No. 2, 2010.
Changedangle
ChangedAngle
Changed…
TotalRecognised…
Percentage
Recognition rate by
Mahalanobis distance and
Manhattan Distance
Measure using PCA
PCA test
with
Manhattan
distance
Measure
PCA test
with
Mahalanobi
s distance
Measure
), ISSN 0976-6367(Print),
distance gives the better results as Manhattan
images out of 27 while L1 norm (Manhattan
Mahalanobis distance there is
The drawback of the Mahalanobis distance is the equal adding up of the variance normalized
squared distances of the features. In the case of noise free signals this leads to the best possible
to the squaring of the distances, a single
feature can have such a high value that it covers the information provided by the other features and
leads to a misclassification. Therefore, to find classification procedures which are more robust to
e to find a distance measure which gives less weight to the noisy features and more
weight to the clean features. This can be reached by comparing the different input features to decide
feature should have more
Effect of Distance Measures in PCA-Based Face
Recognition”, International Journal of Enterprise Computing and Business Systems ISSN
Statistical Models for Face Recognition System
International Journal of Image Processing (IJIP), Volume
Facial Gesture recognition using correlation
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME
11
[4]. Vytautas Perlibakas,” Distance measures for PCA-based face recognition”, Pattern
Recognition Letters 25 (2004) 711–724, 2003.
[5]. S. Sural, G. Qian and S. Pramanik “A Comparative Analysis of Two Distance Measures in
Color Image Databases” IEEE International Conference on Image processing, vol.1,
pp I-401 - I-404, 2002.
[6]. S.Chitra, Dr.G.Balkrishanan, “A Survey of Face Recognition Feature Extraction Process of
Dimensionality Reduction Techniques”, Journal of Theoretical and Applied Information
Technology, Vol. 36, No.1.
Theses
[7]. Wendy S. Yambor, Bruce A. Draper, J. Ross Beveridge, “Analyzing PCA-based Face
Recognition Algorithms: Eigenvector Selection and Distance Measures”, Computer Science
Department, Colorado State University, July 1, 2000.
[8]. Wendy S. Yambor, “Analysis of PCA-Based and Fisher Discriminant-Based Image
Recognition Algorithms”, Technical Report CS 00-103, July 2000.
[9]. Yangfeng Ji, Tong Lin, Hongbin Zha,” Mahalanobis Distance Based Non-negative Sparse
Representation for Face Recognition”, Key Laboratory of Machine Perception (Ministry of
Education), School of EECS, Peking University, Beijing 100871, China.
Proceedings Papers
[10]. Vadivel, A. K. M. S. S. A., A. K. Majumdar, and Shamik Sural. "Performance comparison of
distance metrics in content-based image retrieval applications." In Proc. of Internat. Conf. on
Information Technology, Bhubaneswar, India, pp. 159-164. 2003.
[11]. Mrs. M. D. Malkauthekar,”Classifying Facial Images”, IEEE International conf.
ICETECT11 Kanyakumari , Tamilnadu, 2011.
[12]. Mrs. M. D. Malkauthekar and Mrs. S. D. Sapkal, “Face Recognition with Fourier Descriptors
and Fisher Discriminant Analysis”, International Conference on Biometrics Technologies and
Applications, August 29, 2008, Pragati Maidan, New Delhi, India.
[13]. Mrs. M. D. Malkauthekar, Mrs. S. D. Sapkal and Ms. S.N. Kakarwal “Analysis of
Classification Methods of Face Images using PCA and Fisher-Based Algorithms”, ICACT-
2008, 26-28 Dec 2008 Hyderabad.
[14]. Mrs. M. D. Malkauthekar and Mrs. S. D. Sapkal, “Experimental Analysis of Facial Images
using Fisher Discriminant and PCA” IEEE sponsored IACC 2008, Patiala.
[15]. Mrs. M. D. Malkauthekar, Mrs. S. D. Sapkal and Mr. V.P. Kshirsagar, “Face Recognition
Using Nearest Neighbor Method”, ICSCI-2008, Hyderabad.
[16]. Erum Naz, Umar Farooq, Tabbasum Naz, “Analysis of Principal Component Analysis-Based
and Fisher Discriminant Analysis-Based Face Recognition Algorithms”, IEEE--ICET 2006
2nd International Conference on Emerging Technologies.

Mais conteúdo relacionado

Mais procurados

Effect of sub classes on the accuracy of the classified image
Effect of sub classes on the accuracy of the classified imageEffect of sub classes on the accuracy of the classified image
Effect of sub classes on the accuracy of the classified image
iaemedu
 
Flexibility Analysis In Industrial Piping Through The Finite Elements And Pho...
Flexibility Analysis In Industrial Piping Through The Finite Elements And Pho...Flexibility Analysis In Industrial Piping Through The Finite Elements And Pho...
Flexibility Analysis In Industrial Piping Through The Finite Elements And Pho...
IJERA Editor
 
4 tracking objects of deformable shapes
4 tracking objects of deformable shapes4 tracking objects of deformable shapes
4 tracking objects of deformable shapes
prjpublications
 

Mais procurados (15)

Studying the scientific state of students using the adjusted residuals
 Studying the scientific state of students using the adjusted residuals Studying the scientific state of students using the adjusted residuals
Studying the scientific state of students using the adjusted residuals
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
 
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...
 
Ctet maths2011
Ctet maths2011Ctet maths2011
Ctet maths2011
 
MISHRA DISTRIBUTION
MISHRA DISTRIBUTIONMISHRA DISTRIBUTION
MISHRA DISTRIBUTION
 
Image Similarity Test Using Eigenface Calculation
Image Similarity Test Using Eigenface CalculationImage Similarity Test Using Eigenface Calculation
Image Similarity Test Using Eigenface Calculation
 
31 (1)
31 (1)31 (1)
31 (1)
 
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITION
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITIONNEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITION
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITION
 
THE PROFILE OF TRANSVERSE ELECTRIC (TE) SURFACE MODES IN MAGNETOELECTRIC MULT...
THE PROFILE OF TRANSVERSE ELECTRIC (TE) SURFACE MODES IN MAGNETOELECTRIC MULT...THE PROFILE OF TRANSVERSE ELECTRIC (TE) SURFACE MODES IN MAGNETOELECTRIC MULT...
THE PROFILE OF TRANSVERSE ELECTRIC (TE) SURFACE MODES IN MAGNETOELECTRIC MULT...
 
The Evaluation Model of Garbage Classification System Based on AHP
The Evaluation Model of Garbage Classification System Based on AHPThe Evaluation Model of Garbage Classification System Based on AHP
The Evaluation Model of Garbage Classification System Based on AHP
 
Effect of sub classes on the accuracy of the classified image
Effect of sub classes on the accuracy of the classified imageEffect of sub classes on the accuracy of the classified image
Effect of sub classes on the accuracy of the classified image
 
An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...
 
Histogram expansion a technique of histogram equlization
Histogram expansion a technique of histogram equlizationHistogram expansion a technique of histogram equlization
Histogram expansion a technique of histogram equlization
 
Flexibility Analysis In Industrial Piping Through The Finite Elements And Pho...
Flexibility Analysis In Industrial Piping Through The Finite Elements And Pho...Flexibility Analysis In Industrial Piping Through The Finite Elements And Pho...
Flexibility Analysis In Industrial Piping Through The Finite Elements And Pho...
 
4 tracking objects of deformable shapes
4 tracking objects of deformable shapes4 tracking objects of deformable shapes
4 tracking objects of deformable shapes
 

Destaque

Static and dynamic analysis of hyperbolic cooling tower
Static and dynamic analysis of hyperbolic cooling towerStatic and dynamic analysis of hyperbolic cooling tower
Static and dynamic analysis of hyperbolic cooling tower
IAEME Publication
 

Destaque (10)

Static and dynamic analysis of hyperbolic cooling tower
Static and dynamic analysis of hyperbolic cooling towerStatic and dynamic analysis of hyperbolic cooling tower
Static and dynamic analysis of hyperbolic cooling tower
 
Rcm approach for population projection surat case
Rcm approach for population projection surat caseRcm approach for population projection surat case
Rcm approach for population projection surat case
 
Virtual pedestrians risk modeling
Virtual pedestrians risk modelingVirtual pedestrians risk modeling
Virtual pedestrians risk modeling
 
Application of code composer studio in digital signal processing
Application of code composer studio in digital signal processingApplication of code composer studio in digital signal processing
Application of code composer studio in digital signal processing
 
Quality status of groundwater around industrial area for irrigation
Quality status of groundwater around industrial area for irrigationQuality status of groundwater around industrial area for irrigation
Quality status of groundwater around industrial area for irrigation
 
50320140502003
5032014050200350320140502003
50320140502003
 
20120140506027
2012014050602720120140506027
20120140506027
 
An improvised design implementation of sram
An improvised design implementation of sramAn improvised design implementation of sram
An improvised design implementation of sram
 
Systems approach for integrated management of fateh sagar reservoir udaipur
Systems approach for integrated management of fateh sagar reservoir udaipurSystems approach for integrated management of fateh sagar reservoir udaipur
Systems approach for integrated management of fateh sagar reservoir udaipur
 
Marketing strategy for profit maximization and increase in market share
Marketing strategy for profit maximization and increase in market shareMarketing strategy for profit maximization and increase in market share
Marketing strategy for profit maximization and increase in market share
 

Semelhante a 50120140505001

Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
IAEME Publication
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
IAEME Publication
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
IAEME Publication
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
iaemedu
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
iaemedu
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
IAEME Publication
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
iaemedu
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
IAEME Publication
 
Dynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbirDynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbir
IAEME Publication
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environ
IAEME Publication
 

Semelhante a 50120140505001 (20)

30420140503002
3042014050300230420140503002
30420140503002
 
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain Tumor
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
 
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueFuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
 
APPLICATION OF IMAGE FUSION FOR ENHANCING THE QUALITY OF AN IMAGE
APPLICATION OF IMAGE FUSION FOR ENHANCING THE QUALITY OF AN IMAGEAPPLICATION OF IMAGE FUSION FOR ENHANCING THE QUALITY OF AN IMAGE
APPLICATION OF IMAGE FUSION FOR ENHANCING THE QUALITY OF AN IMAGE
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
 
& Topics International Journal of Computer Science, Engineering and Informati...
& Topics International Journal of Computer Science, Engineering and Informati...& Topics International Journal of Computer Science, Engineering and Informati...
& Topics International Journal of Computer Science, Engineering and Informati...
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
 
30420140503002
3042014050300230420140503002
30420140503002
 
Dynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbirDynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbir
 
40120130406009
4012013040600940120130406009
40120130406009
 
20120140504019
2012014050401920120140504019
20120140504019
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environ
 

Mais de IAEME Publication

A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 

Mais de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Último (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

50120140505001

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 1 COMPARISON OF MAHALANOBIS AND MANHATTAN DISTANCE MEASURES IN PCA BASED FACE RECOGNITION Smt. Mahananda D. Malkauthekar1 , Smt. Shubhangi D. Sapkal2 1 Asst. Prof. in M.C.A. Dept., Govt. Engg. College, Karad, Maharashtra, India, 2 Asst. Prof. in M.C.A. Dept., Govt. Engg. College, Aurangabad, Maharashtra, India, ABSTRACT With the growth of information technology there is a greater need of high security, so biometric authentication systems are gaining importance. Face recognition is more used because it’s easy and non intrusive method during acquisition procedure. Here PCA algorithm is used for the feature extraction. Distance metric or matching criteria is the main tool for retrieving similar images from large image databases for the above category of search. Two distance measures, such as the Manhattan Distance, Mahalanobis Distance have been proposed in the literature for measuring similarity between feature vectors. In content-based image retrieval systems, Manhattan distance and Euclidean distance are typically used to determine similarities between a pair of image. Here facial images of three subjects with different expression and angles are used for classification. Experimental results are compared and the results show that the Mahalanobis distance performs better than the Manhattan Distance. Keywords: Covariance Matrix, Distance Measures, Eigenvectors, FERET Database, Image Classification, PCA. I. INTRODUCTION The task of identifying objects and features from image data is central in many active research fields. In this paper I address the inherent problem that a single object may give rise to many possible images, depending on factors such as the lighting conditions, the pose of the object, and its location and orientation relative to the camera [3]. Principal component analysis (PCA) based systems are used often [1][16]. In this paper I have studied 2 distance measures on the FERRET database to see the performance of the principal component analysis (PCA) based face recognition system [8]. Here the Mahalanobis distance and Manhattan distance is employed to measure the INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2014): 8.5328 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 2 similarity between original data and reconstructed data. The proposed classification algorithm for face recognition has been evaluated under varying illumination and poses using standard face databases [9]. Results shows that the Mahalanobis distance gives the better performance than the Manhattan distance in overall face recognition rate. But the images of changed complexions are recognized better by Manhattan distance as compared to the Mahalanobis distance. II. DISTANCE MEASURES Let X, Y is Eigen feature vectors of length n. Then we can calculate the following distances between these feature vectors. 1. The Mahalanobis distance. It is a very useful way of determining the "similarity" of a set of values from an "unknown: sample to a set of values measured from a collection of "known" samples. One of the main reasons the Mahalanobis distance method is used is that it is very sensitive to inter-variable changes in the training data. In addition, since the Mahalanobis distance is measured in terms of standard deviations from the mean of the training samples, the reported matching values give a statistical measure of how well the spectrum of the unknown sample matches (or does not match) the original training spectra. Mahalanobis, distance (Johnson and Wichern, 1998) from x to µ, can be written[3]. Where µk are the mean and xi is the input vector of attributes where Σ is the covariance matrix given by and the individual covariance values of Σ are computed from the outer product sum given by[5]. 2. Manhattan Distance It is also called the L1 distance. If u= (x1, y1) and v= (x2, y2) are two points, then the Manhattan distance between u and v is given by MH (a, b) =ല x1 – x2 ല + ല y1 – y2 ല
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 3 Instead of two dimensions, if the points have n- dimensions, such as 1 2(x ,x , ,x )na = K and 1 2(y , y , , y )nb = K then, eq. 3 can be generalized by defining the Manhattan distance between a and b as[2] [3]. MH (a, b) =ല x1 – x2 ല + ല y1 – y2 ല + …+ ല xn – yn ല 1 | | n i i i x y = = −∑ III. SYSTEM DEVELOPMENT 1. Resizing Size of the images is fixed. Original image size is (768*512*3), which is changed to (60*60). RGB images are converted to grayscale images. Facial images of 3 subjects (9 images for each person, 9*3=27 images) with different expression and angles are used for classification shown below [11] [12]. Fig. 1 Three different persons are used and 9 images of each person. Front faces for each class are used for training and all images of faces with different angles and expressions are used for testing [9] 2. Manhattan distance 2.1. Class1 The Manhattan distance of front face of class1 (Person1) with all images of three classes is shown in table 1, Where I1 to I9 are the images and P1, P2, P3 are the persons. Table1 P1 P2 P3 I1 0 0.0073 0.038 I2 0.0037 0.012 0.0034 I3 0.0018 0.0152 0.0645 I4 0.0044 0.0048 0.0208 I5 0.0049 0.0158 0.0083 I6 0.0075 0.0092 0.019 I7 0.0123 0.0078 0.0636 I8 0.0075 0.0162 0.014 I9 0.0095 0.0039 0.0505
  • 4. International Journal of Computer Engineering and Technology (IJCET ISSN 0976 - 6375(Online), Volume 5, Issue 2.2. Class2 The Manhattan distance of front face class2 (Person2) with all images of three classes is calculated and shown in table 2. I1 I2 I3 I4 I5 I6 I7 I8 I9 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 4 Graph1 ce of front face class2 (Person2) with all images of three classes is Table 2 P1 P2 P3 I1 0.0073 0 0.0307 I2 0.0045 0.0139 0.0162 I3 0.0078 0.0062 0.0376 I4 0.002 0.0191 0.0028 I5 0.0106 0.0221 0.0181 I6 0.0243 0.0119 0.041 I7 0.026 0.0079 0.0072 I8 0.0186 0.0675 0.0022 I9 0.0347 0.0148 0.0467 Graph 2 P1 P2 P3 I1 I2 I3 I4 I5 I6 I7 I8 I9 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 P1 P2 P3 I1 I2 I3 I4 I5 I6 I7 I8 I9 ), ISSN 0976-6367(Print), ce of front face class2 (Person2) with all images of three classes is
  • 5. International Journal of Computer Engineering and Technology (IJCET ISSN 0976 - 6375(Online), Volume 5, Issue 3.3. Class3 The Manhattan distance of front face of class3 (Person3) with all images of three classes is calculated and shown in table 3. I1 I2 I3 I4 I5 I6 I7 I8 I9 3. Mahalanobis distance 3.1 Class1 The Mahalanobis distance of front face of class1 (Person shown in table 1, Where I1 to I9 are the images and P1, P2, P3 are the persons. I1 I2 I3 I4 I5 I6 I7 I8 I9 0 0.5 1 1.5 2 2.5 3 International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 5 The Manhattan distance of front face of class3 (Person3) with all images of three classes is Table 3 P1 P2 P3 I1 0.038 0.0307 0 I2 0.0379 0.0242 0.1084 I3 0.0474 0.0037 0.0222 I4 0.0446 0.0156 0.1024 I5 0.0958 0.1231 0.1815 I6 0.1231 0.1495 0.2211 I7 0.204 0.0899 0.5564 I8 0.3923 0.2937 0.2066 I9 1.4487 2.7268 1.8823 Graph 3 The Mahalanobis distance of front face of class1 (Person4) with all images of three classes is shown in table 1, Where I1 to I9 are the images and P1, P2, P3 are the persons. Table 4 P1 P2 P3 I1 0 0.6122 0.3321 I2 1.361 1.9732 1.6931 I3 0.6562 1.2684 0.9883 I4 0.9482 1.5603 1.2803 I5 0.4505 0.1617 0.1184 I6 0.1862 0.7983 0.5183 I7 0.7641 1.3762 1.0961 I8 0.4634 1.0755 0.7954 I9 0.6567 1.2688 0.9888 0 0.5 1 1.5 2 2.5 3 P1 P2 P3 I1 I2 I3 I4 I5 I6 I7 I8 I9 ), ISSN 0976-6367(Print), The Manhattan distance of front face of class3 (Person3) with all images of three classes is ) with all images of three classes is
  • 6. International Journal of Computer Engineering and Technology (IJCET ISSN 0976 - 6375(Online), Volume 5, Issue 3.3. Class2 The Mahalanobis distance of front face of class2 (Person2 shown in table 5, Where I1 to I9 are the images and P1, P2, P3 are the persons. I1 I2 I3 I4 I5 I6 I7 I8 I9 0 0.5 1 1.5 2 2.5 0 0.5 1 1.5 2 2.5 3 International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 6 Graph 4 distance of front face of class2 (Person2) with all images of three classes is , Where I1 to I9 are the images and P1, P2, P3 are the persons. Table 5 P1 P2 P3 I1 0.6122 0 0.2801 I2 0.5983 1.2104 0.9303 I3 0.0696 0.5426 0.2625 I4 1.9263 2.5384 2.2583 I5 1.4615 0.8494 1.1295 I6 0.475 1.0871 0.8071 I7 0.4415 1.0536 0.7735 I8 1.0629 1.6751 1.395 I9 0.112 0.7242 0.4441 Graph 5 P1 P2 P3 I1 I2 I3 I4 I5 I6 I7 I8 I9 0 0.5 1 1.5 2 2.5 3 P1 P2 P3 I1 I2 I3 I4 I5 I6 I7 I8 I9 ), ISSN 0976-6367(Print), all images of three classes is
  • 7. International Journal of Computer Engineering and Technology (IJCET ISSN 0976 - 6375(Online), Volume 5, Issue 3.4. Class3 The Mahalanobis distance of front face of class3 (Person3 shown in table 5, Where I1 to I9 are th I1 I2 I3 I4 I5 I6 I7 I8 I9 IV. EXPERIMENTAL ANALYSIS The results of the methods, compared. First the recognition rate for all three classes with different types of images is calculated by Manhattan distance method and then result is compared with the recognition rate obtained by Mahalanobis distance method for all three classes for the same types of images as used in distance method. The following tables and graphs show the co 1. Recognition rate using Manhattan distance The table 7 shows the recognition rate obtained by images are used 27. 4 images are facing frontally, 17 images are angle changed, 4 are of changed expressions and 2 images are of changed complexions [ 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 7 distance of front face of class3 (Person3) with all images of three classes is shown in table 5, Where I1 to I9 are the images and P1, P2, P3 are the persons [14]. Table 6 P1 P2 P3 I1 0.3321 0.2801 0 I2 0.9631 1.5753 1.2952 I3 0.8397 1.4518 1.1717 I4 0.2214 0.8336 0.5535 I5 0.0154 0.6276 0.3475 I6 0.637 1.2492 0.9691 I7 0.4197 1.0319 0.7518 I8 0.6413 1.2535 0.9734 I9 0.2902 0.9024 0.6223 Graph 6 EXPERIMENTAL ANALYSIS The results of the methods, the Mahalanobis distance and the Manhattan distance are compared. First the recognition rate for all three classes with different types of images is calculated distance method and then result is compared with the recognition rate obtained by distance method for all three classes for the same types of images as used in distance method. The following tables and graphs show the comparative study. Manhattan distance The table 7 shows the recognition rate obtained by Manhattan distance method. Here total images are used 27. 4 images are facing frontally, 17 images are angle changed, 4 are of changed expressions and 2 images are of changed complexions [13]. 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 P1 P2 P3 I1 I2 I3 I4 I5 I6 I7 I8 ), ISSN 0976-6367(Print), ) with all images of three classes is distance and the Manhattan distance are compared. First the recognition rate for all three classes with different types of images is calculated distance method and then result is compared with the recognition rate obtained by distance method for all three classes for the same types of images as used in Manhattan method. Here total images are used 27. 4 images are facing frontally, 17 images are angle changed, 4 are of changed
  • 8. International Journal of Computer Engineering and Technology (IJCET ISSN 0976 - 6375(Online), Volume 5, Issue Manhattan Distance Measure Recognition rate by Manhattan distance with Front faces No. of images 4 Recognized Images 2 Recognition rate 50 2. Recognition rate using Mahalanobis The table 8 shows the recognition rate obtained by total images are used 27. 4 images are facing frontally, 17 images are angle changed, 4 are of changed expressions and 2 images are of changed complexions [13 Mahalanobis Distance Measure Recognition rate by Front faces No. of images 4 Recognized Images 3 Recognition rate 75 0 10 20 30 40 50 60 International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 8 Table 7 Recognition rate by Manhattan distance with dimensionality reduction Front Changed angle Changed Changed Expressions Complexion 17 4 2 8 0 1 47.05 0 50 Graph 7 lanobis distance shows the recognition rate obtained by Mahalanobis distance method. Here 7. 4 images are facing frontally, 17 images are angle changed, 4 are of s are of changed complexions [13]. Table 8 Recognition rate by Mahalanobis distance with dimensionality reduction ont faces Changed angle Changed Changed Expressions Complexion 4 17 4 2 3 9 0 0 75 52.94 0 0 Expressions Complexion No. of images Recognized Images Recognition rate ), ISSN 0976-6367(Print), Recognition rate by Manhattan distance with Changed Complexion distance method. Here 7. 4 images are facing frontally, 17 images are angle changed, 4 are of distance with Changed Complexion
  • 9. International Journal of Computer Engineering and Technology (IJCET ISSN 0976 - 6375(Online), Volume 5, Issue 3.Comparison Table 9 shows the comparative study of two methods Manhattan distance. Comparison Recognition rate by Mahalanobis distance and Manhattan Front faces Changed angle PCA test with Manhattan distance Measure 50 0 PCA test with Mahalanobis distance Measure 75 52.94 Graph 9 shows that the Mahalanobis distance gives the better performance than the Manhattan distance in overall face recognit recognized better by Manhattan distance as compared to the Mahalanobis distance. . 0 10 20 30 40 50 60 70 80 Front faces Changed angle International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 9 Graph 8 Table 9 shows the comparative study of two methods Mahalanobis distan Table 9 Recognition rate by Mahalanobis distance and Manhattan Distance Measure using PCA Changed angle Changed Angle Changed Complexion Total Recognised Images Percentage 0 47.05 50 11 52.94 0 0 12 Mahalanobis distance gives the better performance than the Manhattan distance in overall face recognition rate. But the images of changed complexions are recognized better by Manhattan distance as compared to the Mahalanobis distance. Expressions Complexion Changed angle Changed Changed No. of images Recognized Images Recognition rate ), ISSN 0976-6367(Print), distance and the Recognition rate by Mahalanobis distance and Manhattan Percentage 40.74 44.44 Mahalanobis distance gives the better performance than the ion rate. But the images of changed complexions are
  • 10. International Journal of Computer Engineering and Technology (IJCET ISSN 0976 - 6375(Online), Volume 5, Issue V. CONCLUSION In this paper it is observed that distance method. It has recognized total distance) has recognized total 11(40.74) an improvement in the overall performance VI. FUTURE SCOPE The drawback of the Mahalanobis distance is the equal adding up of the variance normalized squared distances of the features. In the case of noise free signals this leads to the best possible performance. But if the feature is distorted by noise, due feature can have such a high value that it covers the information provided by the other features and leads to a misclassification. Therefore, to find classification procedures which are more robust to noise we have to find a distance measure which gives less weight to the noisy features and more weight to the clean features. This can be reached by comparing the different input features to decide which feature should be given less weight or being excluded and which weight. [3][5][15]. REFERENCES Journal Papers [1]. Mini Singh Ahuja1, Sumit Chhabra2, “ Recognition”, International Journal of Enterprise Computing and Business Systems ISSN (Online): 2230-8849, Vol. 1 Issue 2 July 2011. [2]. Thiyagarajan, Arulselvi & Sainarayanan, “ with Different Distance Measures”, 4, Issue 6. [3]. Supriya Kapoor, Shruti Khanna, Rahul Bhatia, and Mahalanobis distance”, Vol. 7, No. 2, 2010. 01020304050607080 Frontfaces Recognition rate by Mahalanobis distance and Manhattan Distance Measure using PCA International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 10 Graph 9 In this paper it is observed that the Mahalanobis distance gives the better results as t has recognized total 12(44.44%) images out of 27 while L1 norm (Manhattan 11(40.74) images out of 27. Hence using Mahalanobis distance overall performance. The drawback of the Mahalanobis distance is the equal adding up of the variance normalized squared distances of the features. In the case of noise free signals this leads to the best possible performance. But if the feature is distorted by noise, due to the squaring of the distances, a single feature can have such a high value that it covers the information provided by the other features and leads to a misclassification. Therefore, to find classification procedures which are more robust to e to find a distance measure which gives less weight to the noisy features and more weight to the clean features. This can be reached by comparing the different input features to decide which feature should be given less weight or being excluded and which feature should have more Mini Singh Ahuja1, Sumit Chhabra2, “Effect of Distance Measures in PCA Recognition”, International Journal of Enterprise Computing and Business Systems ISSN Vol. 1 Issue 2 July 2011. Thiyagarajan, Arulselvi & Sainarayanan, “Statistical Models for Face Recognition System with Different Distance Measures”, International Journal of Image Processing (IJIP), Volume Shruti Khanna, Rahul Bhatia, “Facial Gesture recognition using correlation Vol. 7, No. 2, 2010. Changedangle ChangedAngle Changed… TotalRecognised… Percentage Recognition rate by Mahalanobis distance and Manhattan Distance Measure using PCA PCA test with Manhattan distance Measure PCA test with Mahalanobi s distance Measure ), ISSN 0976-6367(Print), distance gives the better results as Manhattan images out of 27 while L1 norm (Manhattan Mahalanobis distance there is The drawback of the Mahalanobis distance is the equal adding up of the variance normalized squared distances of the features. In the case of noise free signals this leads to the best possible to the squaring of the distances, a single feature can have such a high value that it covers the information provided by the other features and leads to a misclassification. Therefore, to find classification procedures which are more robust to e to find a distance measure which gives less weight to the noisy features and more weight to the clean features. This can be reached by comparing the different input features to decide feature should have more Effect of Distance Measures in PCA-Based Face Recognition”, International Journal of Enterprise Computing and Business Systems ISSN Statistical Models for Face Recognition System International Journal of Image Processing (IJIP), Volume Facial Gesture recognition using correlation
  • 11. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 01-11 © IAEME 11 [4]. Vytautas Perlibakas,” Distance measures for PCA-based face recognition”, Pattern Recognition Letters 25 (2004) 711–724, 2003. [5]. S. Sural, G. Qian and S. Pramanik “A Comparative Analysis of Two Distance Measures in Color Image Databases” IEEE International Conference on Image processing, vol.1, pp I-401 - I-404, 2002. [6]. S.Chitra, Dr.G.Balkrishanan, “A Survey of Face Recognition Feature Extraction Process of Dimensionality Reduction Techniques”, Journal of Theoretical and Applied Information Technology, Vol. 36, No.1. Theses [7]. Wendy S. Yambor, Bruce A. Draper, J. Ross Beveridge, “Analyzing PCA-based Face Recognition Algorithms: Eigenvector Selection and Distance Measures”, Computer Science Department, Colorado State University, July 1, 2000. [8]. Wendy S. Yambor, “Analysis of PCA-Based and Fisher Discriminant-Based Image Recognition Algorithms”, Technical Report CS 00-103, July 2000. [9]. Yangfeng Ji, Tong Lin, Hongbin Zha,” Mahalanobis Distance Based Non-negative Sparse Representation for Face Recognition”, Key Laboratory of Machine Perception (Ministry of Education), School of EECS, Peking University, Beijing 100871, China. Proceedings Papers [10]. Vadivel, A. K. M. S. S. A., A. K. Majumdar, and Shamik Sural. "Performance comparison of distance metrics in content-based image retrieval applications." In Proc. of Internat. Conf. on Information Technology, Bhubaneswar, India, pp. 159-164. 2003. [11]. Mrs. M. D. Malkauthekar,”Classifying Facial Images”, IEEE International conf. ICETECT11 Kanyakumari , Tamilnadu, 2011. [12]. Mrs. M. D. Malkauthekar and Mrs. S. D. Sapkal, “Face Recognition with Fourier Descriptors and Fisher Discriminant Analysis”, International Conference on Biometrics Technologies and Applications, August 29, 2008, Pragati Maidan, New Delhi, India. [13]. Mrs. M. D. Malkauthekar, Mrs. S. D. Sapkal and Ms. S.N. Kakarwal “Analysis of Classification Methods of Face Images using PCA and Fisher-Based Algorithms”, ICACT- 2008, 26-28 Dec 2008 Hyderabad. [14]. Mrs. M. D. Malkauthekar and Mrs. S. D. Sapkal, “Experimental Analysis of Facial Images using Fisher Discriminant and PCA” IEEE sponsored IACC 2008, Patiala. [15]. Mrs. M. D. Malkauthekar, Mrs. S. D. Sapkal and Mr. V.P. Kshirsagar, “Face Recognition Using Nearest Neighbor Method”, ICSCI-2008, Hyderabad. [16]. Erum Naz, Umar Farooq, Tabbasum Naz, “Analysis of Principal Component Analysis-Based and Fisher Discriminant Analysis-Based Face Recognition Algorithms”, IEEE--ICET 2006 2nd International Conference on Emerging Technologies.