SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4436
Identifying Human Behavior Characteristics using Handwriting
Analysis
Devesh Sony1, Rakshita Sawant2
1Student, Dept. of IT Engineering, SKNCOE, Pune, Maharashtra, India
2Student, Dept. of IT Engineering, SKNCOE, Pune, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Computer Vision seeks to emulate the human
vision by analyzing the digital image inputs as the human
perception does. To detect an emotion will not be a difficult
task for the human but for any computer, detecting an
emotion will be a difficult job to perform as it is unaware of
the human nature. Human Behavior can be detected by
different forms like Facial Expression, Human Eye Tracking,
Web Mining; etc. These methods have been useful from the
past years to predict human behavior. This data has proved
to be very useful for business and marketing purposes a lot.
Handwriting analysis is described as a scientific study and
the analysis of the handwriting. It is a way of interpreting
behavior from the peculiarities of the handwriting. The
scientific name for Handwriting Analysis is Graphology. The
accuracy of the handwriting analysis depends on the skill of
the expert called a Graphologist who performs the art of
Graphology. The manual process of handwriting analysis is
costly and prone to fatigue. Hence the proposed
methodology focuses on developing software for human
personality prediction by analysis of the handwriting. By
observing the different features present in the handwriting
like slant, baseline, curve, pressure, etc. the behavior trait of
the person is predicted.
Key Words: Graphology, Handwriting Analysis, Human
Behavior, Facial Expression, Web Mining, Human Eye
Tracking.
1. INTRODUCTION
Handwriting Analysis or Graphology is an art of finding,
analyzing and predicting the human personality. This is
possible by studying the strokes and patterns present in
the handwriting. This is also called brain writing as one
can understand different shades of human personality like
fear, honesty, temper, and straight-forwardness and so on.
Each personality trait is represented by a neurological
brain pattern. Professional handwriting examiners called
as graphologists often identify the writer with a piece of
handwriting. The accuracy of handwriting analysis
depends on how skilled the analyst is. Although human
intervention in handwriting analysis has been effective, it
is costly and prone to fatigue. Hence the proposed
methodology focuses on developing a tool for behavioral
analysis which can predict the personality traits
automatically with the aid of a computer without human
intervention.
The manual process of handwriting analysis is costly and
prone to fatigue. Hence the proposed methodology focuses
on developing software for human personality prediction
by analysis of the handwriting. By observing the different
features present in the handwriting like slant, baseline,
curve, pressure, etc.; the behavior traits of the person can
be predicted.
In the existing system of handwriting analysis, there is a
demand to use only one type of pen (color of ink is not
considered) during the whole analysis, i.e., the system only
accepts one type of pen. This restricts the user’s level of
comfort to some extent. The proposed methodology
focuses on using a variety of pen (ball, gel, ink) for the
analysis of the handwriting.
1.2 MOTIVATION
The Human behavior prediction concept is an intriguing
one. We had researched various topics to predict human
behavior. Handwriting analysis is an emerging trend for
the prediction of human behavior. Graphologist
implements this method but it is more prone to fatigue
and less reliable. If we could develop a system which
would analyze one’s handwriting and predict his/her
behavior, then a lot of time could be saved. Therefore,
there was a need to implement a way for a better
implementation of this method.
2. PROPOSED FRAMEWORK
Professional handwriting examiners called graphologist
often identify the writer with a piece of handwriting.
Accuracy of handwriting analysis depends on how skilled
the analyst is. Although human intervention in
handwriting analysis has been effective, it is costly and
prone to fatigue. Hence the proposed methodology focuses
on developing a tool for behavioral analysis which can
predict the personality traits automatically with the aid of
a computer without the human intervention.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4437
Fig -1: Proposed Framework
3. IMAGE PREPROCESSING AND SEGMENTATION
In pre-processing stage, the handwriting image is pre-
processed to remove the noise by applying local
thresholding and followed by resizing the sample to the
correct orientation. The pre-processing involves opening
of the digital image and then smoothing it.
Opening removes the unwanted characters (dots, etc.) in
the digital document. The next process is to segment the
digital document in various segments, such as word
segments, letter segments, and line segments.
Fig -2: Image Preprocessing
4. SET OF FEATURES
4.1 Slant
Slant in handwriting indicates the emotional interactions
of the author. There are three classes in this, right slant,
left slant and vertical. Along with this some authors
handwriting are varying. To calculate the slant in world
and letter we use simple trigonometric formula, as below:
Fig -3: Slant of Letters (a) right slant, (b) left
slant, (c) vertical.
4.2 Baseline
The emotional stability and disposition of writer is judged
by the baseline in the handwriting as in Figure 4. To
calculation this equation (1) is used. In this, line spacing is
also considered, which shows that the author wishes to
stand back and take a large view of the life.
Fig -4: Type of baselines (a) rising, (b) straight, (c) falling,
(d) erratic.
4.3 Size
The size of the letters in a document represents the
author’s desire to be noticed. In handwriting, large and
bold writing indicates that the author wants to say “notice
me”. While in case of small writing author is less desired to
be noticed. Middle writing is the normal writing indicating
the desire to be fit in the running world.
The size of handwriting is judged by a benchmark of 3mm
as normal writing and full height of 9mm. Other than this
writing is classified as large or small writing. The letters
are divided into three zones: lower case or zone (e.g. g, y),
upper case or zone (e.g. b, I, t), middle case or zone (e.g. a,
c, e). Figure 5, explains the same more clearly.
Fig -5: Different zone of letters
4.4 Pen Pressure
Pen Pressure in handwriting shows the physical and
mental levels. Heavy pressure indicates commitment and
taking things seriously. Light pressure shows sensitivity to
atmosphere and also empathy to others. To measure this
simple thresholding technique is used. The documents
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4438
darker than the threshold value, th0 , the document is
heavy pressure else it is light pressure.
5. IMPLEMENTATION AND RESULT
5.1 Scanning an Image
Scan a Handwriting sample of a person with specific
software.
Fig -6: Handwriting Sample
5.2 Image Pre-processing
Includes-Generation of grayscale image, binarization,
segmentation, noise removal. All these characteristics in
the sample should be removed in order to acquire a clear
and sharp image.
Fig -7: Segmented Handwriting Sample
5.3 Feature Extraction
Feature Extraction is a crucial task that needs to be carried
out by experts. Features may be classified as macro or
micro features which usually define gray-scale or
structural view respectively.
In this step, the writing features such as baseline, slant,
pen-pressure, size, margin, zone etc. are determined from
the handwriting samples.
In recognition and processing of the data, feature
extraction is named to be dimensionally reducing
technique and it analyzes the data from a person’s
handwriting.
5.3 Classification (Using CNN)
Feature extraction involves reducing the number of
resources required to describe a large set of data. When
performing analysis of complex data one of the major
problems stems from the number of variables involved.
Analysis with a large number of variables generally
requires a large amount of memory and computation
power; also it may cause a classification algorithm to over
fat to training samples and generalize poorly to new
samples.
Table -1: Personality Traits
Writing
Categories
Psychological Personality Behavior
Large
Letters
Likes being noticed, stands out in a crowd
Small
Letters
Introspective, not seeking attention,
modest
Medium
Letters
Adaptable, fits into a crowd, practical,
balanced
Right Slant Sociable, responsive, interested in others,
friendly
Left Slant Reserved, observant, self-reliant, non-
intrusive
Vertical
Slant
Practical, independent, controlled, self-
sufficient
Light Pen
Pressure
Can endure traumatic experiences
without being seriously affected.
Emotional experiences do not make a
lasting impression
Heavy Pen
Pressure
Have very deep and enduring feelings and
feels situations intensely.
Raising
Baseline
Optimistic, upbeat, positive attitude,
ambitious and hopeful
Falling
Baseline
Tired, overwhelmed, pessimistic, not
hopeful
Straight
Baseline
Determined, stays on track, self-
motivated, controls emotions,
reliable, steady
Erratic
Baseline
Wavering, lacks definite direction,
emotionally unsettled,
unpredictable
Far Spaced
Words
Desires more space, enjoys privacy
Close
Spaced
Words
Closeness of sentiment and intelligence
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4439
5.5 Simulation Result
Table -2: Simulated Result
Sr
No.
Sample Behavior
1 Adaptable,
Sociable,
Optimistic,
Responsive.
2 Optimistic, Not
hopeful, Practical,
Try to avoid
energy draining
situations.
In this, stimulated result the system shows the behavior of
the handwriting sample image after performing all the
operation on it.
3. CONCLUSIONS
Thus we have studied the different methods used for
human behavior prediction. According to the research, the
questionnaire and the survey approach can be a better
approach for the human behavior prediction. In this,
almost all types and variety of question are asked.
Through this using the least square approximation
method, Human behavior can be predicted more
effectively. For this kind of prediction also, there is no
need for the human to be close enough to analyze this
behavior. Marketers and researchers who are not close
enough can also use this formal approach. This can be
regarded as a formal approach to the analysis of human
behavior.
In the existing system of handwriting analysis, there is a
demand to use only one type of pen (color of ink is not
considered) during the whole analysis, i.e., the system only
accepts one type of pen. This restricts the user’s level of
comfort to some extent. The proposed methodology
focuses on using a variety of pen (ball, gel, ink) for the
analysis of the handwriting.
REFERENCES
[1] Judith Holdershaw, Philip Gendall (2008).
Understanding and predicting human
behavior, Massey University, University of Otago
[2] David Schaumann, Nirit Putievky Pilosof,
Kartikeya Date, Yehuda E.Kalay,(2016) A study of
human behavior simulation in architectural
design for healthcare facilities
[3] Jose Simoes, Thomas Magedanz, (2015)
Understanding and Predicting Human
Behavior for Social Communities, Handbook of
Social Network Technologies and Applications
[4] Ashish K. Tripathi, Personality Prediction with
Social Behavior by Analyzing Social Media
Data- A Survey, the University Of Winnipeg,
Applied Computer Science
[5] Arun Kumar Pokharna,(2016) Predicting Human
Behavior Based on Survey Response Patterns
Using Markov and Hidden Markov Models,
Faculty of the Graduate School of The University
of Texas at Arlington
[6] Manimala S,Meghashree G,Poornima G,Sindhu
Chandrashekhar,(2016)Automated Handwriting
Analysis For Human Behviour
Prediction,International Journal Of Computer
Science and Engineering(IJCSE)
[7] Vikram Kamath,Nikhil Ramaswamy,P. Navin
Karanth,Vijay Desai,S.M.
Kulkarni,(2011)Development of an Automated
Handwriting Analysis System,ARPN Journal of
Engineering and Applied Sciences.
[8] Prachi Joshi,Aayush Agarwal,Ajinkya
Dhavale,Rajani Suryavanshi,Shreya
Kodolikar,(2015)Handwriting Analysis for
Detection of Personality Traits using Machine
Learning Approach,International Journal of
Computer Application.
[9] Shitala Prasad,Vivek Kumar Singh,Akshay
Sapre,(2010)Handwriting Analysis based on
Segmentation method for Prediction of Human
Personality using Support Vector
Machine,International Journal of Computer
Applications.

More Related Content

Similar to IRJET- Identifying Human Behavior Characteristics using Handwriting Analysis

Similar to IRJET- Identifying Human Behavior Characteristics using Handwriting Analysis (20)

Business recommendation based on collaborative filtering and feature engineer...
Business recommendation based on collaborative filtering and feature engineer...Business recommendation based on collaborative filtering and feature engineer...
Business recommendation based on collaborative filtering and feature engineer...
 
IRJET- A Survey on Graph based Approaches in Sentiment Analysis
IRJET- A Survey on Graph based Approaches in Sentiment AnalysisIRJET- A Survey on Graph based Approaches in Sentiment Analysis
IRJET- A Survey on Graph based Approaches in Sentiment Analysis
 
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
 
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...
IRJET- Review on Mood Detection using Image Processing and Chatbot using Arti...
 
IRJET- Sentiment Analysis: Algorithmic and Opinion Mining Approach
IRJET- Sentiment Analysis: Algorithmic and Opinion Mining ApproachIRJET- Sentiment Analysis: Algorithmic and Opinion Mining Approach
IRJET- Sentiment Analysis: Algorithmic and Opinion Mining Approach
 
IRJET - An Overview of Machine Learning Algorithms for Data Science
IRJET - An Overview of Machine Learning Algorithms for Data ScienceIRJET - An Overview of Machine Learning Algorithms for Data Science
IRJET - An Overview of Machine Learning Algorithms for Data Science
 
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...
 
Online Hand Written Character Recognition
Online Hand Written Character RecognitionOnline Hand Written Character Recognition
Online Hand Written Character Recognition
 
IRJET- Personality Recognition using Social Media Data
IRJET- Personality Recognition using Social Media DataIRJET- Personality Recognition using Social Media Data
IRJET- Personality Recognition using Social Media Data
 
Employees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSSEmployees Data Analysis by Applied SPSS
Employees Data Analysis by Applied SPSS
 
IRJET- Cross-Domain Sentiment Encoding through Stochastic Word Embedding
IRJET- Cross-Domain Sentiment Encoding through Stochastic Word EmbeddingIRJET- Cross-Domain Sentiment Encoding through Stochastic Word Embedding
IRJET- Cross-Domain Sentiment Encoding through Stochastic Word Embedding
 
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...
 
HR Assessment Tool Using AI
HR Assessment Tool Using AIHR Assessment Tool Using AI
HR Assessment Tool Using AI
 
A review on signature detection and signature based document image retrieval
A review on signature detection and signature based document image retrievalA review on signature detection and signature based document image retrieval
A review on signature detection and signature based document image retrieval
 
A review on signature detection and signature based document image retrieval
A review on signature detection and signature based document image retrievalA review on signature detection and signature based document image retrieval
A review on signature detection and signature based document image retrieval
 
Graphical Analysis of Simulated Financial Data Using R
Graphical Analysis of Simulated Financial Data Using RGraphical Analysis of Simulated Financial Data Using R
Graphical Analysis of Simulated Financial Data Using R
 
Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...
 
Analysis, the basis of design
Analysis, the basis of designAnalysis, the basis of design
Analysis, the basis of design
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tool
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tool
 

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

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 

IRJET- Identifying Human Behavior Characteristics using Handwriting Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4436 Identifying Human Behavior Characteristics using Handwriting Analysis Devesh Sony1, Rakshita Sawant2 1Student, Dept. of IT Engineering, SKNCOE, Pune, Maharashtra, India 2Student, Dept. of IT Engineering, SKNCOE, Pune, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Computer Vision seeks to emulate the human vision by analyzing the digital image inputs as the human perception does. To detect an emotion will not be a difficult task for the human but for any computer, detecting an emotion will be a difficult job to perform as it is unaware of the human nature. Human Behavior can be detected by different forms like Facial Expression, Human Eye Tracking, Web Mining; etc. These methods have been useful from the past years to predict human behavior. This data has proved to be very useful for business and marketing purposes a lot. Handwriting analysis is described as a scientific study and the analysis of the handwriting. It is a way of interpreting behavior from the peculiarities of the handwriting. The scientific name for Handwriting Analysis is Graphology. The accuracy of the handwriting analysis depends on the skill of the expert called a Graphologist who performs the art of Graphology. The manual process of handwriting analysis is costly and prone to fatigue. Hence the proposed methodology focuses on developing software for human personality prediction by analysis of the handwriting. By observing the different features present in the handwriting like slant, baseline, curve, pressure, etc. the behavior trait of the person is predicted. Key Words: Graphology, Handwriting Analysis, Human Behavior, Facial Expression, Web Mining, Human Eye Tracking. 1. INTRODUCTION Handwriting Analysis or Graphology is an art of finding, analyzing and predicting the human personality. This is possible by studying the strokes and patterns present in the handwriting. This is also called brain writing as one can understand different shades of human personality like fear, honesty, temper, and straight-forwardness and so on. Each personality trait is represented by a neurological brain pattern. Professional handwriting examiners called as graphologists often identify the writer with a piece of handwriting. The accuracy of handwriting analysis depends on how skilled the analyst is. Although human intervention in handwriting analysis has been effective, it is costly and prone to fatigue. Hence the proposed methodology focuses on developing a tool for behavioral analysis which can predict the personality traits automatically with the aid of a computer without human intervention. The manual process of handwriting analysis is costly and prone to fatigue. Hence the proposed methodology focuses on developing software for human personality prediction by analysis of the handwriting. By observing the different features present in the handwriting like slant, baseline, curve, pressure, etc.; the behavior traits of the person can be predicted. In the existing system of handwriting analysis, there is a demand to use only one type of pen (color of ink is not considered) during the whole analysis, i.e., the system only accepts one type of pen. This restricts the user’s level of comfort to some extent. The proposed methodology focuses on using a variety of pen (ball, gel, ink) for the analysis of the handwriting. 1.2 MOTIVATION The Human behavior prediction concept is an intriguing one. We had researched various topics to predict human behavior. Handwriting analysis is an emerging trend for the prediction of human behavior. Graphologist implements this method but it is more prone to fatigue and less reliable. If we could develop a system which would analyze one’s handwriting and predict his/her behavior, then a lot of time could be saved. Therefore, there was a need to implement a way for a better implementation of this method. 2. PROPOSED FRAMEWORK Professional handwriting examiners called graphologist often identify the writer with a piece of handwriting. Accuracy of handwriting analysis depends on how skilled the analyst is. Although human intervention in handwriting analysis has been effective, it is costly and prone to fatigue. Hence the proposed methodology focuses on developing a tool for behavioral analysis which can predict the personality traits automatically with the aid of a computer without the human intervention.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4437 Fig -1: Proposed Framework 3. IMAGE PREPROCESSING AND SEGMENTATION In pre-processing stage, the handwriting image is pre- processed to remove the noise by applying local thresholding and followed by resizing the sample to the correct orientation. The pre-processing involves opening of the digital image and then smoothing it. Opening removes the unwanted characters (dots, etc.) in the digital document. The next process is to segment the digital document in various segments, such as word segments, letter segments, and line segments. Fig -2: Image Preprocessing 4. SET OF FEATURES 4.1 Slant Slant in handwriting indicates the emotional interactions of the author. There are three classes in this, right slant, left slant and vertical. Along with this some authors handwriting are varying. To calculate the slant in world and letter we use simple trigonometric formula, as below: Fig -3: Slant of Letters (a) right slant, (b) left slant, (c) vertical. 4.2 Baseline The emotional stability and disposition of writer is judged by the baseline in the handwriting as in Figure 4. To calculation this equation (1) is used. In this, line spacing is also considered, which shows that the author wishes to stand back and take a large view of the life. Fig -4: Type of baselines (a) rising, (b) straight, (c) falling, (d) erratic. 4.3 Size The size of the letters in a document represents the author’s desire to be noticed. In handwriting, large and bold writing indicates that the author wants to say “notice me”. While in case of small writing author is less desired to be noticed. Middle writing is the normal writing indicating the desire to be fit in the running world. The size of handwriting is judged by a benchmark of 3mm as normal writing and full height of 9mm. Other than this writing is classified as large or small writing. The letters are divided into three zones: lower case or zone (e.g. g, y), upper case or zone (e.g. b, I, t), middle case or zone (e.g. a, c, e). Figure 5, explains the same more clearly. Fig -5: Different zone of letters 4.4 Pen Pressure Pen Pressure in handwriting shows the physical and mental levels. Heavy pressure indicates commitment and taking things seriously. Light pressure shows sensitivity to atmosphere and also empathy to others. To measure this simple thresholding technique is used. The documents
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4438 darker than the threshold value, th0 , the document is heavy pressure else it is light pressure. 5. IMPLEMENTATION AND RESULT 5.1 Scanning an Image Scan a Handwriting sample of a person with specific software. Fig -6: Handwriting Sample 5.2 Image Pre-processing Includes-Generation of grayscale image, binarization, segmentation, noise removal. All these characteristics in the sample should be removed in order to acquire a clear and sharp image. Fig -7: Segmented Handwriting Sample 5.3 Feature Extraction Feature Extraction is a crucial task that needs to be carried out by experts. Features may be classified as macro or micro features which usually define gray-scale or structural view respectively. In this step, the writing features such as baseline, slant, pen-pressure, size, margin, zone etc. are determined from the handwriting samples. In recognition and processing of the data, feature extraction is named to be dimensionally reducing technique and it analyzes the data from a person’s handwriting. 5.3 Classification (Using CNN) Feature extraction involves reducing the number of resources required to describe a large set of data. When performing analysis of complex data one of the major problems stems from the number of variables involved. Analysis with a large number of variables generally requires a large amount of memory and computation power; also it may cause a classification algorithm to over fat to training samples and generalize poorly to new samples. Table -1: Personality Traits Writing Categories Psychological Personality Behavior Large Letters Likes being noticed, stands out in a crowd Small Letters Introspective, not seeking attention, modest Medium Letters Adaptable, fits into a crowd, practical, balanced Right Slant Sociable, responsive, interested in others, friendly Left Slant Reserved, observant, self-reliant, non- intrusive Vertical Slant Practical, independent, controlled, self- sufficient Light Pen Pressure Can endure traumatic experiences without being seriously affected. Emotional experiences do not make a lasting impression Heavy Pen Pressure Have very deep and enduring feelings and feels situations intensely. Raising Baseline Optimistic, upbeat, positive attitude, ambitious and hopeful Falling Baseline Tired, overwhelmed, pessimistic, not hopeful Straight Baseline Determined, stays on track, self- motivated, controls emotions, reliable, steady Erratic Baseline Wavering, lacks definite direction, emotionally unsettled, unpredictable Far Spaced Words Desires more space, enjoys privacy Close Spaced Words Closeness of sentiment and intelligence
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4439 5.5 Simulation Result Table -2: Simulated Result Sr No. Sample Behavior 1 Adaptable, Sociable, Optimistic, Responsive. 2 Optimistic, Not hopeful, Practical, Try to avoid energy draining situations. In this, stimulated result the system shows the behavior of the handwriting sample image after performing all the operation on it. 3. CONCLUSIONS Thus we have studied the different methods used for human behavior prediction. According to the research, the questionnaire and the survey approach can be a better approach for the human behavior prediction. In this, almost all types and variety of question are asked. Through this using the least square approximation method, Human behavior can be predicted more effectively. For this kind of prediction also, there is no need for the human to be close enough to analyze this behavior. Marketers and researchers who are not close enough can also use this formal approach. This can be regarded as a formal approach to the analysis of human behavior. In the existing system of handwriting analysis, there is a demand to use only one type of pen (color of ink is not considered) during the whole analysis, i.e., the system only accepts one type of pen. This restricts the user’s level of comfort to some extent. The proposed methodology focuses on using a variety of pen (ball, gel, ink) for the analysis of the handwriting. REFERENCES [1] Judith Holdershaw, Philip Gendall (2008). Understanding and predicting human behavior, Massey University, University of Otago [2] David Schaumann, Nirit Putievky Pilosof, Kartikeya Date, Yehuda E.Kalay,(2016) A study of human behavior simulation in architectural design for healthcare facilities [3] Jose Simoes, Thomas Magedanz, (2015) Understanding and Predicting Human Behavior for Social Communities, Handbook of Social Network Technologies and Applications [4] Ashish K. Tripathi, Personality Prediction with Social Behavior by Analyzing Social Media Data- A Survey, the University Of Winnipeg, Applied Computer Science [5] Arun Kumar Pokharna,(2016) Predicting Human Behavior Based on Survey Response Patterns Using Markov and Hidden Markov Models, Faculty of the Graduate School of The University of Texas at Arlington [6] Manimala S,Meghashree G,Poornima G,Sindhu Chandrashekhar,(2016)Automated Handwriting Analysis For Human Behviour Prediction,International Journal Of Computer Science and Engineering(IJCSE) [7] Vikram Kamath,Nikhil Ramaswamy,P. Navin Karanth,Vijay Desai,S.M. Kulkarni,(2011)Development of an Automated Handwriting Analysis System,ARPN Journal of Engineering and Applied Sciences. [8] Prachi Joshi,Aayush Agarwal,Ajinkya Dhavale,Rajani Suryavanshi,Shreya Kodolikar,(2015)Handwriting Analysis for Detection of Personality Traits using Machine Learning Approach,International Journal of Computer Application. [9] Shitala Prasad,Vivek Kumar Singh,Akshay Sapre,(2010)Handwriting Analysis based on Segmentation method for Prediction of Human Personality using Support Vector Machine,International Journal of Computer Applications.