SlideShare une entreprise Scribd logo
1  sur  23
FACIAL EXPRESSION RECOGNITION
BASED ON
IMAGE FEATURE
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
ANWESHA PAUL
ID: 110206
TASNIM TARANNUM
ID: 110216
PRESENTED BY:
LOGO2
Overview
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Facial Expression &
Facial Expression Recognition
 Related Works
 Problems Of Existing System
 Motivation
 Proposed Method
 Conclusion
 Reference
LOGO3
Facial Expression
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Powerful, natural and immediate means for human to
communicate their emotions.
 Vital part of communication.
 Widely recognized in social interaction.
LOGO4
Facial Expression
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
Neutral Happy Surprise Sad Disgust Angry Fear
Fig 1: Basic Facial Expression.
LOGO5
Expression Recognition
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Locating faces in the scene.
 Extracting facial features.
 Analyzing the motion of facial feature.
LOGO6
Expression Recognition
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
Face
Acquisition
Facial Data
Extraction &
Representation
Facial
Expression
Recognition
Face
Detection
Head
Pose
Estimation
Feature-
based
Appearance
-based
Frame-
based
Sequence
-based
Fig 2: Basic Structure of Facial Expression Recognition.
LOGO7
Related Work
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
Reference
Image
Acquisition
Feature
Extraction
Classification
Recognition
Performance
Neeta Sarode
et al.
[1]
Gray scale
image to
recognize four
expressions
2D appearance-
based local
approach
Euclidean
distance
Accuracy rate
81%
Rupinder
Saini et al.
[2]
PCA, Gabor
wavelet, PCA
with SVD
Euclidean
distance, PCA
[1] Neeta Sarode, Prof. Shalini Bhatia, “Facial Expression Recognition”, (IJCSE) International Journal on Computer Science and
Engineering, Vol. 02, No. 05, 2010.
[2] Rupinder Saini, Narinder Rana, “Facial Expression Recognition Techniques, Database & Classifiers”, International Journal of
Advances in Computer Science and Communication Engineering (IJACSCE), Vol. 2, Issue 2, June 2014.
LOGO8
Related Work contd..
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
Reference
Image
Acquisition
Feature
Extraction
Classification
Recognition
Performance
Jeemoni
Kalita et al.
[3]
60 samples with
various
expression of
RGB color
image
Manually
extracted and
Eigenvector
based distributed
feature
Euclidean
distance
Recognition
rate 95% &
process time
0.0295 sec
Ajit P.Gosavi
et al.
[4]
Real database
image to
recognize five
basic emotions
PCA (Principal
Component
analysis) with
SVD (Singular
Value
Decomposition)
Euclidean
distance
Avg. accuracy
89.70% & avg.
recognition rate
65.42%
[3] Jeemoni Kalita, Karen Das, “Recognition of Facial Expression Using Eigenvector Based Distributed Features and Euclidean
Distance Based Decision Making Technique”, (IJACSA) International Journal of Advanced Computer Science and Applications,
Vol. 4, No. 2, 2013.
[4] Ajit P.Gosavi and S.R. Khot, “Facial Expression Recognition uses Principal Component Analysis with Singular Value
Decomposition”, International Journal of Advance Research in Computer Science and Management Studies Vol. 1, Issue 6,
November 2013.
LOGO9
Related Work contd..
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
Reference
Image
Acquisition
Feature
Extraction
Classification
Recognition
Performance
Akshat
Garget et al.
[7]
Gray scale
image
PCA (Principal
Component
analysis)
Euclidean
distance & PCA
Accuracy rate
89.0%
Mahesh
Kumbhar et
al.
[8]
JAFFE [6]
database image
PCA(Principal
Component
analysis), Gabor
wavelet
Euclidean
distance
Recognition
rate 60% to
70%
[
7] Akshat Garg, Vishakha Choudhary, “Facial Expression Recognition Using Principal Component Analysis”, International Journal
of Scientific Research Engineering &Technology (IJSRET), Vol. 1 Issue4, July 2012.
[8] Mahesh Kumbhar, Ashish Jadhav, Manasi Patil, “Facial Expression Recognition Based on Image Feature”, International
Journal of Computer and Communication Engineering, Vol. 1, No. 2, July 2012.
[6] JAFFE (Japanese Female Facial Expression) Face Database. Available: [Online] http:// www.kasrl.org/jaffe.html
LOGO10
Problems Of Existing System
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Don’t contain enough feature points.[1]
 PCA-based face recognition systems are hard to scale
up.[4]
 Color image burdensome.[4]
[1] Neeta Sarode, Prof. Shalini Bhatia, “Facial Expression Recognition”, (IJCSE) International Journal on Computer
Science and Engineering, Vol. 02, No. 05, 2010.
[4] Ajit P.Gosavi and S.R. Khot, “Facial Expression Recognition uses Principal Component Analysis with Singular Value
Decomposition”, International Journal of Advance Research in Computer Science and Management Studies Vol. 1, Issue
6, November 2013.
LOGO11
Problems Of Existing System
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Cropping manually is time killing.[3]
 Inabilities (different angles and different reasons).
[3] Jeemoni Kalita, Karen Das, “Recognition of Facial Expression Using Eigenvector Based Distributed Features
and Euclidean Distance Based Decision Making Technique”, (IJACSA) International Journal of Advanced
Computer Science and Applications, Vol. 4, No. 2, 2013.
LOGO12
Motivation
COMPUTER SCIENCE & ENGINEERING
 Recognize facial expression as like a human.
 Recognize six basic expressions.
 Increase the accuracy rate.
LOGO13
Proposed Method
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
Block diagram of proposed system:
Image
Acquisition
Feature
Extraction
Classifier
Happy
Sad
Surprise
Angry
Fear
Disgust
Fig 3: Block diagram.
LOGO14
Proposed Method
contd….
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Image Acquisition:
Convert the color image into gray scale image.
Fig 4: RGB- color image converted into gray scale image.
LOGO15
Proposed Method
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Feature Extraction:
• Gaussian filter.
• Radial Symmetry Transform ∗.
Fig 5: application of Gaussian filter.
LOGO16
Proposed Method
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Feature Extraction:
• Edge projection ∗.
• Segmentation using Laplacian of Gaussian
operator at zero threshold.
.
LOGO17
Proposed Method
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Classifier:
• Euclidean distance based on geometrical
relationship.
• The feature vector V.
𝑉 = 𝑉𝑑0 𝑉𝑑1 𝑉𝑑2 𝑉𝑤 𝑉ℎ 𝑉𝑢𝑙 𝑉𝑙𝑙
LOGO18
Proposed Method
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Classifier:
Here,
Vd0 = distance of eyebrow,
Vd1 = distance between right eyebrow and nose tip,
Vd2 = distance between left eyebrow and nose,
Vw = mouth width,
Vh = mouth height,
Vul = upper lip curvature,
Vll = lower lip curvature.
Fig 6: Geometrical parameters of the face, forming the feature vector.
LOGO19
Proposed Method
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Decision Making Techniques:
• Feature vector calculation.
• Observe each component of feature vector.
• Comparison between testing image and neutral
image.
LOGO20
Proposed Method
contd…
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Result Analysis:
Comparison between the testing image with it’s
corresponding images from training database [6].
[6] JAFFE (Japanese Female Facial Expression) Face Database. Available: [Online] http://
www.kasrl.org/jaffe.html
LOGO21
Conclusion
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
 Recognize six basic facial expressions.
 Future work: Will develop the same in real time
videos.
LOGO22
Reference
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
[1] Neeta Sarode, Prof. Shalini Bhatia, “Facial Expression Recognition”, (IJCSE) International Journal on
Computer Science and Engineering, Vol. 02, No. 05, 2010.
[2] Rupinder Saini, Narinder Rana, “Facial Expression Recognition Techniques, Database & Classifiers”,
International Journal of Advances in Computer Science and Communication Engineering (IJACSCE),
Vol. 2, Issue 2, June 2014.
[3] Jeemoni Kalita, Karen Das, “Recognition of Facial Expression Using Eigenvector Based Distributed
Features and Euclidean Distance Based Decision Making Technique”, (IJACSA) International Journal
of Advanced Computer Science and Applications, Vol. 4, No. 2, 2013.
[4] Ajit P.Gosavi and S.R. Khot, “Facial Expression Recognition uses Principal Component Analysis with
Singular Value Decomposition”, International Journal of Advance Research in Computer Science and
Management Studies Vol. 1, Issue 6, November 2013.
[6] JAFFE (Japanese Female Facial Expression) Face Database. Available: [Online] http://
www.kasrl.org/jaffe.html
[7] Akshat Garg, Vishakha Choudhary, “Facial Expression Recognition Using Principal Component
Analysis”, International Journal of Scientific Research Engineering &Technology (IJSRET), Vol. 1
Issue4, July 2012.
[8] Mahesh Kumbhar, Ashish Jadhav, Manasi Patil, “Facial Expression Recognition Based on Image
Feature”, International Journal of Computer and Communication Engineering, Vol. 1, No. 2, July
2012.
COMPUTER SCIENCE & ENGINEERING
KHULNA UNIVERSITY
Thank you.

Contenu connexe

Tendances

Facial emotion recognition
Facial emotion recognitionFacial emotion recognition
Facial emotion recognitionAnukriti Dureha
 
Face detection ppt
Face detection pptFace detection ppt
Face detection pptPooja R
 
Facial expression recognition based on local binary patterns final
Facial expression recognition based on local binary patterns finalFacial expression recognition based on local binary patterns final
Facial expression recognition based on local binary patterns finalahmad abdelhafeez
 
Facial Expression Recognition System using Deep Convolutional Neural Networks.
Facial Expression Recognition  System using Deep Convolutional Neural Networks.Facial Expression Recognition  System using Deep Convolutional Neural Networks.
Facial Expression Recognition System using Deep Convolutional Neural Networks.Sandeep Wakchaure
 
Facial expression recognition
Facial expression recognitionFacial expression recognition
Facial expression recognitionSachin Mangad
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition Rupinder Saini
 
An Introduction to Computer Vision
An Introduction to Computer VisionAn Introduction to Computer Vision
An Introduction to Computer Visionguestd1b1b5
 
Face detection and recognition using surveillance camera2 edited
Face detection and recognition using surveillance camera2 editedFace detection and recognition using surveillance camera2 edited
Face detection and recognition using surveillance camera2 editedSantu Chall
 
Emotion detection using cnn.pptx
Emotion detection using cnn.pptxEmotion detection using cnn.pptx
Emotion detection using cnn.pptxRADO7900
 
Face detection and recognition
Face detection and recognitionFace detection and recognition
Face detection and recognitionPankaj Thakur
 
Face Recognition using PCA-Principal Component Analysis using MATLAB
Face Recognition using PCA-Principal Component Analysis using MATLABFace Recognition using PCA-Principal Component Analysis using MATLAB
Face Recognition using PCA-Principal Component Analysis using MATLABSindhi Madhuri
 
Computer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and PythonComputer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and PythonAkash Satamkar
 
Face detection presentation slide
Face detection  presentation slideFace detection  presentation slide
Face detection presentation slideSanjoy Dutta
 
4837410 automatic-facial-emotion-recognition
4837410 automatic-facial-emotion-recognition4837410 automatic-facial-emotion-recognition
4837410 automatic-facial-emotion-recognitionNgaire Taylor
 
Face Detection
Face DetectionFace Detection
Face DetectionAmr Sheta
 
HUMAN EMOTION RECOGNIITION SYSTEM
HUMAN EMOTION RECOGNIITION SYSTEMHUMAN EMOTION RECOGNIITION SYSTEM
HUMAN EMOTION RECOGNIITION SYSTEMsoumi sarkar
 
Detection and recognition of face using neural network
Detection and recognition of face using neural networkDetection and recognition of face using neural network
Detection and recognition of face using neural networkSmriti Tikoo
 
Project Face Detection
Project Face Detection Project Face Detection
Project Face Detection Abu Saleh Musa
 

Tendances (20)

Facial emotion recognition
Facial emotion recognitionFacial emotion recognition
Facial emotion recognition
 
Face detection ppt
Face detection pptFace detection ppt
Face detection ppt
 
Facial expression recognition based on local binary patterns final
Facial expression recognition based on local binary patterns finalFacial expression recognition based on local binary patterns final
Facial expression recognition based on local binary patterns final
 
Facial Expression Recognition System using Deep Convolutional Neural Networks.
Facial Expression Recognition  System using Deep Convolutional Neural Networks.Facial Expression Recognition  System using Deep Convolutional Neural Networks.
Facial Expression Recognition System using Deep Convolutional Neural Networks.
 
Facial expression recognition
Facial expression recognitionFacial expression recognition
Facial expression recognition
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition
 
An Introduction to Computer Vision
An Introduction to Computer VisionAn Introduction to Computer Vision
An Introduction to Computer Vision
 
Face detection and recognition using surveillance camera2 edited
Face detection and recognition using surveillance camera2 editedFace detection and recognition using surveillance camera2 edited
Face detection and recognition using surveillance camera2 edited
 
Emotion detection using cnn.pptx
Emotion detection using cnn.pptxEmotion detection using cnn.pptx
Emotion detection using cnn.pptx
 
Face detection and recognition
Face detection and recognitionFace detection and recognition
Face detection and recognition
 
Face Recognition using PCA-Principal Component Analysis using MATLAB
Face Recognition using PCA-Principal Component Analysis using MATLABFace Recognition using PCA-Principal Component Analysis using MATLAB
Face Recognition using PCA-Principal Component Analysis using MATLAB
 
Computer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and PythonComputer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and Python
 
Face detection presentation slide
Face detection  presentation slideFace detection  presentation slide
Face detection presentation slide
 
4837410 automatic-facial-emotion-recognition
4837410 automatic-facial-emotion-recognition4837410 automatic-facial-emotion-recognition
4837410 automatic-facial-emotion-recognition
 
Face Detection
Face DetectionFace Detection
Face Detection
 
HUMAN EMOTION RECOGNIITION SYSTEM
HUMAN EMOTION RECOGNIITION SYSTEMHUMAN EMOTION RECOGNIITION SYSTEM
HUMAN EMOTION RECOGNIITION SYSTEM
 
Face Detection
Face DetectionFace Detection
Face Detection
 
Detection and recognition of face using neural network
Detection and recognition of face using neural networkDetection and recognition of face using neural network
Detection and recognition of face using neural network
 
Project Face Detection
Project Face Detection Project Face Detection
Project Face Detection
 
Computer Vision
Computer VisionComputer Vision
Computer Vision
 

En vedette

Facial expression
Facial expressionFacial expression
Facial expression17791
 
face recognition system using LBP
face recognition system using LBPface recognition system using LBP
face recognition system using LBPMarwan H. Noman
 
Face Recognition Human Computer Interaction
Face Recognition Human Computer InteractionFace Recognition Human Computer Interaction
Face Recognition Human Computer Interactionines beltaief
 
Applications of Emotions Recognition
Applications of Emotions RecognitionApplications of Emotions Recognition
Applications of Emotions RecognitionFrancesco Bonadiman
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition pptSantosh Kumar
 
Facial expression recongnition Techniques, Database and Classifiers
Facial expression recongnition Techniques, Database and Classifiers Facial expression recongnition Techniques, Database and Classifiers
Facial expression recongnition Techniques, Database and Classifiers Rupinder Saini
 
MengtingLiu-conf-print
MengtingLiu-conf-printMengtingLiu-conf-print
MengtingLiu-conf-printMengting Liu
 
Review of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetsReview of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetseSAT Journals
 
Automatic facial expression recognition using features of salient facial patches
Automatic facial expression recognition using features of salient facial patchesAutomatic facial expression recognition using features of salient facial patches
Automatic facial expression recognition using features of salient facial patchesI3E Technologies
 
Facial expressionclass barca
Facial expressionclass barcaFacial expressionclass barca
Facial expressionclass barcaVivek Sharma
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarkseSAT Journals
 
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...Petroleum Training Institute
 
Comparison of various Biometric methods
Comparison of various Biometric methodsComparison of various Biometric methods
Comparison of various Biometric methodsRupinder Saini
 
Initiate sadness
Initiate sadnessInitiate sadness
Initiate sadnessMickey Judd
 
Face recognition
Face recognition Face recognition
Face recognition Chandan A V
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...AM Publications
 
Facial expressions
Facial expressionsFacial expressions
Facial expressionsHardik Sarva
 

En vedette (20)

Facial expression
Facial expressionFacial expression
Facial expression
 
face recognition system using LBP
face recognition system using LBPface recognition system using LBP
face recognition system using LBP
 
Face Recognition Human Computer Interaction
Face Recognition Human Computer InteractionFace Recognition Human Computer Interaction
Face Recognition Human Computer Interaction
 
Applications of Emotions Recognition
Applications of Emotions RecognitionApplications of Emotions Recognition
Applications of Emotions Recognition
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition ppt
 
Facial expression recongnition Techniques, Database and Classifiers
Facial expression recongnition Techniques, Database and Classifiers Facial expression recongnition Techniques, Database and Classifiers
Facial expression recongnition Techniques, Database and Classifiers
 
MengtingLiu-conf-print
MengtingLiu-conf-printMengtingLiu-conf-print
MengtingLiu-conf-print
 
Review of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetsReview of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasets
 
Automatic facial expression recognition using features of salient facial patches
Automatic facial expression recognition using features of salient facial patchesAutomatic facial expression recognition using features of salient facial patches
Automatic facial expression recognition using features of salient facial patches
 
Face recognition
Face recognitionFace recognition
Face recognition
 
Facial expressionclass barca
Facial expressionclass barcaFacial expressionclass barca
Facial expressionclass barca
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
 
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
Muzammil Abdulrahman PPT On Gabor Wavelet Transform (GWT) Based Facial Expres...
 
Comparison of various Biometric methods
Comparison of various Biometric methodsComparison of various Biometric methods
Comparison of various Biometric methods
 
DEFENSE
DEFENSEDEFENSE
DEFENSE
 
Initiate sadness
Initiate sadnessInitiate sadness
Initiate sadness
 
HAPPINESS
HAPPINESSHAPPINESS
HAPPINESS
 
Face recognition
Face recognition Face recognition
Face recognition
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
 
Facial expressions
Facial expressionsFacial expressions
Facial expressions
 

Similaire à Facial expression recognition based on image feature

Face recognition Face Identification
Face recognition Face IdentificationFace recognition Face Identification
Face recognition Face IdentificationKalyan Acharjya
 
Comparative Study of Lip Extraction Feature with Eye Feature Extraction Algor...
Comparative Study of Lip Extraction Feature with Eye Feature Extraction Algor...Comparative Study of Lip Extraction Feature with Eye Feature Extraction Algor...
Comparative Study of Lip Extraction Feature with Eye Feature Extraction Algor...Editor IJCATR
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...AM Publications
 
Face and Eye Detection Varying Scenarios With Haar Classifier_2015
Face and Eye Detection Varying Scenarios With Haar Classifier_2015Face and Eye Detection Varying Scenarios With Haar Classifier_2015
Face and Eye Detection Varying Scenarios With Haar Classifier_2015Showrav Mazumder
 
IRJET - A Review on: Face Recognition using Laplacianface
IRJET - A Review on: Face Recognition using LaplacianfaceIRJET - A Review on: Face Recognition using Laplacianface
IRJET - A Review on: Face Recognition using LaplacianfaceIRJET Journal
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationIJCSES Journal
 
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSISFACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSISIAEME Publication
 
A survey on face recognition techniques
A survey on face recognition techniquesA survey on face recognition techniques
A survey on face recognition techniquesAlexander Decker
 
International Journal of Image Processing (IJIP) Volume (1) Issue (2)
International Journal of Image Processing (IJIP) Volume (1) Issue (2)International Journal of Image Processing (IJIP) Volume (1) Issue (2)
International Journal of Image Processing (IJIP) Volume (1) Issue (2)CSCJournals
 
A Review on Feature Extraction Techniques and General Approach for Face Recog...
A Review on Feature Extraction Techniques and General Approach for Face Recog...A Review on Feature Extraction Techniques and General Approach for Face Recog...
A Review on Feature Extraction Techniques and General Approach for Face Recog...Editor IJCATR
 
Face Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyFace Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyIRJET Journal
 
Review of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsReview of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsijma
 
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSREVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSijma
 
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
 
Photograph Database management report
Photograph Database management reportPhotograph Database management report
Photograph Database management reportAmrit Ranjan
 
Report Face Detection
Report Face DetectionReport Face Detection
Report Face DetectionJugal Patel
 
Multi Local Feature Selection Using Genetic Algorithm For Face Identification
Multi Local Feature Selection Using Genetic Algorithm For Face IdentificationMulti Local Feature Selection Using Genetic Algorithm For Face Identification
Multi Local Feature Selection Using Genetic Algorithm For Face IdentificationCSCJournals
 

Similaire à Facial expression recognition based on image feature (20)

Face recognition Face Identification
Face recognition Face IdentificationFace recognition Face Identification
Face recognition Face Identification
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
 
Comparative Study of Lip Extraction Feature with Eye Feature Extraction Algor...
Comparative Study of Lip Extraction Feature with Eye Feature Extraction Algor...Comparative Study of Lip Extraction Feature with Eye Feature Extraction Algor...
Comparative Study of Lip Extraction Feature with Eye Feature Extraction Algor...
 
50120140504002
5012014050400250120140504002
50120140504002
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
 
Face and Eye Detection Varying Scenarios With Haar Classifier_2015
Face and Eye Detection Varying Scenarios With Haar Classifier_2015Face and Eye Detection Varying Scenarios With Haar Classifier_2015
Face and Eye Detection Varying Scenarios With Haar Classifier_2015
 
IRJET - A Review on: Face Recognition using Laplacianface
IRJET - A Review on: Face Recognition using LaplacianfaceIRJET - A Review on: Face Recognition using Laplacianface
IRJET - A Review on: Face Recognition using Laplacianface
 
Ijetcas14 435
Ijetcas14 435Ijetcas14 435
Ijetcas14 435
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSISFACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
 
A survey on face recognition techniques
A survey on face recognition techniquesA survey on face recognition techniques
A survey on face recognition techniques
 
International Journal of Image Processing (IJIP) Volume (1) Issue (2)
International Journal of Image Processing (IJIP) Volume (1) Issue (2)International Journal of Image Processing (IJIP) Volume (1) Issue (2)
International Journal of Image Processing (IJIP) Volume (1) Issue (2)
 
A Review on Feature Extraction Techniques and General Approach for Face Recog...
A Review on Feature Extraction Techniques and General Approach for Face Recog...A Review on Feature Extraction Techniques and General Approach for Face Recog...
A Review on Feature Extraction Techniques and General Approach for Face Recog...
 
Face Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyFace Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A Survey
 
Review of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsReview of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithms
 
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSREVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
 
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
 
Photograph Database management report
Photograph Database management reportPhotograph Database management report
Photograph Database management report
 
Report Face Detection
Report Face DetectionReport Face Detection
Report Face Detection
 
Multi Local Feature Selection Using Genetic Algorithm For Face Identification
Multi Local Feature Selection Using Genetic Algorithm For Face IdentificationMulti Local Feature Selection Using Genetic Algorithm For Face Identification
Multi Local Feature Selection Using Genetic Algorithm For Face Identification
 

Dernier

Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Pooja Nehwal
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCamilleBoulbin1
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedDelhi Call girls
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxraffaeleoman
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...amilabibi1
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Delhi Call girls
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 

Dernier (18)

Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 

Facial expression recognition based on image feature

  • 1. FACIAL EXPRESSION RECOGNITION BASED ON IMAGE FEATURE COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY ANWESHA PAUL ID: 110206 TASNIM TARANNUM ID: 110216 PRESENTED BY:
  • 2. LOGO2 Overview COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Facial Expression & Facial Expression Recognition  Related Works  Problems Of Existing System  Motivation  Proposed Method  Conclusion  Reference
  • 3. LOGO3 Facial Expression COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Powerful, natural and immediate means for human to communicate their emotions.  Vital part of communication.  Widely recognized in social interaction.
  • 4. LOGO4 Facial Expression contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY Neutral Happy Surprise Sad Disgust Angry Fear Fig 1: Basic Facial Expression.
  • 5. LOGO5 Expression Recognition COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Locating faces in the scene.  Extracting facial features.  Analyzing the motion of facial feature.
  • 6. LOGO6 Expression Recognition contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY Face Acquisition Facial Data Extraction & Representation Facial Expression Recognition Face Detection Head Pose Estimation Feature- based Appearance -based Frame- based Sequence -based Fig 2: Basic Structure of Facial Expression Recognition.
  • 7. LOGO7 Related Work COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY Reference Image Acquisition Feature Extraction Classification Recognition Performance Neeta Sarode et al. [1] Gray scale image to recognize four expressions 2D appearance- based local approach Euclidean distance Accuracy rate 81% Rupinder Saini et al. [2] PCA, Gabor wavelet, PCA with SVD Euclidean distance, PCA [1] Neeta Sarode, Prof. Shalini Bhatia, “Facial Expression Recognition”, (IJCSE) International Journal on Computer Science and Engineering, Vol. 02, No. 05, 2010. [2] Rupinder Saini, Narinder Rana, “Facial Expression Recognition Techniques, Database & Classifiers”, International Journal of Advances in Computer Science and Communication Engineering (IJACSCE), Vol. 2, Issue 2, June 2014.
  • 8. LOGO8 Related Work contd.. COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY Reference Image Acquisition Feature Extraction Classification Recognition Performance Jeemoni Kalita et al. [3] 60 samples with various expression of RGB color image Manually extracted and Eigenvector based distributed feature Euclidean distance Recognition rate 95% & process time 0.0295 sec Ajit P.Gosavi et al. [4] Real database image to recognize five basic emotions PCA (Principal Component analysis) with SVD (Singular Value Decomposition) Euclidean distance Avg. accuracy 89.70% & avg. recognition rate 65.42% [3] Jeemoni Kalita, Karen Das, “Recognition of Facial Expression Using Eigenvector Based Distributed Features and Euclidean Distance Based Decision Making Technique”, (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 4, No. 2, 2013. [4] Ajit P.Gosavi and S.R. Khot, “Facial Expression Recognition uses Principal Component Analysis with Singular Value Decomposition”, International Journal of Advance Research in Computer Science and Management Studies Vol. 1, Issue 6, November 2013.
  • 9. LOGO9 Related Work contd.. COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY Reference Image Acquisition Feature Extraction Classification Recognition Performance Akshat Garget et al. [7] Gray scale image PCA (Principal Component analysis) Euclidean distance & PCA Accuracy rate 89.0% Mahesh Kumbhar et al. [8] JAFFE [6] database image PCA(Principal Component analysis), Gabor wavelet Euclidean distance Recognition rate 60% to 70% [ 7] Akshat Garg, Vishakha Choudhary, “Facial Expression Recognition Using Principal Component Analysis”, International Journal of Scientific Research Engineering &Technology (IJSRET), Vol. 1 Issue4, July 2012. [8] Mahesh Kumbhar, Ashish Jadhav, Manasi Patil, “Facial Expression Recognition Based on Image Feature”, International Journal of Computer and Communication Engineering, Vol. 1, No. 2, July 2012. [6] JAFFE (Japanese Female Facial Expression) Face Database. Available: [Online] http:// www.kasrl.org/jaffe.html
  • 10. LOGO10 Problems Of Existing System COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Don’t contain enough feature points.[1]  PCA-based face recognition systems are hard to scale up.[4]  Color image burdensome.[4] [1] Neeta Sarode, Prof. Shalini Bhatia, “Facial Expression Recognition”, (IJCSE) International Journal on Computer Science and Engineering, Vol. 02, No. 05, 2010. [4] Ajit P.Gosavi and S.R. Khot, “Facial Expression Recognition uses Principal Component Analysis with Singular Value Decomposition”, International Journal of Advance Research in Computer Science and Management Studies Vol. 1, Issue 6, November 2013.
  • 11. LOGO11 Problems Of Existing System contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Cropping manually is time killing.[3]  Inabilities (different angles and different reasons). [3] Jeemoni Kalita, Karen Das, “Recognition of Facial Expression Using Eigenvector Based Distributed Features and Euclidean Distance Based Decision Making Technique”, (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 4, No. 2, 2013.
  • 12. LOGO12 Motivation COMPUTER SCIENCE & ENGINEERING  Recognize facial expression as like a human.  Recognize six basic expressions.  Increase the accuracy rate.
  • 13. LOGO13 Proposed Method COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY Block diagram of proposed system: Image Acquisition Feature Extraction Classifier Happy Sad Surprise Angry Fear Disgust Fig 3: Block diagram.
  • 14. LOGO14 Proposed Method contd…. COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Image Acquisition: Convert the color image into gray scale image. Fig 4: RGB- color image converted into gray scale image.
  • 15. LOGO15 Proposed Method contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Feature Extraction: • Gaussian filter. • Radial Symmetry Transform ∗. Fig 5: application of Gaussian filter.
  • 16. LOGO16 Proposed Method contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Feature Extraction: • Edge projection ∗. • Segmentation using Laplacian of Gaussian operator at zero threshold. .
  • 17. LOGO17 Proposed Method contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Classifier: • Euclidean distance based on geometrical relationship. • The feature vector V. 𝑉 = 𝑉𝑑0 𝑉𝑑1 𝑉𝑑2 𝑉𝑤 𝑉ℎ 𝑉𝑢𝑙 𝑉𝑙𝑙
  • 18. LOGO18 Proposed Method contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Classifier: Here, Vd0 = distance of eyebrow, Vd1 = distance between right eyebrow and nose tip, Vd2 = distance between left eyebrow and nose, Vw = mouth width, Vh = mouth height, Vul = upper lip curvature, Vll = lower lip curvature. Fig 6: Geometrical parameters of the face, forming the feature vector.
  • 19. LOGO19 Proposed Method contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Decision Making Techniques: • Feature vector calculation. • Observe each component of feature vector. • Comparison between testing image and neutral image.
  • 20. LOGO20 Proposed Method contd… COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Result Analysis: Comparison between the testing image with it’s corresponding images from training database [6]. [6] JAFFE (Japanese Female Facial Expression) Face Database. Available: [Online] http:// www.kasrl.org/jaffe.html
  • 21. LOGO21 Conclusion COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY  Recognize six basic facial expressions.  Future work: Will develop the same in real time videos.
  • 22. LOGO22 Reference COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY [1] Neeta Sarode, Prof. Shalini Bhatia, “Facial Expression Recognition”, (IJCSE) International Journal on Computer Science and Engineering, Vol. 02, No. 05, 2010. [2] Rupinder Saini, Narinder Rana, “Facial Expression Recognition Techniques, Database & Classifiers”, International Journal of Advances in Computer Science and Communication Engineering (IJACSCE), Vol. 2, Issue 2, June 2014. [3] Jeemoni Kalita, Karen Das, “Recognition of Facial Expression Using Eigenvector Based Distributed Features and Euclidean Distance Based Decision Making Technique”, (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 4, No. 2, 2013. [4] Ajit P.Gosavi and S.R. Khot, “Facial Expression Recognition uses Principal Component Analysis with Singular Value Decomposition”, International Journal of Advance Research in Computer Science and Management Studies Vol. 1, Issue 6, November 2013. [6] JAFFE (Japanese Female Facial Expression) Face Database. Available: [Online] http:// www.kasrl.org/jaffe.html [7] Akshat Garg, Vishakha Choudhary, “Facial Expression Recognition Using Principal Component Analysis”, International Journal of Scientific Research Engineering &Technology (IJSRET), Vol. 1 Issue4, July 2012. [8] Mahesh Kumbhar, Ashish Jadhav, Manasi Patil, “Facial Expression Recognition Based on Image Feature”, International Journal of Computer and Communication Engineering, Vol. 1, No. 2, July 2012.
  • 23. COMPUTER SCIENCE & ENGINEERING KHULNA UNIVERSITY Thank you.