SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME
53
COMPARISON OF THE PERFORMANCE OF EIGNFACE AND
FISHERFACE ALGORITHM
Girish D. Bonde
Assistant Prof, Department of E&TC
J.T.Mahajan College of Engineering, Faizpur, Maharashtra, INDIA
O.K.Firke
Assistant Prof, Department of E&TC
J.T.Mahajan College of Engineering, Faizpur, Maharashtra, INDIA
G.L.Attarde
Assistant Prof, Department of E&TC
J.T.Mahajan College of Engineering, Faizpur, Maharashtra, INDIA
ABSTRACT
In this paper, we implemented eigenface based face recognition and tried to compare the
results with fisherface algorithm. The process required preprocessing. The images had to be resized
to a consistent size. The database used included cropped faces of various sizes. Hence the need for
face detection was eliminated. We tried to compare two of the most frequently used algorithms;
Eigenface and Fisherface. We compared the performance of each algorithm against two constraints.
Pose and the size of training data. Testing dense sparse database with both algorithms. The
performance of Eigenface is 100% and 70% with respectively dense and sparse database. The
performance of Fisherface is 80% with sparse database. The effectiveness of Fisherface across pose
is good, even with limited data and Eigenface across pose is some with enough data. Our study has
shown us that Fisherface algorithm is robust in both cases. This leads us conclude that the Eigenface
algorithm is beneficial when the database is large. But given the robustness of the Fisherface
algorithm, it would be the algorithm of choice if the resources are not a problem.
Keywords: Eigenface; Fisherface
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 5, Issue 6, June (2014), pp. 53-60
© IAEME: http://www.iaeme.com/IJECET.asp
Journal Impact Factor (2014): 7.2836 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME
54
I. INTRODUCTION
The face plays a major role in our social intercourse in conveying identity and emotion. The
human ability to recognize faces is remarkable. We can recognize thousands of faces learned
throughout our lifetime and recognize the faces at a glance even after few years. The skill is quite
robust, despite large changes in the visual stimulus due to viewing conditions, expression, aging, and
distractions such as glasses or changes in hairstyle.
We have implemented the eigenface and fisherface algorithms and tested them against two
face databases, observing results across pose (out-of-plane face rotation). We evaluated performance
against databases with both densely-sampled and sparsely-sampled facial poses.We have also
extended the work towards automatic estimation of pose parameters.
Given a training database of pre-processed face images, train an automated system to recognize the
identity of a person from a new image of the person. Examine sensitivity to pose using the eigenface
approach suggested in [1,2] and the fisherface approach developed in [3].
1. Comparing results of eigenface & fisherface across pose.
2. Testing dense and sparse training databases.
II. RELATED WORK
The Eigenface is the first method considered as a successful technique of face recognition
[1,2,11]. The Eigenface method uses Principal Component Analysis (PCA) to linearly project the
image space to a low dimensional feature space.
The Fisherface is an enhancement of the Eigenface method [3,8]. The Eigenface method uses
PCA for dimensionality reduction, thus, yields projection directions that maximize the total scatter
across all classes, i.e., across all image s of all faces. The PCA projections are optimal for
representation in a low dimensional basis, but they may not be optional from a discrimination
standpoint. Instead, the Fisherface method uses Fisher’s Linear Discriminant Analysis (FLDA or
LDA) which maximizes the ratio of between-class scatter to that of within-class scatter.
III. COMPARISION BETWEEN EIGENFACE AND FISHERFACE
Eigenface and Fisherface are global approach for face recognition takes entire image for a 2-
D array of pixels. Both methods are quite similar as Fisherface is a modified version of Eigenface
[4]. Both make use of linear projection of the images into a face space, which take the common
features of face and find a suitable orthonormal basis for the projection. The difference between them
is the method of projection is different; Eigenface uses PCA while Fisherface uses FLD. PCA works
better with dimension reduction and FLD works better for classification of different classes.
A. Eigenface
Eigenface is a practical approach for face recognition. Due to the simplicity of its algorithm,
we could implement an Eigenface recognition system easily. Besides, it is efficient in processing
time and storage. PCA reduces the dimension size of an image greatly in a short period of time. The
accuracy of Eigenface is also satisfactory (over 90 %) with frontal faces[1]. However, as there has a
high correlation between the training data and the recognition data.
B. Fisherface
Fisherface is similar to Eigenface but with improvement in better classification of different
classes image. With FLD, we could classify the training set to deal with different people and
different pose. We could have better accuracy in various pose than Eigenface approach. Besides,
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME
55
Fisherface removes the first three principal components which is responsible for light intensity
changes, it is more invariant to light intensity.
Fisherface is more complex than Eigenface in finding the projection of face space.
Calculation of ratio of between-class scatter to within-class scatter requires a lot of processing time.
Besides, due to the need of better classification, the dimension of projection in face space is not as
compact as Eigenface, results in larger storage of the face and more processing time in recognition.
Facial recognition software was developed using the MATLAB programming language by the
MathWorks. This environment was chosen because it easily supports image processing, image
visualization, and linear algebra. The software was tested against UMIST database. UMIST was
created by Daniel B. Graham, with a purpose of collecting a controlled set of images that vary pose
uniformly from frontal to side view. The UMIST database has 565 total images of 20 people. The
UMIST database images, displayed below, has uniform lighting and pose varying from side to
frontal.
Figure 1: UMIST database Images
C. Comparison by Size of training data
For these results, 20 recognition faces (one for each person) were randomly picked from the
database, leaving 545 photos to use as training faces. Mp, the number of principal components to
use, was chosen as 20.
All 20 of 20 images were correctly recognized, the result is 100%, confirming the very good
performance of eigenface with densely and uniformly sampled inputs. For this same database and
setup, fisherface performs very similarly.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME
56
Figure 2: UMIST Results Using Eigenfaces in Densely Sampled Database
D. Comparison by Image pose
For these results, 20 recognition faces (one for each person) were randomly picked from the
database, then 60 more photos were used as training faces. Three training faces were picked for each
person: a frontal, side, and 45-degree view[4].
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME
57
Figure 3: UMIST Results Using Fisherface in Sparsely Sampled Database.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME
58
Out of the 20 faces, 16 were correctly classified in the 1st match. Also notice that this
approach is rather pose invariant. it often (13 times) picks out all 3 training images from the
database[4].
Figure 4 : UMIST Results Using Eigenface in Sparsely Sampled Database.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME
59
For comparison, the same setup is run using the eigenface algorithm. Here 14 of the 20 faces
are correctly classified, and all 3 correct images are never found. Clearly, the fisherface algorithm
performs better under pose variation when only a few samples across pose are available in the
training set.
TABLE I. COMPARING EIGENFACE AND FISHERFACE
Fisherface Eigenface
Computational Complexity Slightly more complex Simple
Effectiveness Across Pose Good, even with limited data Some, with enough data
Sensitivity to Lighting Little Very
We find that both the Eigenface and Fisherface techniques work very well for a uniformly
and densely sampled data set varied over pose. When a more sparse data set across pose is available,
the fisherface approach performs better than Eigenface[4].
IV. CONCLUSION AND FUTURE WORK
The Eigenface and Fisherface method were investigated and compared. The comparative
experiment showed that the Fisherface method outperformed the Eigenface method. The usefulness
of the Fisherface method under varying pose and varying sizes of training databases was verified.
Also our results show that patch-based representation is suitable for face pose estimation.
REFERENCES
1. M. Turk and A. Pentland, “Eigenfaces for recognition,” J. Cognitive Neuroscience, vol. 3, no.
1, 1991.
2. M. Turk and A. Pentland, “Face recognition using eigenfaces,” Proc. IEEE Conf. on
Computer Vision and Pattern Recognition, 1991, pp. 586-591.
3. P. N. Belhumeur, J. P. Hespanha, and D. J. Kriegman, “Eigenfaces vs. fisherfaces:
recognition using class specific linear projection,” IEEE Transactions on Pattern Analysis
and Machine Intelligence, vol. 19, no. 7, pp. 711-720, July 1997.
4. Abhishek Choubey and Girish D. Bonde, “Face Recognition Across Pose withEstimation of
Pose Parameters” International journal of Electronics and CommunicationEngineering
&Technology (IJECET), Volume 3, Issue 1, 2012, pp. 311 - 316, ISSN Print:0976- 6464,
ISSN Online: 0976 –6472
5. Alan Brooks (in collaboration with Li Gao) Face Recognition: Eigenface and Fisherface
Performance Across Pose, ECE 432 Computer Vision with Professor Ying Wu 2004
6. G. Little, Krishna S., Black J., and Panchanathan S. A methodology for evaluating robustness
of face recognition algorithms with respect to changes in pose and illumination angle. In
ICASSP, 2005
7. Belhuumeur, P. N., Hespanha, J. P., and Kriegman, D.J. 1997. Eigenfaces vs. Fisherfaces:
Recognitionusing class specific linear projection. IEEETrans. Patt. Anal. Mach. Intell. 19,
711–720.
8. Huang, J., Heisele, B., and Blanz, V. 2003. Component-based face recognition with 3D
morphable models. In Proceedings, International Conference on Audio- and Video-Based
Person Authentication.
9. Lanitis, A., Taylor, C. J., and Cootes, T. F. 1995. Automatic face identification system using
flexible appearance models. Image Vis. Comput. 13, 393–401
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME
60
10. Marian Stewart Bartlett, Javier R. Movellan and Terrence J. Sejnowski,2002.Face
Recognition by Independent Component analysis. IEEE Transactions on Neural Networks ,
Vol. 13, No. 6.
11. Turk, M. and Petntland, A. 1991. Eigenfaces for recognition. J. Cogn. Neurosci. 3, 72–86.
12. Zaho W., R.Chellepa, A.Rosenfeld, 2003. Face Recognition: A Literature Survey, ACM
Computing Surveys, Vol.35, No.4, pp.399-458
13. Prof. B.S Patil and Prof. A.R Yardi, “Real Time Face Recognition System Using Eigen
Faces” International journal of Electronics and CommunicationEngineering &Technology
(IJECET), Volume 4, Issue 2, 2013, pp. 72 - 79, ISSN Print:0976- 6464, ISSN Online:
0976 –6472
14. Mrs. Manisha Bhisekar and Prof. Prajakta Deshmane, “Image Retrieval and Face Recognition
Techniques: Literature Survey” International journal of Electronics and Communication
Engineering &Technology (IJECET), Volume 5, Issue 1, 2014, pp. 52 - 58, ISSN Print:0976-
6464, ISSN Online: 0976 –6472
15. J. V. Gorabal and Manjaiah D. H., “Texture Analysis For Face Recognition” International
Journal Of Graphics And Multimedia (IJGM), Volume 4, Issue 2, 2013, pp. 20 - 30, ISSN
0976 - 6448 (Print), ISSN 0976 -6456 (Online)
16. Bilal Salih Abed Alhayani and Prof. Milind Rane, “Face Recognition System by Image
Processing” International journal of Electronics and Communication Engineering
&Technology (IJECET), Volume 5, Issue 5, 2014, pp. 80 - 90, ISSN Print:0976- 6464, ISSN
Online: 0976 –6472

Weitere ähnliche Inhalte

Was ist angesagt?

Literature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesLiterature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesiaemedu
 
Literature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesLiterature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesIAEME Publication
 
Face Pose Classification Method using Image Structural Similarity Index
Face Pose Classification Method using Image Structural Similarity IndexFace Pose Classification Method using Image Structural Similarity Index
Face Pose Classification Method using Image Structural Similarity Indexidescitation
 
Leaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationLeaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationIAEME Publication
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
J03504073076
J03504073076J03504073076
J03504073076theijes
 
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
WCTFR : W RAPPING  C URVELET T RANSFORM  B ASED  F ACE  R ECOGNITIONWCTFR : W RAPPING  C URVELET T RANSFORM  B ASED  F ACE  R ECOGNITION
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITIONcsandit
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodIRJET Journal
 
Comparative Analysis of Face Recognition Algorithms for Medical Application
Comparative Analysis of Face Recognition Algorithms for Medical ApplicationComparative Analysis of Face Recognition Algorithms for Medical Application
Comparative Analysis of Face Recognition Algorithms for Medical ApplicationAM Publications
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitioniaemedu
 
Ieee projects 2012 2013 - Datamining
Ieee projects 2012 2013 - DataminingIeee projects 2012 2013 - Datamining
Ieee projects 2012 2013 - DataminingK Sundaresh Ka
 
an approach to identify caries in dental image
an approach to identify caries in dental imagean approach to identify caries in dental image
an approach to identify caries in dental imageINFOGAIN PUBLICATION
 
An Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterAn Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterjournalBEEI
 
Robust face recognition by applying partitioning around medoids over eigen fa...
Robust face recognition by applying partitioning around medoids over eigen fa...Robust face recognition by applying partitioning around medoids over eigen fa...
Robust face recognition by applying partitioning around medoids over eigen fa...ijcsa
 
Face detection for video summary using enhancement based fusion strategy
Face detection for video summary using enhancement based fusion strategyFace detection for video summary using enhancement based fusion strategy
Face detection for video summary using enhancement based fusion strategyeSAT Publishing House
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET-  	  Prediction of Facial Attribute without Landmark InformationIRJET-  	  Prediction of Facial Attribute without Landmark Information
IRJET- Prediction of Facial Attribute without Landmark InformationIRJET Journal
 

Was ist angesagt? (17)

Literature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesLiterature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniques
 
Literature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesLiterature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniques
 
Face Pose Classification Method using Image Structural Similarity Index
Face Pose Classification Method using Image Structural Similarity IndexFace Pose Classification Method using Image Structural Similarity Index
Face Pose Classification Method using Image Structural Similarity Index
 
Leaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationLeaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classification
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
J03504073076
J03504073076J03504073076
J03504073076
 
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
WCTFR : W RAPPING  C URVELET T RANSFORM  B ASED  F ACE  R ECOGNITIONWCTFR : W RAPPING  C URVELET T RANSFORM  B ASED  F ACE  R ECOGNITION
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
 
Comparative Analysis of Face Recognition Algorithms for Medical Application
Comparative Analysis of Face Recognition Algorithms for Medical ApplicationComparative Analysis of Face Recognition Algorithms for Medical Application
Comparative Analysis of Face Recognition Algorithms for Medical Application
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Ieee projects 2012 2013 - Datamining
Ieee projects 2012 2013 - DataminingIeee projects 2012 2013 - Datamining
Ieee projects 2012 2013 - Datamining
 
an approach to identify caries in dental image
an approach to identify caries in dental imagean approach to identify caries in dental image
an approach to identify caries in dental image
 
An Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterAn Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor Filter
 
Robust face recognition by applying partitioning around medoids over eigen fa...
Robust face recognition by applying partitioning around medoids over eigen fa...Robust face recognition by applying partitioning around medoids over eigen fa...
Robust face recognition by applying partitioning around medoids over eigen fa...
 
Ijetcas14 351
Ijetcas14 351Ijetcas14 351
Ijetcas14 351
 
Face detection for video summary using enhancement based fusion strategy
Face detection for video summary using enhancement based fusion strategyFace detection for video summary using enhancement based fusion strategy
Face detection for video summary using enhancement based fusion strategy
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET-  	  Prediction of Facial Attribute without Landmark InformationIRJET-  	  Prediction of Facial Attribute without Landmark Information
IRJET- Prediction of Facial Attribute without Landmark Information
 

Andere mochten auch

Tema 3 Seguridad InformáTica david pereila
Tema 3  Seguridad InformáTica david pereilaTema 3  Seguridad InformáTica david pereila
Tema 3 Seguridad InformáTica david pereilacarmelacaballero
 
Google security week Vietnam
Google security week Vietnam Google security week Vietnam
Google security week Vietnam Cat Van Khoi
 
El lobo del hielo colores
El lobo del hielo coloresEl lobo del hielo colores
El lobo del hielo coloresavrmoda
 
Ficha guión técnico
Ficha guión técnicoFicha guión técnico
Ficha guión técnicoavrmoda
 
Etapas aspectos metodos_instrumentos_primera_vez_ba
Etapas aspectos metodos_instrumentos_primera_vez_baEtapas aspectos metodos_instrumentos_primera_vez_ba
Etapas aspectos metodos_instrumentos_primera_vez_baEnio Maldonado
 
Bibliografia sobre monitoramento e mensuração de mídias sociais
Bibliografia sobre monitoramento e mensuração de mídias sociaisBibliografia sobre monitoramento e mensuração de mídias sociais
Bibliografia sobre monitoramento e mensuração de mídias sociaisTarcízio Silva
 
PIS Uyo - Abak River Bridge
PIS Uyo - Abak River BridgePIS Uyo - Abak River Bridge
PIS Uyo - Abak River BridgeSven Maedler
 
Livrobatalhaespiritualcontraosdemnios 140401123241-phpapp02
Livrobatalhaespiritualcontraosdemnios 140401123241-phpapp02Livrobatalhaespiritualcontraosdemnios 140401123241-phpapp02
Livrobatalhaespiritualcontraosdemnios 140401123241-phpapp02Ourofino
 
Saudi police in Riyadh clash with migrant workers BBC November 11, 2013
Saudi police in Riyadh clash with migrant workers  BBC  November 11, 2013Saudi police in Riyadh clash with migrant workers  BBC  November 11, 2013
Saudi police in Riyadh clash with migrant workers BBC November 11, 2013Ethio-Afric News en Views Media!!
 
Novidades fiscais-para-empresas-ebook
Novidades fiscais-para-empresas-ebookNovidades fiscais-para-empresas-ebook
Novidades fiscais-para-empresas-ebookUWU Solutions, Lda.
 
Jorge Rivas Seguridad Informática
Jorge Rivas Seguridad InformáticaJorge Rivas Seguridad Informática
Jorge Rivas Seguridad Informáticacarmelacaballero
 
UFCD_3279 expressão dramática, corporal, vocal e verbal_índice
UFCD_3279 expressão dramática, corporal, vocal e verbal_índiceUFCD_3279 expressão dramática, corporal, vocal e verbal_índice
UFCD_3279 expressão dramática, corporal, vocal e verbal_índiceManuais Formação
 
Recibos de Renda Eletrónicos – FAQ’s - Perguntas Frequentes - http://bit.ly/1...
Recibos de Renda Eletrónicos – FAQ’s - Perguntas Frequentes - http://bit.ly/1...Recibos de Renda Eletrónicos – FAQ’s - Perguntas Frequentes - http://bit.ly/1...
Recibos de Renda Eletrónicos – FAQ’s - Perguntas Frequentes - http://bit.ly/1...UWU Solutions, Lda.
 
Bases de datos / Political science Cipo4085
Bases de datos / Political science Cipo4085 Bases de datos / Political science Cipo4085
Bases de datos / Political science Cipo4085 Edith M Torres-Gracia
 

Andere mochten auch (20)

Tema 3 Seguridad InformáTica david pereila
Tema 3  Seguridad InformáTica david pereilaTema 3  Seguridad InformáTica david pereila
Tema 3 Seguridad InformáTica david pereila
 
Cercle du lac
Cercle du lacCercle du lac
Cercle du lac
 
Google security week Vietnam
Google security week Vietnam Google security week Vietnam
Google security week Vietnam
 
El lobo del hielo colores
El lobo del hielo coloresEl lobo del hielo colores
El lobo del hielo colores
 
Ficha guión técnico
Ficha guión técnicoFicha guión técnico
Ficha guión técnico
 
Etapas aspectos metodos_instrumentos_primera_vez_ba
Etapas aspectos metodos_instrumentos_primera_vez_baEtapas aspectos metodos_instrumentos_primera_vez_ba
Etapas aspectos metodos_instrumentos_primera_vez_ba
 
Bibliografia sobre monitoramento e mensuração de mídias sociais
Bibliografia sobre monitoramento e mensuração de mídias sociaisBibliografia sobre monitoramento e mensuração de mídias sociais
Bibliografia sobre monitoramento e mensuração de mídias sociais
 
PIS Uyo - Abak River Bridge
PIS Uyo - Abak River BridgePIS Uyo - Abak River Bridge
PIS Uyo - Abak River Bridge
 
Livrobatalhaespiritualcontraosdemnios 140401123241-phpapp02
Livrobatalhaespiritualcontraosdemnios 140401123241-phpapp02Livrobatalhaespiritualcontraosdemnios 140401123241-phpapp02
Livrobatalhaespiritualcontraosdemnios 140401123241-phpapp02
 
2º workshop de ti
2º workshop de ti2º workshop de ti
2º workshop de ti
 
Saudi police in Riyadh clash with migrant workers BBC November 11, 2013
Saudi police in Riyadh clash with migrant workers  BBC  November 11, 2013Saudi police in Riyadh clash with migrant workers  BBC  November 11, 2013
Saudi police in Riyadh clash with migrant workers BBC November 11, 2013
 
Como reconocer un infarto cerebral
Como reconocer un infarto cerebralComo reconocer un infarto cerebral
Como reconocer un infarto cerebral
 
Body parts
Body partsBody parts
Body parts
 
Novidades fiscais-para-empresas-ebook
Novidades fiscais-para-empresas-ebookNovidades fiscais-para-empresas-ebook
Novidades fiscais-para-empresas-ebook
 
Jorge Rivas Seguridad Informática
Jorge Rivas Seguridad InformáticaJorge Rivas Seguridad Informática
Jorge Rivas Seguridad Informática
 
UFCD_3279 expressão dramática, corporal, vocal e verbal_índice
UFCD_3279 expressão dramática, corporal, vocal e verbal_índiceUFCD_3279 expressão dramática, corporal, vocal e verbal_índice
UFCD_3279 expressão dramática, corporal, vocal e verbal_índice
 
La EducacióN
La EducacióNLa EducacióN
La EducacióN
 
Recibos de Renda Eletrónicos – FAQ’s - Perguntas Frequentes - http://bit.ly/1...
Recibos de Renda Eletrónicos – FAQ’s - Perguntas Frequentes - http://bit.ly/1...Recibos de Renda Eletrónicos – FAQ’s - Perguntas Frequentes - http://bit.ly/1...
Recibos de Renda Eletrónicos – FAQ’s - Perguntas Frequentes - http://bit.ly/1...
 
Bases de datos / Political science Cipo4085
Bases de datos / Political science Cipo4085 Bases de datos / Political science Cipo4085
Bases de datos / Political science Cipo4085
 
Tourist attraction
Tourist attractionTourist attraction
Tourist attraction
 

Ähnlich wie 40120140506007

Appearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaAppearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaIAEME Publication
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesIJERA Editor
 
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...ijtsrd
 
Recognition of Surgically Altered Face Images
Recognition of Surgically Altered Face ImagesRecognition of Surgically Altered Face Images
Recognition of Surgically Altered Face ImagesIRJET Journal
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition Rupinder Saini
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsEditor IJMTER
 
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMPRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMIAEME Publication
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitioniaemedu
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitionIAEME Publication
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitionIAEME Publication
 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAIOSR Journals
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...IRJET Journal
 
Optimization of deep learning features for age-invariant face recognition
Optimization of deep learning features for age-invariant face recognition Optimization of deep learning features for age-invariant face recognition
Optimization of deep learning features for age-invariant face recognition IJECEIAES
 
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 environIAEME 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 environIAEME Publication
 
IRJET- A Review on Various Approaches of Face Recognition
IRJET- A Review on Various Approaches of Face RecognitionIRJET- A Review on Various Approaches of Face Recognition
IRJET- A Review on Various Approaches of Face RecognitionIRJET Journal
 
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET Journal
 
IRJET- Emotion Recognition using Facial Expression
IRJET-  	  Emotion Recognition using Facial ExpressionIRJET-  	  Emotion Recognition using Facial Expression
IRJET- Emotion Recognition using Facial ExpressionIRJET Journal
 
Literature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesLiterature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesiaemedu
 
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...CSCJournals
 

Ähnlich wie 40120140506007 (20)

Appearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaAppearance based face recognition by pca and lda
Appearance based face recognition by pca and lda
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
 
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
 
Recognition of Surgically Altered Face Images
Recognition of Surgically Altered Face ImagesRecognition of Surgically Altered Face Images
Recognition of Surgically Altered Face Images
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age Conditions
 
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMPRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCA
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
 
Optimization of deep learning features for age-invariant face recognition
Optimization of deep learning features for age-invariant face recognition Optimization of deep learning features for age-invariant face recognition
Optimization of deep learning features for age-invariant face recognition
 
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
 
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
 
IRJET- A Review on Various Approaches of Face Recognition
IRJET- A Review on Various Approaches of Face RecognitionIRJET- A Review on Various Approaches of Face Recognition
IRJET- A Review on Various Approaches of Face Recognition
 
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
 
IRJET- Emotion Recognition using Facial Expression
IRJET-  	  Emotion Recognition using Facial ExpressionIRJET-  	  Emotion Recognition using Facial Expression
IRJET- Emotion Recognition using Facial Expression
 
Literature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniquesLiterature review of facial modeling and animation techniques
Literature review of facial modeling and animation techniques
 
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
 

Mehr von IAEME Publication

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.pdfIAEME Publication
 
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-...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 ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
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 APPLICATIONSIAEME Publication
 
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 TRANSACTIONSIAEME Publication
 
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 ARDUINOIAEME Publication
 
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...IAEME Publication
 
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 ECONOMYIAEME Publication
 
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...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME 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
 
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...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
 
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 ENVIRONMENTIAEME Publication
 

Mehr von 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
 

Kürzlich hochgeladen

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 

Kürzlich hochgeladen (20)

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 

40120140506007

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME 53 COMPARISON OF THE PERFORMANCE OF EIGNFACE AND FISHERFACE ALGORITHM Girish D. Bonde Assistant Prof, Department of E&TC J.T.Mahajan College of Engineering, Faizpur, Maharashtra, INDIA O.K.Firke Assistant Prof, Department of E&TC J.T.Mahajan College of Engineering, Faizpur, Maharashtra, INDIA G.L.Attarde Assistant Prof, Department of E&TC J.T.Mahajan College of Engineering, Faizpur, Maharashtra, INDIA ABSTRACT In this paper, we implemented eigenface based face recognition and tried to compare the results with fisherface algorithm. The process required preprocessing. The images had to be resized to a consistent size. The database used included cropped faces of various sizes. Hence the need for face detection was eliminated. We tried to compare two of the most frequently used algorithms; Eigenface and Fisherface. We compared the performance of each algorithm against two constraints. Pose and the size of training data. Testing dense sparse database with both algorithms. The performance of Eigenface is 100% and 70% with respectively dense and sparse database. The performance of Fisherface is 80% with sparse database. The effectiveness of Fisherface across pose is good, even with limited data and Eigenface across pose is some with enough data. Our study has shown us that Fisherface algorithm is robust in both cases. This leads us conclude that the Eigenface algorithm is beneficial when the database is large. But given the robustness of the Fisherface algorithm, it would be the algorithm of choice if the resources are not a problem. Keywords: Eigenface; Fisherface INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME: http://www.iaeme.com/IJECET.asp Journal Impact Factor (2014): 7.2836 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME 54 I. INTRODUCTION The face plays a major role in our social intercourse in conveying identity and emotion. The human ability to recognize faces is remarkable. We can recognize thousands of faces learned throughout our lifetime and recognize the faces at a glance even after few years. The skill is quite robust, despite large changes in the visual stimulus due to viewing conditions, expression, aging, and distractions such as glasses or changes in hairstyle. We have implemented the eigenface and fisherface algorithms and tested them against two face databases, observing results across pose (out-of-plane face rotation). We evaluated performance against databases with both densely-sampled and sparsely-sampled facial poses.We have also extended the work towards automatic estimation of pose parameters. Given a training database of pre-processed face images, train an automated system to recognize the identity of a person from a new image of the person. Examine sensitivity to pose using the eigenface approach suggested in [1,2] and the fisherface approach developed in [3]. 1. Comparing results of eigenface & fisherface across pose. 2. Testing dense and sparse training databases. II. RELATED WORK The Eigenface is the first method considered as a successful technique of face recognition [1,2,11]. The Eigenface method uses Principal Component Analysis (PCA) to linearly project the image space to a low dimensional feature space. The Fisherface is an enhancement of the Eigenface method [3,8]. The Eigenface method uses PCA for dimensionality reduction, thus, yields projection directions that maximize the total scatter across all classes, i.e., across all image s of all faces. The PCA projections are optimal for representation in a low dimensional basis, but they may not be optional from a discrimination standpoint. Instead, the Fisherface method uses Fisher’s Linear Discriminant Analysis (FLDA or LDA) which maximizes the ratio of between-class scatter to that of within-class scatter. III. COMPARISION BETWEEN EIGENFACE AND FISHERFACE Eigenface and Fisherface are global approach for face recognition takes entire image for a 2- D array of pixels. Both methods are quite similar as Fisherface is a modified version of Eigenface [4]. Both make use of linear projection of the images into a face space, which take the common features of face and find a suitable orthonormal basis for the projection. The difference between them is the method of projection is different; Eigenface uses PCA while Fisherface uses FLD. PCA works better with dimension reduction and FLD works better for classification of different classes. A. Eigenface Eigenface is a practical approach for face recognition. Due to the simplicity of its algorithm, we could implement an Eigenface recognition system easily. Besides, it is efficient in processing time and storage. PCA reduces the dimension size of an image greatly in a short period of time. The accuracy of Eigenface is also satisfactory (over 90 %) with frontal faces[1]. However, as there has a high correlation between the training data and the recognition data. B. Fisherface Fisherface is similar to Eigenface but with improvement in better classification of different classes image. With FLD, we could classify the training set to deal with different people and different pose. We could have better accuracy in various pose than Eigenface approach. Besides,
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME 55 Fisherface removes the first three principal components which is responsible for light intensity changes, it is more invariant to light intensity. Fisherface is more complex than Eigenface in finding the projection of face space. Calculation of ratio of between-class scatter to within-class scatter requires a lot of processing time. Besides, due to the need of better classification, the dimension of projection in face space is not as compact as Eigenface, results in larger storage of the face and more processing time in recognition. Facial recognition software was developed using the MATLAB programming language by the MathWorks. This environment was chosen because it easily supports image processing, image visualization, and linear algebra. The software was tested against UMIST database. UMIST was created by Daniel B. Graham, with a purpose of collecting a controlled set of images that vary pose uniformly from frontal to side view. The UMIST database has 565 total images of 20 people. The UMIST database images, displayed below, has uniform lighting and pose varying from side to frontal. Figure 1: UMIST database Images C. Comparison by Size of training data For these results, 20 recognition faces (one for each person) were randomly picked from the database, leaving 545 photos to use as training faces. Mp, the number of principal components to use, was chosen as 20. All 20 of 20 images were correctly recognized, the result is 100%, confirming the very good performance of eigenface with densely and uniformly sampled inputs. For this same database and setup, fisherface performs very similarly.
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME 56 Figure 2: UMIST Results Using Eigenfaces in Densely Sampled Database D. Comparison by Image pose For these results, 20 recognition faces (one for each person) were randomly picked from the database, then 60 more photos were used as training faces. Three training faces were picked for each person: a frontal, side, and 45-degree view[4].
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME 57 Figure 3: UMIST Results Using Fisherface in Sparsely Sampled Database.
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME 58 Out of the 20 faces, 16 were correctly classified in the 1st match. Also notice that this approach is rather pose invariant. it often (13 times) picks out all 3 training images from the database[4]. Figure 4 : UMIST Results Using Eigenface in Sparsely Sampled Database.
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME 59 For comparison, the same setup is run using the eigenface algorithm. Here 14 of the 20 faces are correctly classified, and all 3 correct images are never found. Clearly, the fisherface algorithm performs better under pose variation when only a few samples across pose are available in the training set. TABLE I. COMPARING EIGENFACE AND FISHERFACE Fisherface Eigenface Computational Complexity Slightly more complex Simple Effectiveness Across Pose Good, even with limited data Some, with enough data Sensitivity to Lighting Little Very We find that both the Eigenface and Fisherface techniques work very well for a uniformly and densely sampled data set varied over pose. When a more sparse data set across pose is available, the fisherface approach performs better than Eigenface[4]. IV. CONCLUSION AND FUTURE WORK The Eigenface and Fisherface method were investigated and compared. The comparative experiment showed that the Fisherface method outperformed the Eigenface method. The usefulness of the Fisherface method under varying pose and varying sizes of training databases was verified. Also our results show that patch-based representation is suitable for face pose estimation. REFERENCES 1. M. Turk and A. Pentland, “Eigenfaces for recognition,” J. Cognitive Neuroscience, vol. 3, no. 1, 1991. 2. M. Turk and A. Pentland, “Face recognition using eigenfaces,” Proc. IEEE Conf. on Computer Vision and Pattern Recognition, 1991, pp. 586-591. 3. P. N. Belhumeur, J. P. Hespanha, and D. J. Kriegman, “Eigenfaces vs. fisherfaces: recognition using class specific linear projection,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 19, no. 7, pp. 711-720, July 1997. 4. Abhishek Choubey and Girish D. Bonde, “Face Recognition Across Pose withEstimation of Pose Parameters” International journal of Electronics and CommunicationEngineering &Technology (IJECET), Volume 3, Issue 1, 2012, pp. 311 - 316, ISSN Print:0976- 6464, ISSN Online: 0976 –6472 5. Alan Brooks (in collaboration with Li Gao) Face Recognition: Eigenface and Fisherface Performance Across Pose, ECE 432 Computer Vision with Professor Ying Wu 2004 6. G. Little, Krishna S., Black J., and Panchanathan S. A methodology for evaluating robustness of face recognition algorithms with respect to changes in pose and illumination angle. In ICASSP, 2005 7. Belhuumeur, P. N., Hespanha, J. P., and Kriegman, D.J. 1997. Eigenfaces vs. Fisherfaces: Recognitionusing class specific linear projection. IEEETrans. Patt. Anal. Mach. Intell. 19, 711–720. 8. Huang, J., Heisele, B., and Blanz, V. 2003. Component-based face recognition with 3D morphable models. In Proceedings, International Conference on Audio- and Video-Based Person Authentication. 9. Lanitis, A., Taylor, C. J., and Cootes, T. F. 1995. Automatic face identification system using flexible appearance models. Image Vis. Comput. 13, 393–401
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 6, June (2014), pp. 53-60 © IAEME 60 10. Marian Stewart Bartlett, Javier R. Movellan and Terrence J. Sejnowski,2002.Face Recognition by Independent Component analysis. IEEE Transactions on Neural Networks , Vol. 13, No. 6. 11. Turk, M. and Petntland, A. 1991. Eigenfaces for recognition. J. Cogn. Neurosci. 3, 72–86. 12. Zaho W., R.Chellepa, A.Rosenfeld, 2003. Face Recognition: A Literature Survey, ACM Computing Surveys, Vol.35, No.4, pp.399-458 13. Prof. B.S Patil and Prof. A.R Yardi, “Real Time Face Recognition System Using Eigen Faces” International journal of Electronics and CommunicationEngineering &Technology (IJECET), Volume 4, Issue 2, 2013, pp. 72 - 79, ISSN Print:0976- 6464, ISSN Online: 0976 –6472 14. Mrs. Manisha Bhisekar and Prof. Prajakta Deshmane, “Image Retrieval and Face Recognition Techniques: Literature Survey” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume 5, Issue 1, 2014, pp. 52 - 58, ISSN Print:0976- 6464, ISSN Online: 0976 –6472 15. J. V. Gorabal and Manjaiah D. H., “Texture Analysis For Face Recognition” International Journal Of Graphics And Multimedia (IJGM), Volume 4, Issue 2, 2013, pp. 20 - 30, ISSN 0976 - 6448 (Print), ISSN 0976 -6456 (Online) 16. Bilal Salih Abed Alhayani and Prof. Milind Rane, “Face Recognition System by Image Processing” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume 5, Issue 5, 2014, pp. 80 - 90, ISSN Print:0976- 6464, ISSN Online: 0976 –6472