SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 89
CHARACTERISTICS AND MOOD PREDICTION OF HUMAN BY SIGNATURE
AND FACIAL EXPRESSION ANALYSIS
Neha Punetha1, Dr. A.K. Pal2, Govind Singh Kushwaha3
1G. B. Pant University of Agriculture and Technology, Pantnagar, Uttarakhand, India-263145
-----------------------------------------------------------------------***--------------------------------------------------------------------
Abstract - Nowadays human computer interaction is trending to explore new researches Human-Computer Interaction (HCI)
explores the plan and usage of computer technology concentrated on the boundaries between human and computers. This
paper is designed to develop techniques for predicting mood and behavior of human through automated skills for which we
had used Improved Susan method and Eigenvector approach using PCA techniques for predicting mood and behavior is
predicted by signature analysis.
Keywords: Graphology, PCA technique, Handwriting, Signature, Backpropagation
1. Introduction
In the 21st-century the most secure and convenient validation tool is biometric, nowadays computer
performances and presentation spreads, day by day and the evolution in this field are due to the up gradation of human
intelligence. All collaboration between human being and computer technology is intermediated by our senses. The
knowledge of machines working like human beings stimulated to be in the center of scientist’s performance. Day by day
research has explored to dig out supplementary information from numerous biometric procedures such as the face, voice,
iris, handwriting, etc. One of the unique characteristics of a human being is handwriting, which expects the physical,
mental, and the emotional state-run of the author. The study of handwriting is known as Graphology, it is a scientific
technique used to regulate a person’s personality by estimating the number of features from the handwriting. Similarly
Human mood changes with respect to mental and emotional state of person. Facial Expressions plays important role in
predicting mood of person which changes with time. So to make thisautomated many techniques were used such ANN and
MATLAB codes, SVM.
2. Background
In 1983, a technique of examining scripts is drawn. The capability to infer distinct abilities through handwriting
analysis is reviewed in light of the two basic psychometric questions: reliability and validity.
In 1988 ANN was effectively executed to Optical Character Recognition (OCR) in direction to return outstanding
results.In 1990,an application of back-propagation networks to recognize handwritten digit was implemented. Latter on
Champa H. N. and Dr. K. R.AnandaKumar (2010) said that Graphology is a technical method of recognizing, approximating
and understanding personality with the strokes and the patterns exposed by handwriting. In 2010, in the direction to
make this technique online we measured six different types of parameters are as follows: (i) size of letters. (ii) pen
pressure, (iii) slant of letters and words, (iv) baseline, (v) letters spacing and (vi) spacing between words in a document to
detect the behavior of the writer.In 1992, the author estimates the procedure of machine recognition of facial expressions.
In 1998, the authors examine two uses of types of features take out from face representations for recognizing facial
expressions.
In 2005, B.Vermalooks at a feature collection and arrangement system for face recognition via genetic techniques
and artificial neural networks .In 2016Automated Facial Expression Recognition (FER) has endured an encouraging and
thought-provoking problem in computer apparition. Even with the determinations made in emerged numerous
approaches for FER, remaining methods lack generalizability once implemented to unseen images or individuals that are
seized in wild situation.
2.1 Pattern Recognition
It is the procedure of identifying patterns by using a machine learning algorithm. It can be well-defined as the
ordering of data based on knowledge at present or on statistical information put in patterns for their representation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 90
2.2 PRTools overview
PRTools means Pattern Recognition tools that offer more than 300 MATLAB procedures for constructing pattern
recognition methods. PRTools are basically used for preprocessing raw data, representation of entities in vector spaces,
classification, and estimation. There are hundreds of references in the scientific texts to PRTools by investigators who used
it for their research and studies.
3. Software used in the study
MATLAB stands for matrix laboratory. It is a multi-purpose numerical computing system. It is a Domain-specific
language presented by Mathworks. MATLAB is a special-purpose language that is an outstanding excellent for writing
moderate-size programs that resolve problems including a number of operation.
4. Proposed Work
The work aims at predicting behavior and mood of human by signature and facial expression analysis.
4.1 Improved Susan Method
Human facial expressions are recognized based on the mouth feature using Susan edge detector the process of Facial
expression recognition is done in three steps are as follows face detection, feature extraction, and expression classification.
Many investigators have done work in this research area yet well-organized and robust facial expression system essential
to be established. This is the technique to recognize the facial expressions of a user by processing the pictures taken from a
webcam. Steps involved in the proposed system are:
Step 1: Preprocessing
In preprocessing quality of the image is enriched by different filters such as median filter, average filter, Wiener
filter depending upon the noise present in the image, refining contrast of the image by histogram equalization, etc.
Step 2: Mouth Detection
The second step is mouth detection it is appropriate edge detector such as Sobel, Pewitt, etc are applied on the
image to detect edge on the given image and face boundary is located by using suitable threshold value.
Step 3: SUSAN operator to detect corners
SUSAN operator is implemented on the face zone to identify far and near corner aimed at two eyes and two
corners for the mouth area, and increase the accuracy.
Step 4: In this step Geometrical features like height, area, and width of the mouth region are calculated for the
determination of expression, by following equations as shown below.
(1)
2( ) (2)
A w l
P l w

 
(3)
2
P
l W 
(4)
2
P
W l 
Where w = width, l = length and p = perimeter.
After calculating the area covered by mouth region we compare that calculated area with the given range of facial
expression as shown in table 1.Facial expressions such as surprise, neutral, sad and happy constructed on the variety of
standards given for every expression satisfying the equations as given in equation (5).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 91
 
 
 
2
2
2
 
 
 







e = Normal if N < M < N
m min a m max
S + S
m min m maxVery Sad, if M S
a m max
e =
S + S
m min m maxNot Very Sad, if S M
m min a
H + H
m min m maxVery Happy, if M H
a m max
e =
Not Very Ha
 
 
 
2
2
2
 
 
 









 


 
 
 
 



 
 
 
 
H + H
m min m maxppy, if H M
m min a
SU + SU
m min m maxVery Surprised, if M SU
a m max
e =
SU + SU
m min m maxNot Very Surprised, if SU M
m min a
(5)
Where, Nm = Mouth for normal expressions, Sm = Mouth for sad expressions, Hm = Mouth for happy expressions, SUm =
mouth for surprise expressions
4.2 Eigen Approach: PCA Technique
4.2.1 Principal Component Analysis (PCA)
The Purpose of PCA is to reduce the large dimensionality data space into the smaller dimensionality feature space
that is required to describe the data economically.In this method, it consists of some steps such as preprocessing, Principal
Component analysis and facial expression grouping using Euclidian classifier. Mouth region is cropped and then this
cropped database of mouth is converted to eigen vector dataset by PCA techniques.
4.2.2 Algorithm: An algorithm for classifying facial expression
Step I: A small dimensional mouth space is taken from the trained images. This is done by PCA technique for training set.
Step II: The experiment images are projected on the mouth space the most significant principal components are used to
represent the test images.
Step III: Euclidian distances between the test image and all the train images are calculated and the minimum value is
selected permitted to catch out the train image .which is identically considerable nearby to the test image. Using equation
(6)
   
2 2
1 2 1 2
D x x y y    (6)
Where x = (x1,x2) and y = (y1,y2)
Step IV: To find the expression, we find the Euclidian distance between neutral expression and test dataset of expression
that is to be tested. More the distance the far from the neutral expression As a result, it can be identified as a stronger the
mouth expression as shown in the flow chart.
4.3 Conclusion of Improved Susan method
Human mood prediction is getting very concern after the investigation communal for which facial expression
identification plays a very significant role. Improved Susan method is used to produce different expression of human by
means of mouth as a parameter with the help of SUSAN operator, and the suggested system is verified on the extensively
used standard.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 92
JAFEE database in which facial expressions of different peoples are well thought-out and outcomes obtained and
presented as shown in tabulated form.
4.4 Experimental Results and Analysis of Improved Susan method
After the implementation of MATLAB code resulted into recognition of expression as shown below.
1) Happy face
Fig-1
Fig-2
Fig-3
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 93
Table-1: Sample experimental results with mouth samples are as:
Expression of a persons
Mouth area ranges between
Min Max
Normal 4102.591500 5014.278500
Sad 3646.748000 4102.591500
Happy 5014.278500 5470.122000
Surprise 5470.122000 6080.965500
In this work, four images are carefully chosen from ten persons from the JAFFE database. Table 2 displays different
investigational results for JAFFE database of the four different facial expressions like (happiness, neutral, sadness,
surprise).
Table-2: Experiments based on Improved Susan method
Recommended system is verified on the extensively used standard JAFEE database in which facial expressions of
dissimilar peoples in different moods are measured and suitable results are attained and tabularized with considerations.
4.5 Experimental Results of Eigenvector approach using PCA:
This is more advanced method for facial expression recognition, in this features are taken in the form of Eigenvector
applying PCA and on the basis of it we had prepared a table to check the success rate and calculate misdetection rate as
shown in table 3
Table-3: The Success rate of various facial expressions
Type of
Expression
Happy Disgust Anger Sad Surprise Neutral Average
Happy 47 0 1 2 0 0
Disgust 1 45 0 1 1 2
Anger 0 2 44 0 3 1
Sad 0 0 1 46 1 0
Surprise 1 0 0 1 48 1
Neutral 0 1 0 2 1 46
Recognition 94% 90% 88% 92% 96% 92% 92%
4.6 Signature Analysis
Based on the MATLAB codes and prepossessing techniques to find the features of handwriting we apply the ANN
and SVM and then predict the behavior of human based on pen pressure. After scanning the signature by PC and through
MATLAB codes then, we have to estimate the feature of signature.
4.7 (SVM) Support Vector Machines
SVM are supervised learning models with associated learning algorithms that analyze data and recognize patterns,
used for classification we used RBF to give input to the SVM basically SVM takes input as a function. SVM gives the better
and exact result.
Database JAFFE
Total number
of
sample images
Correct
Detection
Misdetection
% of success
Rate
Happy 40 34 6 85%
Neutral 40 36 4 90%
Sad 40 33 7 82.5%
Surprise 40 37 3 92.5%
Average 87.5%
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 94
4.8 (RBF) Radial Basis Function
RBF is a real-valued function whose value depends only on the distance from the origin Sums of radial basis functions
are typically used to approximate given functions. This approximation process can also be interpreted as a simple kind of
neural network. RBFs are also used as a input in support vector classification.
Fig-4: Pen Pressure
After various techniques and using various MATLAB codes we find the value of various parameters like alignment pen
pressure etc, as shown in table 4After getting all these data we train our network to predict human behavior by the
training through backpropagation algorithm. We have been working with the 4 features which are: Alignment, Pen
Pressure, and Alignment. We have taken a sample of signatures 10 persons and then extracted features are, considered in
the table below.
Table-4: Various data of features is predicted in tabulated form
S.No. Name Signature
Mean
Square
Error
Pen
Pressure
Alignment Behaviour
1 Gaurav .5642 2.825 0.371
Cheerful , Positive
attitude,
2 Rishabh .6484 1.856 0.117 Dependable, Steady
3 Arvind .536 2.213 0.423
Determined and
hopeful
4 Shivam .6479 1.748 0.223 self-motivated
5 Neha .3336 2.448 0.378
Determined, Deep
thinking
6 Shubham .6506 1.875 0.332 Cheerful
7 Mahendra .369 2.386 0.399
Optimistic ,
Progessive
8 Mayank .6507 2.496 0.266 Long lasting effects,
9 Himani .3434 1.204 0.378
Strong-minded,
stays on track
10 Harshit .6496 1.602 0.221
Self-motivated,
enjoys secrecy
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 95
The results obtained after many repetitions, training and testing the normal standards on the basis of assured
parameters such as Alignment, pen pressure, etc of a different person. On the basis of these parameters, we have evaluated
the behavior of a person. So, initially we ran a standardize MATLAB program in which signature of person was uploaded
and after that its normal and Eigenvalues are calculated and on the behalf of the foreign values we took standard
individual two parameters and ran them to recognize the behavior of a person.
5. Conclusions
The proposed methodology to predict the personality and mood of human on the basis of signature analysis and face
expression analysis. First methods named as improved SUSAN method and result shown in Table-2 in which facial
expression recognition success rate is 87.5% along the same experiment was done by Eigen Vector approach using PCA
approach the success rate is 92% as shown in table 3. This concludes that the results using the PCA method are much
effective than Improved Susan method as both methods are good and promising and are implemented through MATLAB
code based on standard JAFFE dataset. Using these two methods mood of a person was predicted which the half part of the
task is by considering the only face. Another half task is based on the signature analysis, Features are extracted by
preprocessing and various features such as pen pressure, alignment, etc was calculated by the MATLAB code using the
various functions. The algorithm named back propagation algorithm was used to train the network and then these features
are fed to SVM then it predicts the behavior of person as shown in table 4 .so, on the basis of both these studies, we easily
got to know about the behavior and mood of a person. Three methods along with the MATLAB coding are used in this
study.
In this paper signature and facial expression analysis are automated which results and help us to predict behavior of
any unknown person and similarly if we train our robots or machine to predict human mood then it will be beneficial for
all because they respond to others according to their mood. On an application part if we train our machines through these
two techniques it will be prove beneficial in field of artificial intelligence.
6. References:
1. Salah, A. A., Gevers, T., Sebe, N., &Vinciarelli, A.(2010, August). Challenges of human behavior understanding.
In International Workshop on Human Behavior Understanding(pp. 1-12). Springer, Berlin, Heidelberg.
2. Colmenarez, A., Frey, B., & Huang, T. S. (1999, October). Detection and tracking of faces and facial features.
In Proceedings 1999 International Conference on Image Processing (Cat. 99CH36348) (Vol. 1, pp. 657-661). IEEE.
3. Lopes, A. T., de Aguiar, E., De Souza, A. F., & Oliveira-Santos, T. (2017). Facial expression recognition with
convolutional neural networks: coping with few data and the training sample order. Pattern Recognition, 61, 610-
628.
4. Champa, H. N., &AnandaKumar, K. R. (2010, August). Automated human behavior prediction through
handwriting analysis. In 2010 First International Conference on Integrated Intelligent Computing (pp. 160-165).
IEEE.
5. Hsu, C. W., & Lin, C. J. (2002). A comparison of methods for multiclass support vector machines. IEEE
transactions on Neural Networks, 13(2), 415-425.
6. Djamal, E. C., Ramdlan, S. N., &Saputra, J. (2013). Recognition of handwriting based on signature and digit of
character using multiple of artificial neural networks in personality identification. ISICO 2013, 2013.
7. Handwriting Personality Profile http://handwritingpro.com (1998).
8. Hong, J. W., & Song, K. T. (2007, December). Facial expression recognition under illumination variation. In 2007
IEEE Workshop on Advanced Robotics and Its Social Impacts(pp. 1-6). IEEE.
9. Dang, S., & Kumar, M. (2014). Handwriting analysis of human behaviour based on neural network. Int. J. Adv.
Res. Comput. Sci. Softw. Eng, 4(9).
10. Prasad, S., Singh, V. K., &Sapre, A. (2010). Handwriting analysis based on segmentation method for prediction
of human personality using support vector machine. International Journal of Computer Applications, 8(12), 25-29.
11. Prasad M(Thesis) “A study on human expression and mood analysis based on digital image processing
techniques” (2018).

More Related Content

What's hot

Multiple features based fingerprint identification system
Multiple features based fingerprint identification systemMultiple features based fingerprint identification system
Multiple features based fingerprint identification system
eSAT Journals
 
Face Images Database Indexing for Person Identification Problem
Face Images Database Indexing for Person Identification ProblemFace Images Database Indexing for Person Identification Problem
Face Images Database Indexing for Person Identification Problem
CSCJournals
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356
Editor IJARCET
 

What's hot (20)

Multiple features based fingerprint identification system
Multiple features based fingerprint identification systemMultiple features based fingerprint identification system
Multiple features based fingerprint identification system
 
An interactive image segmentation using multiple user input’s
An interactive image segmentation using multiple user input’sAn interactive image segmentation using multiple user input’s
An interactive image segmentation using multiple user input’s
 
IRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face RecognitionIRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face Recognition
 
Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748
 
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
 
IRJET - Emotion Recognising System-Crowd Behavior Analysis
IRJET -  	  Emotion Recognising System-Crowd Behavior AnalysisIRJET -  	  Emotion Recognising System-Crowd Behavior Analysis
IRJET - Emotion Recognising System-Crowd Behavior Analysis
 
N010226872
N010226872N010226872
N010226872
 
Efficient Facial Expression and Face Recognition using Ranking Method
Efficient Facial Expression and Face Recognition using Ranking MethodEfficient Facial Expression and Face Recognition using Ranking Method
Efficient Facial Expression and Face Recognition using Ranking Method
 
Facial Expression Identification System
Facial Expression Identification SystemFacial Expression Identification System
Facial Expression Identification System
 
Face Images Database Indexing for Person Identification Problem
Face Images Database Indexing for Person Identification ProblemFace Images Database Indexing for Person Identification Problem
Face Images Database Indexing for Person Identification Problem
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning Algorithm
 
40120140505010
4012014050501040120140505010
40120140505010
 
40120140505010 2-3
40120140505010 2-340120140505010 2-3
40120140505010 2-3
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356
 
Progression in Large Age-Gap Face Verification
Progression in Large Age-Gap Face VerificationProgression in Large Age-Gap Face Verification
Progression in Large Age-Gap Face Verification
 
Real Time Implementation Of Face Recognition System
Real Time Implementation Of Face Recognition SystemReal Time Implementation Of Face Recognition System
Real Time Implementation Of Face Recognition System
 
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
 
Real Time Face Recognition Based on Face Descriptor and Its Application
Real Time Face Recognition Based on Face Descriptor and Its ApplicationReal Time Face Recognition Based on Face Descriptor and Its Application
Real Time Face Recognition Based on Face Descriptor and Its Application
 
M phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projectsM phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projects
 
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
 

Similar to IRJET- Characteristics and Mood Prediction of Human by Signature and Facial Expression Analysis

Similar to IRJET- Characteristics and Mood Prediction of Human by Signature and Facial Expression Analysis (20)

Emotion Detection Using Facial Expression Recognition to Assist the Visually ...
Emotion Detection Using Facial Expression Recognition to Assist the Visually ...Emotion Detection Using Facial Expression Recognition to Assist the Visually ...
Emotion Detection Using Facial Expression Recognition to Assist the Visually ...
 
FACE SHAPE CLASSIFIER USING DEEP LEARNING
FACE SHAPE CLASSIFIER USING DEEP LEARNINGFACE SHAPE CLASSIFIER USING DEEP LEARNING
FACE SHAPE CLASSIFIER USING DEEP LEARNING
 
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
 
IRJET- Face Counter using Matlab
IRJET-  	  Face Counter using MatlabIRJET-  	  Face Counter using Matlab
IRJET- Face Counter using Matlab
 
Lc3420022006
Lc3420022006Lc3420022006
Lc3420022006
 
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
 
Speaker independent visual lip activity detection for human - computer inte...
Speaker   independent visual lip activity detection for human - computer inte...Speaker   independent visual lip activity detection for human - computer inte...
Speaker independent visual lip activity detection for human - computer inte...
 
Speaker independent visual lip activity detection for
Speaker   independent visual lip activity detection forSpeaker   independent visual lip activity detection for
Speaker independent visual lip activity detection for
 
IRJET - Emotionalizer : Face Emotion Detection System
IRJET - Emotionalizer : Face Emotion Detection SystemIRJET - Emotionalizer : Face Emotion Detection System
IRJET - Emotionalizer : Face Emotion Detection System
 
IRJET- Emotionalizer : Face Emotion Detection System
IRJET- Emotionalizer : Face Emotion Detection SystemIRJET- Emotionalizer : Face Emotion Detection System
IRJET- Emotionalizer : Face Emotion Detection System
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
 
20120140504019
2012014050401920120140504019
20120140504019
 
IRJET- Analysis of Yawning Behavior in IoT based of Drowsy Drivers
IRJET- Analysis of Yawning Behavior in IoT based of Drowsy DriversIRJET- Analysis of Yawning Behavior in IoT based of Drowsy Drivers
IRJET- Analysis of Yawning Behavior in IoT based of Drowsy Drivers
 
MUSIC RECOMMENDATION THROUGH FACE RECOGNITION AND EMOTION DETECTION
MUSIC RECOMMENDATION THROUGH FACE RECOGNITION AND EMOTION DETECTIONMUSIC RECOMMENDATION THROUGH FACE RECOGNITION AND EMOTION DETECTION
MUSIC RECOMMENDATION THROUGH FACE RECOGNITION AND EMOTION DETECTION
 
Face and facial expressions recognition for blind people
Face and facial expressions recognition for blind peopleFace and facial expressions recognition for blind people
Face and facial expressions recognition for blind people
 
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
 
Automatic Emotion Recognition Using Facial Expression: A Review
Automatic Emotion Recognition Using Facial Expression: A ReviewAutomatic Emotion Recognition Using Facial Expression: A Review
Automatic Emotion Recognition Using Facial Expression: A Review
 
IRJET- Emotion Recognition using Facial Expression
IRJET-  	  Emotion Recognition using Facial ExpressionIRJET-  	  Emotion Recognition using Facial Expression
IRJET- Emotion Recognition using Facial Expression
 
Overview of Image Based Ear Biometric with Smartphone App
Overview of Image Based Ear Biometric with Smartphone AppOverview of Image Based Ear Biometric with Smartphone App
Overview of Image Based Ear Biometric with Smartphone App
 
IRJET- Women Security Alert using Face Recognition
IRJET- Women Security Alert using Face RecognitionIRJET- Women Security Alert using Face Recognition
IRJET- Women Security Alert using Face Recognition
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

IRJET- Characteristics and Mood Prediction of Human by Signature and Facial Expression Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 89 CHARACTERISTICS AND MOOD PREDICTION OF HUMAN BY SIGNATURE AND FACIAL EXPRESSION ANALYSIS Neha Punetha1, Dr. A.K. Pal2, Govind Singh Kushwaha3 1G. B. Pant University of Agriculture and Technology, Pantnagar, Uttarakhand, India-263145 -----------------------------------------------------------------------***-------------------------------------------------------------------- Abstract - Nowadays human computer interaction is trending to explore new researches Human-Computer Interaction (HCI) explores the plan and usage of computer technology concentrated on the boundaries between human and computers. This paper is designed to develop techniques for predicting mood and behavior of human through automated skills for which we had used Improved Susan method and Eigenvector approach using PCA techniques for predicting mood and behavior is predicted by signature analysis. Keywords: Graphology, PCA technique, Handwriting, Signature, Backpropagation 1. Introduction In the 21st-century the most secure and convenient validation tool is biometric, nowadays computer performances and presentation spreads, day by day and the evolution in this field are due to the up gradation of human intelligence. All collaboration between human being and computer technology is intermediated by our senses. The knowledge of machines working like human beings stimulated to be in the center of scientist’s performance. Day by day research has explored to dig out supplementary information from numerous biometric procedures such as the face, voice, iris, handwriting, etc. One of the unique characteristics of a human being is handwriting, which expects the physical, mental, and the emotional state-run of the author. The study of handwriting is known as Graphology, it is a scientific technique used to regulate a person’s personality by estimating the number of features from the handwriting. Similarly Human mood changes with respect to mental and emotional state of person. Facial Expressions plays important role in predicting mood of person which changes with time. So to make thisautomated many techniques were used such ANN and MATLAB codes, SVM. 2. Background In 1983, a technique of examining scripts is drawn. The capability to infer distinct abilities through handwriting analysis is reviewed in light of the two basic psychometric questions: reliability and validity. In 1988 ANN was effectively executed to Optical Character Recognition (OCR) in direction to return outstanding results.In 1990,an application of back-propagation networks to recognize handwritten digit was implemented. Latter on Champa H. N. and Dr. K. R.AnandaKumar (2010) said that Graphology is a technical method of recognizing, approximating and understanding personality with the strokes and the patterns exposed by handwriting. In 2010, in the direction to make this technique online we measured six different types of parameters are as follows: (i) size of letters. (ii) pen pressure, (iii) slant of letters and words, (iv) baseline, (v) letters spacing and (vi) spacing between words in a document to detect the behavior of the writer.In 1992, the author estimates the procedure of machine recognition of facial expressions. In 1998, the authors examine two uses of types of features take out from face representations for recognizing facial expressions. In 2005, B.Vermalooks at a feature collection and arrangement system for face recognition via genetic techniques and artificial neural networks .In 2016Automated Facial Expression Recognition (FER) has endured an encouraging and thought-provoking problem in computer apparition. Even with the determinations made in emerged numerous approaches for FER, remaining methods lack generalizability once implemented to unseen images or individuals that are seized in wild situation. 2.1 Pattern Recognition It is the procedure of identifying patterns by using a machine learning algorithm. It can be well-defined as the ordering of data based on knowledge at present or on statistical information put in patterns for their representation.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 90 2.2 PRTools overview PRTools means Pattern Recognition tools that offer more than 300 MATLAB procedures for constructing pattern recognition methods. PRTools are basically used for preprocessing raw data, representation of entities in vector spaces, classification, and estimation. There are hundreds of references in the scientific texts to PRTools by investigators who used it for their research and studies. 3. Software used in the study MATLAB stands for matrix laboratory. It is a multi-purpose numerical computing system. It is a Domain-specific language presented by Mathworks. MATLAB is a special-purpose language that is an outstanding excellent for writing moderate-size programs that resolve problems including a number of operation. 4. Proposed Work The work aims at predicting behavior and mood of human by signature and facial expression analysis. 4.1 Improved Susan Method Human facial expressions are recognized based on the mouth feature using Susan edge detector the process of Facial expression recognition is done in three steps are as follows face detection, feature extraction, and expression classification. Many investigators have done work in this research area yet well-organized and robust facial expression system essential to be established. This is the technique to recognize the facial expressions of a user by processing the pictures taken from a webcam. Steps involved in the proposed system are: Step 1: Preprocessing In preprocessing quality of the image is enriched by different filters such as median filter, average filter, Wiener filter depending upon the noise present in the image, refining contrast of the image by histogram equalization, etc. Step 2: Mouth Detection The second step is mouth detection it is appropriate edge detector such as Sobel, Pewitt, etc are applied on the image to detect edge on the given image and face boundary is located by using suitable threshold value. Step 3: SUSAN operator to detect corners SUSAN operator is implemented on the face zone to identify far and near corner aimed at two eyes and two corners for the mouth area, and increase the accuracy. Step 4: In this step Geometrical features like height, area, and width of the mouth region are calculated for the determination of expression, by following equations as shown below. (1) 2( ) (2) A w l P l w    (3) 2 P l W  (4) 2 P W l  Where w = width, l = length and p = perimeter. After calculating the area covered by mouth region we compare that calculated area with the given range of facial expression as shown in table 1.Facial expressions such as surprise, neutral, sad and happy constructed on the variety of standards given for every expression satisfying the equations as given in equation (5).
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 91       2 2 2              e = Normal if N < M < N m min a m max S + S m min m maxVery Sad, if M S a m max e = S + S m min m maxNot Very Sad, if S M m min a H + H m min m maxVery Happy, if M H a m max e = Not Very Ha       2 2 2                                       H + H m min m maxppy, if H M m min a SU + SU m min m maxVery Surprised, if M SU a m max e = SU + SU m min m maxNot Very Surprised, if SU M m min a (5) Where, Nm = Mouth for normal expressions, Sm = Mouth for sad expressions, Hm = Mouth for happy expressions, SUm = mouth for surprise expressions 4.2 Eigen Approach: PCA Technique 4.2.1 Principal Component Analysis (PCA) The Purpose of PCA is to reduce the large dimensionality data space into the smaller dimensionality feature space that is required to describe the data economically.In this method, it consists of some steps such as preprocessing, Principal Component analysis and facial expression grouping using Euclidian classifier. Mouth region is cropped and then this cropped database of mouth is converted to eigen vector dataset by PCA techniques. 4.2.2 Algorithm: An algorithm for classifying facial expression Step I: A small dimensional mouth space is taken from the trained images. This is done by PCA technique for training set. Step II: The experiment images are projected on the mouth space the most significant principal components are used to represent the test images. Step III: Euclidian distances between the test image and all the train images are calculated and the minimum value is selected permitted to catch out the train image .which is identically considerable nearby to the test image. Using equation (6)     2 2 1 2 1 2 D x x y y    (6) Where x = (x1,x2) and y = (y1,y2) Step IV: To find the expression, we find the Euclidian distance between neutral expression and test dataset of expression that is to be tested. More the distance the far from the neutral expression As a result, it can be identified as a stronger the mouth expression as shown in the flow chart. 4.3 Conclusion of Improved Susan method Human mood prediction is getting very concern after the investigation communal for which facial expression identification plays a very significant role. Improved Susan method is used to produce different expression of human by means of mouth as a parameter with the help of SUSAN operator, and the suggested system is verified on the extensively used standard.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 92 JAFEE database in which facial expressions of different peoples are well thought-out and outcomes obtained and presented as shown in tabulated form. 4.4 Experimental Results and Analysis of Improved Susan method After the implementation of MATLAB code resulted into recognition of expression as shown below. 1) Happy face Fig-1 Fig-2 Fig-3
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 93 Table-1: Sample experimental results with mouth samples are as: Expression of a persons Mouth area ranges between Min Max Normal 4102.591500 5014.278500 Sad 3646.748000 4102.591500 Happy 5014.278500 5470.122000 Surprise 5470.122000 6080.965500 In this work, four images are carefully chosen from ten persons from the JAFFE database. Table 2 displays different investigational results for JAFFE database of the four different facial expressions like (happiness, neutral, sadness, surprise). Table-2: Experiments based on Improved Susan method Recommended system is verified on the extensively used standard JAFEE database in which facial expressions of dissimilar peoples in different moods are measured and suitable results are attained and tabularized with considerations. 4.5 Experimental Results of Eigenvector approach using PCA: This is more advanced method for facial expression recognition, in this features are taken in the form of Eigenvector applying PCA and on the basis of it we had prepared a table to check the success rate and calculate misdetection rate as shown in table 3 Table-3: The Success rate of various facial expressions Type of Expression Happy Disgust Anger Sad Surprise Neutral Average Happy 47 0 1 2 0 0 Disgust 1 45 0 1 1 2 Anger 0 2 44 0 3 1 Sad 0 0 1 46 1 0 Surprise 1 0 0 1 48 1 Neutral 0 1 0 2 1 46 Recognition 94% 90% 88% 92% 96% 92% 92% 4.6 Signature Analysis Based on the MATLAB codes and prepossessing techniques to find the features of handwriting we apply the ANN and SVM and then predict the behavior of human based on pen pressure. After scanning the signature by PC and through MATLAB codes then, we have to estimate the feature of signature. 4.7 (SVM) Support Vector Machines SVM are supervised learning models with associated learning algorithms that analyze data and recognize patterns, used for classification we used RBF to give input to the SVM basically SVM takes input as a function. SVM gives the better and exact result. Database JAFFE Total number of sample images Correct Detection Misdetection % of success Rate Happy 40 34 6 85% Neutral 40 36 4 90% Sad 40 33 7 82.5% Surprise 40 37 3 92.5% Average 87.5%
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 94 4.8 (RBF) Radial Basis Function RBF is a real-valued function whose value depends only on the distance from the origin Sums of radial basis functions are typically used to approximate given functions. This approximation process can also be interpreted as a simple kind of neural network. RBFs are also used as a input in support vector classification. Fig-4: Pen Pressure After various techniques and using various MATLAB codes we find the value of various parameters like alignment pen pressure etc, as shown in table 4After getting all these data we train our network to predict human behavior by the training through backpropagation algorithm. We have been working with the 4 features which are: Alignment, Pen Pressure, and Alignment. We have taken a sample of signatures 10 persons and then extracted features are, considered in the table below. Table-4: Various data of features is predicted in tabulated form S.No. Name Signature Mean Square Error Pen Pressure Alignment Behaviour 1 Gaurav .5642 2.825 0.371 Cheerful , Positive attitude, 2 Rishabh .6484 1.856 0.117 Dependable, Steady 3 Arvind .536 2.213 0.423 Determined and hopeful 4 Shivam .6479 1.748 0.223 self-motivated 5 Neha .3336 2.448 0.378 Determined, Deep thinking 6 Shubham .6506 1.875 0.332 Cheerful 7 Mahendra .369 2.386 0.399 Optimistic , Progessive 8 Mayank .6507 2.496 0.266 Long lasting effects, 9 Himani .3434 1.204 0.378 Strong-minded, stays on track 10 Harshit .6496 1.602 0.221 Self-motivated, enjoys secrecy
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 95 The results obtained after many repetitions, training and testing the normal standards on the basis of assured parameters such as Alignment, pen pressure, etc of a different person. On the basis of these parameters, we have evaluated the behavior of a person. So, initially we ran a standardize MATLAB program in which signature of person was uploaded and after that its normal and Eigenvalues are calculated and on the behalf of the foreign values we took standard individual two parameters and ran them to recognize the behavior of a person. 5. Conclusions The proposed methodology to predict the personality and mood of human on the basis of signature analysis and face expression analysis. First methods named as improved SUSAN method and result shown in Table-2 in which facial expression recognition success rate is 87.5% along the same experiment was done by Eigen Vector approach using PCA approach the success rate is 92% as shown in table 3. This concludes that the results using the PCA method are much effective than Improved Susan method as both methods are good and promising and are implemented through MATLAB code based on standard JAFFE dataset. Using these two methods mood of a person was predicted which the half part of the task is by considering the only face. Another half task is based on the signature analysis, Features are extracted by preprocessing and various features such as pen pressure, alignment, etc was calculated by the MATLAB code using the various functions. The algorithm named back propagation algorithm was used to train the network and then these features are fed to SVM then it predicts the behavior of person as shown in table 4 .so, on the basis of both these studies, we easily got to know about the behavior and mood of a person. Three methods along with the MATLAB coding are used in this study. In this paper signature and facial expression analysis are automated which results and help us to predict behavior of any unknown person and similarly if we train our robots or machine to predict human mood then it will be beneficial for all because they respond to others according to their mood. On an application part if we train our machines through these two techniques it will be prove beneficial in field of artificial intelligence. 6. References: 1. Salah, A. A., Gevers, T., Sebe, N., &Vinciarelli, A.(2010, August). Challenges of human behavior understanding. In International Workshop on Human Behavior Understanding(pp. 1-12). Springer, Berlin, Heidelberg. 2. Colmenarez, A., Frey, B., & Huang, T. S. (1999, October). Detection and tracking of faces and facial features. In Proceedings 1999 International Conference on Image Processing (Cat. 99CH36348) (Vol. 1, pp. 657-661). IEEE. 3. Lopes, A. T., de Aguiar, E., De Souza, A. F., & Oliveira-Santos, T. (2017). Facial expression recognition with convolutional neural networks: coping with few data and the training sample order. Pattern Recognition, 61, 610- 628. 4. Champa, H. N., &AnandaKumar, K. R. (2010, August). Automated human behavior prediction through handwriting analysis. In 2010 First International Conference on Integrated Intelligent Computing (pp. 160-165). IEEE. 5. Hsu, C. W., & Lin, C. J. (2002). A comparison of methods for multiclass support vector machines. IEEE transactions on Neural Networks, 13(2), 415-425. 6. Djamal, E. C., Ramdlan, S. N., &Saputra, J. (2013). Recognition of handwriting based on signature and digit of character using multiple of artificial neural networks in personality identification. ISICO 2013, 2013. 7. Handwriting Personality Profile http://handwritingpro.com (1998). 8. Hong, J. W., & Song, K. T. (2007, December). Facial expression recognition under illumination variation. In 2007 IEEE Workshop on Advanced Robotics and Its Social Impacts(pp. 1-6). IEEE. 9. Dang, S., & Kumar, M. (2014). Handwriting analysis of human behaviour based on neural network. Int. J. Adv. Res. Comput. Sci. Softw. Eng, 4(9). 10. Prasad, S., Singh, V. K., &Sapre, A. (2010). Handwriting analysis based on segmentation method for prediction of human personality using support vector machine. International Journal of Computer Applications, 8(12), 25-29. 11. Prasad M(Thesis) “A study on human expression and mood analysis based on digital image processing techniques” (2018).