SlideShare a Scribd company logo
1 of 5
Download to read offline
International Refereed Journal of Engineering and Science (IRJES)
ISSN (Online) 2319-183X, (Print) 2319-1821
Volume 4, Issue 4 (April 2015), PP.01-05
www.irjes.com 1 | Page
Inheritance of Handwriting Features
Monika Saini1
, Aishwarya Srinivasan2
and Anup Kumar Kapoor3
1
UGC-JRF and 3
Professor, Department of Anthropology, University of Delhi, Delhi-110007,
2
Engineer, Vellore Institute of Technology, Chennai-600048
Abstract:- Handwriting is one of the acquired characteristics of humans.It is a mixture of nature and nurture.
Parents play an important part in teaching pre-writing skills to their children. Genetics also has a role in shaping
the writing habits of the writer (such as handedness and handwriting positions). This paper examines the
handwritings of parents and their biological off-springs to determine the inheritance of handwriting features
from one generation to the next generation. In this scheme,resemblances in the handwriting features of parents-
off springs were studied using computational features based on MATLAB 8.3 software.
Keywords:- Genetics, Inheritance, Resemblance, Handwriting Features.
I. INTRODUCTION
Handwriting is a neuromuscular task which depends on the cognitive skill and a coordinated hand-eye
movement of the writer.The development and progress of one’s handwriting passes through four stages in the
course of a lifetime. (1) the formative stage, (2) the impressionable or adolescent stage, (3) the mature stage, (4)
the stage of degeneration.It is the learning stage for all persons, where letter designs are being developed and
writing skills are being mastered. In the latter stages, changes are likely to occur in the fluency or design; the
former usually being the result of writing frequency and, the latter usually being the product of a particular
occupation.
Parents are the children’s learning models. A preschooler is influenced by the handwriting of his or her
parents.He learns to write letters by imitating or copying the letters formed by the parents. For example, a son
may like the shape of a letter written by his father so he practices making that letter until he thinks it is like his
father’s. When he is satisfied with the way he writes it, how it looks (because it is like his father), he will begin
to write it without paying attention to its details. By repeated attempts to copy this basic pattern the child
incorporates the peculiarities of writing of his parents into his writing habits. The better his memory of forms
and the more time he spends practicing letter forms written by his parents, the more habitual his movement
becomes and the closer the new writing form will be to the parental writing model.
This tendency also occurs during adolescence, when the writer is developing and experimenting with
his/her writing.As a writer matures he incorporates more individuality in his writing but he is still influenced by
the previous writing system features and his writing may very well become a combination of the two. How
much of a combination depends upon the writing habits he develops (Morris, 2000).
Writing habits of the off-springs are also shaped by genetic factors. These writing habits may include
handedness, writing posture, pen position, learning and thinking ability. A few studies have also been done on
familial resemblance with respect to hand preference, handwriting posture and specific cognitive abilities.
(McKeever, 1979 & 2000; DeFries et al, 1979)
II. RELATED WORK
The earliest published comment respecting the possibility of writing similarities due to familial
relationship is one in the December 2, 1911 issue of Scientific American that reports an article by R.H.
Chandler. The article illustrates three cases in which some general similarity is noted between brothers, sisters
or fathers and sons, but the similarity was not so great. Stevens () conducted a comparison of the writings from
three control groups in with the writings of eight members (seven females) of one family, all of whom were
dextral writers, taught in the same schools by the same teachers and with the palmer writing system. The control
groups were matched as closely as possible in age and sex, but were unrelated to each other. Nine elements were
said to have been considered including stroke endings, continuity, slant, letter forms, proportions, size, speed,
skills and pictorial appearance. The results indicated that there was greater similarity and less variation between
the members of the family than there was in the control groups. Munch (1987) reported on the similarity found
in one case in the writings of a mother and daughter. The questioned material was limited to three sets of
initials. While there were disparities between the questioned and known writings they were not so consistent or
so fundamental that they could not have been attributed to natural variations.
The present study concerns with similarities in the handwritings of parents and their off-springs using
computational method. The writers also wished to determine, first whether like sex siblings show a greater
Inheritance of Handwriting Features
www.irjes.com 2 | Page
degree of resemblance than unlike sex; and second whether older off-springs show a greater degree of
resemblance than younger off-spring.
In the next section we describe about three processing stages: Pre-Processing, Feature Extraction and
Post-Processing. Section III is concerned with experimental tests and results. Finally some conclusions are
drawn in section 4.
III. METHODOLOGY
Similar to any pattern recognition system, the handwritten recognition system in MATLAB
contains the following basic components: Pre-Processing, Feature Extraction and Post-Processing.
The basic structure for the proposed study is as follows:
Figure 1: Basic Structure of the Proposed System
Inheritance of Handwriting Features
www.irjes.com 3 | Page
1. Pre-Processing
This section elaborates the details of the pre-processing shown in Figure 1:
Loading scanned image:
Scanned Handwritten image is imported into the Graphical User Interface by clicking on the image
menu and selecting open. Both JPG and TIF file formats are supported.
Noise Removal (Median Filtering)
Median filtering is a nonlinear method used to remove noise from images. It is widely used as it is very
effective at removing noise while preserving edges.The median filter works by moving through the image pixel
by pixel, replacing each value with the median value of neighboring pixels. The pattern of neighbours is called
the "window", which slides, pixel by pixel over the entire image pixel, over the entire image. The median is
calculated by first sorting all the pixel values from the window into numerical order, and then replacing the pixel
being considered with the middle (median) pixel value.
Binarization
Binarization or thresholding is such a widely-used method and generally, its process is to first
determine a gray threshold according to some objective criteria and then assigns each pixel to one class (such as
the foreground) if its gray level or gray value is greater than the determined threshold and otherwise to the other
class (such as the background) (Chen & li, 2006).
If the input image is not a grayscale image, MATLAB converts the input image to grayscale, and then converts
this grayscale image to binary image by thresholding.
Scanned Image
Binary Image
Inheritance of Handwriting Features
www.irjes.com 4 | Page
Contour Detection, Contour Enhancement and Object Filling
Contour detection or Edge detection is an image processing technique for finding the boundaries of
objects within images. It works by detecting discontinuities in brightness. It is used for imagesegmentation and
data extraction in areas such as image processing, computer vision, and machine vision.
Contour Enhancement or Image Dilation adds pixels to the boundaries of objects in an image. The value of the
output pixel is the maximum value of all the pixels in the input pixel’s neighborhood.In a binary image, if any of
the pixels is set to the value 1, the output pixel is set to 1.
Object filling or Image filling is the process of filling holes in a binary image. A hole is a set of background
pixels that cannot be reached by filling in the background from the edge of the image.
Segmentation
Segmentation refers to the process in which an image is subdivided into constituent regions or objects.
These objects can be further processed or analyzed for the extraction of quantitative information.
Labeling the Segmented Character
After segmentation process, each segmented character will appear in the box below the binarization and
segmentation command box. With the help of class label command, a user can label the character.
Saving the Labels
Segmented character and labels can be saved by clicking on the data menu and then selecting save.
2. Feature Extraction
Each character image samples can be expressed as set of quantifiable attributes called features. Feature
Extraction is defined as the problem of “extracting from the raw data the information which is most relevant for
classification purposes, in the sense of minimizing the within-class pattern variability while enhancing the
between-class pattern variability (Devijver & Kittler, 1982). Features can be classified into two main categories,
structural features (like strokes end points, intersections of line segments etc.) and statistical features (derived
from statistical distribution of points like zoning, moments) (Heutte et al, 1998). Instatistical approach, a
character image is represented using a set of n features which can be considered as a point in n-dimensional
feature space.
Shape is an important visual feature and it is one of the basic features usedto describe image
content.Shape representation and description techniques can be generally classi1edinto two class of methods:
contour-based methods and region-based methods.The classification is based on whether shape features are
extracted from the contour only or are extracted from the whole shape region. In the region based method,
moment descriptors are very useful tools to describe shapes.Moments can provide characteristics of an object
that uniquely represent its shape. Important information about a shape such as its size, center location and
orientation are all moment-based attributes. The 2-D moments of the character are:
mpq= ∑ ∑ xp
yq
f(x,y) p,q=0,1,2L
Moment’s theory can be used to analyze the contour and region of an object. In the present study,
statistical and region based features are taken into consideration. The region based descriptors include moment
invariants, Zernike moments, Radial Chebyshev moments, etc.
Regional feature vectors like Centroid, Eccentricity, Orientation, Skewness, Kurtosis, Mean and Standard
deviations are also calculated.
Centroid- It is the measure of the center of the mass of the region.
Eccentricity- It is the scalar that specifies that eccentricity of the ellipse that has the same second moments as
the region.
Orientation- It is the scalar value which is the measure of angle in degrees between the x-axis and the major axis
of the ellipse that has the same second moments.
Skewness- It is a measure of the degree of asymmetry of the distribution of a variable about its mean.
Kurtosis- It is the measure of the height and sharpness of the peak relative to the rest of the data.
Mean- It is defined as the average value of a region.
Standard deviation- It is the measure of the dispersion of a set of data from its mean.
IV. EXPERIMENTAL TEST AND RESULT
For the experimental purpose, a data set (Handwriting sample) of 130 families with an average of 3
members in each family (Two Parents and one/two offspring) was obtained. The samples were then scanned
x y
Inheritance of Handwriting Features
www.irjes.com 5 | Page
through high resolution scanner at 600 dpi and then it was used for further analysis. The similarities in
handwriting features for familial resemblance were expressed by percentage similarity.
Table 1: Average Percentage Similarity of Handwriting Features among Closed
Genotypic Family Members
Relationship Average Percentage Difference (%)
Eccentricity Orientation Skewness Kurtosis Cumulative
Father – son 99.08 94.94 98.48 99.00 97.87
Father – daughter 99.27 94.90 98.07 98.99 97.80
Mother – son 98.43 95.11 98.21 98.96 97.67
Mother – daughter 98.23 94.15 97.73 98.92 97.25
Siblings 98.16 93.87 97.01 98.79 96.95
It is seen from the result that the orientation feature of the handwriting has the least similarity among
different genotypic relationships the least inherited characteristics. On the other side, father-son relationship
shows maximum percentage of similarity whereas siblings reflects minimum percentage of resemblances in
handwriting features.
V. CONCLUSION
The experiment was conducted to find the influence of inheritance on handwriting characteristics. The
similarities in the behavior and anatomy of a person are dependent on the inherited characters which in another
way influence the handwriting. In the present study the father-son relationship has most of the similarities in
handwriting features which may be due to the same sex influence and male gene dominance. Similarities
obtained in handwriting features of parent-off spring and siblings validates that genes play an important role in
transmission of writing habits from one generation to next generation and within the same generation.
ACKNOWLEDGEMENTS
The authors are grateful to all the subjects for their cooperation in data collection. Ms. Monika Saini is
equally thankful to University Grant Commission for providing financial support in the form of Junior Research
fellowship. The authors also acknowledge Mathworks for developing Matlab software, which immensely
benefitted in completion of this research.
REFERENCES
[1]. Chen, S., & Li, D. (2006). Image binarization focusing on objects.Neurocomputing, 69(16), 2411-2415.
[2]. DeFries, J. C., Johnson, R. C., Kuse, A. R., McClearn, G. E., Polovina, J., Vandenberg, S. G., &
Wilson, J. R. (1979). Familial resemblance for specific cognitive abilities. Behavior Genetics, 9(1), 23-
43.
[3]. Devijver, P. A., & Kittler, J. (1982). Pattern recognition: A statistical approach(Vol. 761). London:
Prentice-Hall.
[4]. Hansen, J. (2002). A Matlab Project in Optical Character Recognition (OCR). DSP Lab, University of
Rhode Island, 6.
[5]. Heutte, L., Paquet, T., Moreau, J. V., Lecourtier, Y., & Olivier, C. (1998). A structural/statistical
feature based vector for handwritten character recognition.Pattern recognition letters, 19(7), 629-641.
[6]. Hu, M. K. (1962). Visual pattern recognition by moment invariants. Information Theory, IRE
Transactions on, 8(2), 179-187.
[7]. McKeever, W. F. (1979). Handwriting posture in left-handers: Sex, familial sinistrality and language
laterality correlates. Neuropsychologia, 17(5), 429-444.
[8]. McKeever, W. F. (2000). A new family handedness sample with findings consistent with X‐linked
transmission. British Journal of Psychology, 91(1), 21-39.
[9]. Morris, R., & Morris, R. N. (2000). Forensic handwriting identification: fundamental concepts and
principles. Academic press.

More Related Content

What's hot

Relational database
Relational databaseRelational database
Relational databaseSanthiNivas
 
All_Data_DBMS_MODELS 130725130028-phpapp01
All_Data_DBMS_MODELS 130725130028-phpapp01All_Data_DBMS_MODELS 130725130028-phpapp01
All_Data_DBMS_MODELS 130725130028-phpapp01RollyTripathi
 
=Acs07 tania experim= copy
=Acs07 tania experim= copy=Acs07 tania experim= copy
=Acs07 tania experim= copyLaura Cruz Reyes
 
Week 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data ModelingWeek 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data Modelingoudesign
 
UML Training for Business Analysts
UML Training for Business AnalystsUML Training for Business Analysts
UML Training for Business AnalystsSwatiS-BA
 
Introduction to UML
Introduction to UMLIntroduction to UML
Introduction to UMLSwatiS-BA
 
Previous question papers of Database Management System (DBMS) By SHABEEB
Previous question papers of Database Management System (DBMS) By SHABEEBPrevious question papers of Database Management System (DBMS) By SHABEEB
Previous question papers of Database Management System (DBMS) By SHABEEBShabeeb Shabi
 
Doc format.
Doc format.Doc format.
Doc format.butest
 
Seminar(Pattern Recognition)
Seminar(Pattern Recognition)Seminar(Pattern Recognition)
Seminar(Pattern Recognition)anurodhsinha
 
06 class diagrams
06 class diagrams06 class diagrams
06 class diagramsBaskarkncet
 
Networking site for instititue
Networking site for instititueNetworking site for instititue
Networking site for instititueJenish Bajracharya
 
DESIGN METHODOLOGY FOR RELATIONAL DATABASES: ISSUES RELATED TO TERNARY RELATI...
DESIGN METHODOLOGY FOR RELATIONAL DATABASES: ISSUES RELATED TO TERNARY RELATI...DESIGN METHODOLOGY FOR RELATIONAL DATABASES: ISSUES RELATED TO TERNARY RELATI...
DESIGN METHODOLOGY FOR RELATIONAL DATABASES: ISSUES RELATED TO TERNARY RELATI...ijdms
 
Object relationship model of software engineering,a subtopic of object orient...
Object relationship model of software engineering,a subtopic of object orient...Object relationship model of software engineering,a subtopic of object orient...
Object relationship model of software engineering,a subtopic of object orient...julia121214
 
Review of research on devnagari character recognition
Review of research on devnagari character recognitionReview of research on devnagari character recognition
Review of research on devnagari character recognitionVikas Dongre
 
Object oriented database model
Object oriented database modelObject oriented database model
Object oriented database modelJanecatalla
 

What's hot (19)

Relational database
Relational databaseRelational database
Relational database
 
All_Data_DBMS_MODELS 130725130028-phpapp01
All_Data_DBMS_MODELS 130725130028-phpapp01All_Data_DBMS_MODELS 130725130028-phpapp01
All_Data_DBMS_MODELS 130725130028-phpapp01
 
=Acs07 tania experim= copy
=Acs07 tania experim= copy=Acs07 tania experim= copy
=Acs07 tania experim= copy
 
E R model
E R modelE R model
E R model
 
Week 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data ModelingWeek 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data Modeling
 
Class Diagram
Class DiagramClass Diagram
Class Diagram
 
UML Training for Business Analysts
UML Training for Business AnalystsUML Training for Business Analysts
UML Training for Business Analysts
 
Introduction to UML
Introduction to UMLIntroduction to UML
Introduction to UML
 
Previous question papers of Database Management System (DBMS) By SHABEEB
Previous question papers of Database Management System (DBMS) By SHABEEBPrevious question papers of Database Management System (DBMS) By SHABEEB
Previous question papers of Database Management System (DBMS) By SHABEEB
 
Doc format.
Doc format.Doc format.
Doc format.
 
Seminar(Pattern Recognition)
Seminar(Pattern Recognition)Seminar(Pattern Recognition)
Seminar(Pattern Recognition)
 
Chapter 3 Entity Relationship Model
Chapter 3 Entity Relationship ModelChapter 3 Entity Relationship Model
Chapter 3 Entity Relationship Model
 
06 class diagrams
06 class diagrams06 class diagrams
06 class diagrams
 
Networking site for instititue
Networking site for instititueNetworking site for instititue
Networking site for instititue
 
DESIGN METHODOLOGY FOR RELATIONAL DATABASES: ISSUES RELATED TO TERNARY RELATI...
DESIGN METHODOLOGY FOR RELATIONAL DATABASES: ISSUES RELATED TO TERNARY RELATI...DESIGN METHODOLOGY FOR RELATIONAL DATABASES: ISSUES RELATED TO TERNARY RELATI...
DESIGN METHODOLOGY FOR RELATIONAL DATABASES: ISSUES RELATED TO TERNARY RELATI...
 
Object relationship model of software engineering,a subtopic of object orient...
Object relationship model of software engineering,a subtopic of object orient...Object relationship model of software engineering,a subtopic of object orient...
Object relationship model of software engineering,a subtopic of object orient...
 
1 rdm concepts
1 rdm concepts1 rdm concepts
1 rdm concepts
 
Review of research on devnagari character recognition
Review of research on devnagari character recognitionReview of research on devnagari character recognition
Review of research on devnagari character recognition
 
Object oriented database model
Object oriented database modelObject oriented database model
Object oriented database model
 

Viewers also liked

Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalIJRES Journal
 
Mx/G(a,b)/1 With Modified Vacation, Variant Arrival Rate With Restricted Admi...
Mx/G(a,b)/1 With Modified Vacation, Variant Arrival Rate With Restricted Admi...Mx/G(a,b)/1 With Modified Vacation, Variant Arrival Rate With Restricted Admi...
Mx/G(a,b)/1 With Modified Vacation, Variant Arrival Rate With Restricted Admi...IJRES Journal
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchIJRES Journal
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresIJRES Journal
 
Design Of Charge Controller Using MPPT Algorithm
Design Of Charge Controller Using MPPT AlgorithmDesign Of Charge Controller Using MPPT Algorithm
Design Of Charge Controller Using MPPT AlgorithmIJRES Journal
 
A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...IJRES Journal
 
Impact of breast crawl to breast milk production on puerperium mothers in ros...
Impact of breast crawl to breast milk production on puerperium mothers in ros...Impact of breast crawl to breast milk production on puerperium mothers in ros...
Impact of breast crawl to breast milk production on puerperium mothers in ros...IJRES Journal
 
The optimization and active compensation on the deformation error of the larg...
The optimization and active compensation on the deformation error of the larg...The optimization and active compensation on the deformation error of the larg...
The optimization and active compensation on the deformation error of the larg...IJRES Journal
 
Analysis On Common Hydraulic Speed-Limit And Locking Circuits Used In Constru...
Analysis On Common Hydraulic Speed-Limit And Locking Circuits Used In Constru...Analysis On Common Hydraulic Speed-Limit And Locking Circuits Used In Constru...
Analysis On Common Hydraulic Speed-Limit And Locking Circuits Used In Constru...IJRES Journal
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...IJRES Journal
 
Effect of the Structure Parameters of High Pressure Common Rail System on Eng...
Effect of the Structure Parameters of High Pressure Common Rail System on Eng...Effect of the Structure Parameters of High Pressure Common Rail System on Eng...
Effect of the Structure Parameters of High Pressure Common Rail System on Eng...IJRES Journal
 
Energy Demand Analysis of Telecom Towers of Nepal with Strategic Scenario Dev...
Energy Demand Analysis of Telecom Towers of Nepal with Strategic Scenario Dev...Energy Demand Analysis of Telecom Towers of Nepal with Strategic Scenario Dev...
Energy Demand Analysis of Telecom Towers of Nepal with Strategic Scenario Dev...IJRES Journal
 
Application of existing MEMS Technology in the MEMS Device Design by means of...
Application of existing MEMS Technology in the MEMS Device Design by means of...Application of existing MEMS Technology in the MEMS Device Design by means of...
Application of existing MEMS Technology in the MEMS Device Design by means of...IJRES Journal
 
Analysis of main beam of bridge crane based on ANSYS
Analysis of main beam of bridge crane based on ANSYSAnalysis of main beam of bridge crane based on ANSYS
Analysis of main beam of bridge crane based on ANSYSIJRES Journal
 
Study of Pneumatic Speed Control System with Friction Force Compensation
Study of Pneumatic Speed Control System with Friction Force CompensationStudy of Pneumatic Speed Control System with Friction Force Compensation
Study of Pneumatic Speed Control System with Friction Force CompensationIJRES Journal
 
Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...IJRES Journal
 
Characteristics of Wet Coffee Processing Waste and Its Environmental Impact i...
Characteristics of Wet Coffee Processing Waste and Its Environmental Impact i...Characteristics of Wet Coffee Processing Waste and Its Environmental Impact i...
Characteristics of Wet Coffee Processing Waste and Its Environmental Impact i...IJRES Journal
 
𝑴[𝑿]/G/1 with Second Optional Service, Multiple Vacation, Breakdown and Repair
𝑴[𝑿]/G/1 with Second Optional Service, Multiple Vacation, Breakdown and Repair𝑴[𝑿]/G/1 with Second Optional Service, Multiple Vacation, Breakdown and Repair
𝑴[𝑿]/G/1 with Second Optional Service, Multiple Vacation, Breakdown and RepairIJRES Journal
 
Design With Solid works Software and Planning Calculation Analysis of Fire Tu...
Design With Solid works Software and Planning Calculation Analysis of Fire Tu...Design With Solid works Software and Planning Calculation Analysis of Fire Tu...
Design With Solid works Software and Planning Calculation Analysis of Fire Tu...IJRES Journal
 

Viewers also liked (19)

Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound Signal
 
Mx/G(a,b)/1 With Modified Vacation, Variant Arrival Rate With Restricted Admi...
Mx/G(a,b)/1 With Modified Vacation, Variant Arrival Rate With Restricted Admi...Mx/G(a,b)/1 With Modified Vacation, Variant Arrival Rate With Restricted Admi...
Mx/G(a,b)/1 With Modified Vacation, Variant Arrival Rate With Restricted Admi...
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision Workbench
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their Structures
 
Design Of Charge Controller Using MPPT Algorithm
Design Of Charge Controller Using MPPT AlgorithmDesign Of Charge Controller Using MPPT Algorithm
Design Of Charge Controller Using MPPT Algorithm
 
A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...A Review on Geographical Location Based Energy Efficient Direction Restricted...
A Review on Geographical Location Based Energy Efficient Direction Restricted...
 
Impact of breast crawl to breast milk production on puerperium mothers in ros...
Impact of breast crawl to breast milk production on puerperium mothers in ros...Impact of breast crawl to breast milk production on puerperium mothers in ros...
Impact of breast crawl to breast milk production on puerperium mothers in ros...
 
The optimization and active compensation on the deformation error of the larg...
The optimization and active compensation on the deformation error of the larg...The optimization and active compensation on the deformation error of the larg...
The optimization and active compensation on the deformation error of the larg...
 
Analysis On Common Hydraulic Speed-Limit And Locking Circuits Used In Constru...
Analysis On Common Hydraulic Speed-Limit And Locking Circuits Used In Constru...Analysis On Common Hydraulic Speed-Limit And Locking Circuits Used In Constru...
Analysis On Common Hydraulic Speed-Limit And Locking Circuits Used In Constru...
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...
 
Effect of the Structure Parameters of High Pressure Common Rail System on Eng...
Effect of the Structure Parameters of High Pressure Common Rail System on Eng...Effect of the Structure Parameters of High Pressure Common Rail System on Eng...
Effect of the Structure Parameters of High Pressure Common Rail System on Eng...
 
Energy Demand Analysis of Telecom Towers of Nepal with Strategic Scenario Dev...
Energy Demand Analysis of Telecom Towers of Nepal with Strategic Scenario Dev...Energy Demand Analysis of Telecom Towers of Nepal with Strategic Scenario Dev...
Energy Demand Analysis of Telecom Towers of Nepal with Strategic Scenario Dev...
 
Application of existing MEMS Technology in the MEMS Device Design by means of...
Application of existing MEMS Technology in the MEMS Device Design by means of...Application of existing MEMS Technology in the MEMS Device Design by means of...
Application of existing MEMS Technology in the MEMS Device Design by means of...
 
Analysis of main beam of bridge crane based on ANSYS
Analysis of main beam of bridge crane based on ANSYSAnalysis of main beam of bridge crane based on ANSYS
Analysis of main beam of bridge crane based on ANSYS
 
Study of Pneumatic Speed Control System with Friction Force Compensation
Study of Pneumatic Speed Control System with Friction Force CompensationStudy of Pneumatic Speed Control System with Friction Force Compensation
Study of Pneumatic Speed Control System with Friction Force Compensation
 
Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...
 
Characteristics of Wet Coffee Processing Waste and Its Environmental Impact i...
Characteristics of Wet Coffee Processing Waste and Its Environmental Impact i...Characteristics of Wet Coffee Processing Waste and Its Environmental Impact i...
Characteristics of Wet Coffee Processing Waste and Its Environmental Impact i...
 
𝑴[𝑿]/G/1 with Second Optional Service, Multiple Vacation, Breakdown and Repair
𝑴[𝑿]/G/1 with Second Optional Service, Multiple Vacation, Breakdown and Repair𝑴[𝑿]/G/1 with Second Optional Service, Multiple Vacation, Breakdown and Repair
𝑴[𝑿]/G/1 with Second Optional Service, Multiple Vacation, Breakdown and Repair
 
Design With Solid works Software and Planning Calculation Analysis of Fire Tu...
Design With Solid works Software and Planning Calculation Analysis of Fire Tu...Design With Solid works Software and Planning Calculation Analysis of Fire Tu...
Design With Solid works Software and Planning Calculation Analysis of Fire Tu...
 

Similar to Inheritance of Handwriting Features

Anatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionAnatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionIJEACS
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
Entity Resolution in Large Graphs
Entity Resolution in Large GraphsEntity Resolution in Large Graphs
Entity Resolution in Large GraphsApurva Kumar
 
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...ijaia
 
Survey on Supervised Method for Face Image Retrieval Based on Euclidean Dist...
Survey on Supervised Method for Face Image Retrieval  Based on Euclidean Dist...Survey on Supervised Method for Face Image Retrieval  Based on Euclidean Dist...
Survey on Supervised Method for Face Image Retrieval Based on Euclidean Dist...Editor IJCATR
 
Interactive Analysis of Word Vector Embeddings
Interactive Analysis of Word Vector EmbeddingsInteractive Analysis of Word Vector Embeddings
Interactive Analysis of Word Vector Embeddingsgleicher
 
PROPERTIES OF RELATIONSHIPS AMONG OBJECTS IN OBJECT-ORIENTED SOFTWARE DESIGN
PROPERTIES OF RELATIONSHIPS AMONG OBJECTS IN OBJECT-ORIENTED SOFTWARE DESIGNPROPERTIES OF RELATIONSHIPS AMONG OBJECTS IN OBJECT-ORIENTED SOFTWARE DESIGN
PROPERTIES OF RELATIONSHIPS AMONG OBJECTS IN OBJECT-ORIENTED SOFTWARE DESIGNijpla
 
organic information design
organic information designorganic information design
organic information designrosa qin
 
Issues in Sentiment analysis
Issues in Sentiment analysisIssues in Sentiment analysis
Issues in Sentiment analysisIOSR Journals
 
Scene text recognition in mobile applications by character descriptor and str...
Scene text recognition in mobile applications by character descriptor and str...Scene text recognition in mobile applications by character descriptor and str...
Scene text recognition in mobile applications by character descriptor and str...eSAT Journals
 
Learning from similarity and information extraction from structured documents...
Learning from similarity and information extraction from structured documents...Learning from similarity and information extraction from structured documents...
Learning from similarity and information extraction from structured documents...Infrrd
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...iaemedu
 

Similar to Inheritance of Handwriting Features (20)

Anatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionAnatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern Detection
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
Sangeetha seminar (1)
Sangeetha  seminar (1)Sangeetha  seminar (1)
Sangeetha seminar (1)
 
Entity Resolution in Large Graphs
Entity Resolution in Large GraphsEntity Resolution in Large Graphs
Entity Resolution in Large Graphs
 
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
 
Survey on Supervised Method for Face Image Retrieval Based on Euclidean Dist...
Survey on Supervised Method for Face Image Retrieval  Based on Euclidean Dist...Survey on Supervised Method for Face Image Retrieval  Based on Euclidean Dist...
Survey on Supervised Method for Face Image Retrieval Based on Euclidean Dist...
 
Sub1547
Sub1547Sub1547
Sub1547
 
Interactive Analysis of Word Vector Embeddings
Interactive Analysis of Word Vector EmbeddingsInteractive Analysis of Word Vector Embeddings
Interactive Analysis of Word Vector Embeddings
 
PROPERTIES OF RELATIONSHIPS AMONG OBJECTS IN OBJECT-ORIENTED SOFTWARE DESIGN
PROPERTIES OF RELATIONSHIPS AMONG OBJECTS IN OBJECT-ORIENTED SOFTWARE DESIGNPROPERTIES OF RELATIONSHIPS AMONG OBJECTS IN OBJECT-ORIENTED SOFTWARE DESIGN
PROPERTIES OF RELATIONSHIPS AMONG OBJECTS IN OBJECT-ORIENTED SOFTWARE DESIGN
 
organic information design
organic information designorganic information design
organic information design
 
Issues in Sentiment analysis
Issues in Sentiment analysisIssues in Sentiment analysis
Issues in Sentiment analysis
 
Scene text recognition in mobile applications by character descriptor and str...
Scene text recognition in mobile applications by character descriptor and str...Scene text recognition in mobile applications by character descriptor and str...
Scene text recognition in mobile applications by character descriptor and str...
 
Learning from similarity and information extraction from structured documents...
Learning from similarity and information extraction from structured documents...Learning from similarity and information extraction from structured documents...
Learning from similarity and information extraction from structured documents...
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...
 

More from IJRES Journal

Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...IJRES Journal
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityIJRES Journal
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...IJRES Journal
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesIJRES Journal
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...IJRES Journal
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodIJRES Journal
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionIJRES Journal
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningIJRES Journal
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowIJRES Journal
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...IJRES Journal
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsIJRES Journal
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...IJRES Journal
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...IJRES Journal
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesIJRES Journal
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...IJRES Journal
 
An understanding of the electronic bipolar resistance switching behavior in C...
An understanding of the electronic bipolar resistance switching behavior in C...An understanding of the electronic bipolar resistance switching behavior in C...
An understanding of the electronic bipolar resistance switching behavior in C...IJRES Journal
 
A fast and effective impulse noise filter
A fast and effective impulse noise filterA fast and effective impulse noise filter
A fast and effective impulse noise filterIJRES Journal
 
Design of the floating-type memristor emulator and its circuit implementation
Design of the floating-type memristor emulator and its circuit implementationDesign of the floating-type memristor emulator and its circuit implementation
Design of the floating-type memristor emulator and its circuit implementationIJRES Journal
 
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...IJRES Journal
 
Synergistic Effect of Halide Ions on the Corrosion Inhibition of Mild Steel i...
Synergistic Effect of Halide Ions on the Corrosion Inhibition of Mild Steel i...Synergistic Effect of Halide Ions on the Corrosion Inhibition of Mild Steel i...
Synergistic Effect of Halide Ions on the Corrosion Inhibition of Mild Steel i...IJRES Journal
 

More from IJRES Journal (20)

Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil properties
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible Rod
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and Detection
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioning
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and Now
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirs
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubes
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
 
An understanding of the electronic bipolar resistance switching behavior in C...
An understanding of the electronic bipolar resistance switching behavior in C...An understanding of the electronic bipolar resistance switching behavior in C...
An understanding of the electronic bipolar resistance switching behavior in C...
 
A fast and effective impulse noise filter
A fast and effective impulse noise filterA fast and effective impulse noise filter
A fast and effective impulse noise filter
 
Design of the floating-type memristor emulator and its circuit implementation
Design of the floating-type memristor emulator and its circuit implementationDesign of the floating-type memristor emulator and its circuit implementation
Design of the floating-type memristor emulator and its circuit implementation
 
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
 
Synergistic Effect of Halide Ions on the Corrosion Inhibition of Mild Steel i...
Synergistic Effect of Halide Ions on the Corrosion Inhibition of Mild Steel i...Synergistic Effect of Halide Ions on the Corrosion Inhibition of Mild Steel i...
Synergistic Effect of Halide Ions on the Corrosion Inhibition of Mild Steel i...
 

Recently uploaded

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Recently uploaded (20)

Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Inheritance of Handwriting Features

  • 1. International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 4, Issue 4 (April 2015), PP.01-05 www.irjes.com 1 | Page Inheritance of Handwriting Features Monika Saini1 , Aishwarya Srinivasan2 and Anup Kumar Kapoor3 1 UGC-JRF and 3 Professor, Department of Anthropology, University of Delhi, Delhi-110007, 2 Engineer, Vellore Institute of Technology, Chennai-600048 Abstract:- Handwriting is one of the acquired characteristics of humans.It is a mixture of nature and nurture. Parents play an important part in teaching pre-writing skills to their children. Genetics also has a role in shaping the writing habits of the writer (such as handedness and handwriting positions). This paper examines the handwritings of parents and their biological off-springs to determine the inheritance of handwriting features from one generation to the next generation. In this scheme,resemblances in the handwriting features of parents- off springs were studied using computational features based on MATLAB 8.3 software. Keywords:- Genetics, Inheritance, Resemblance, Handwriting Features. I. INTRODUCTION Handwriting is a neuromuscular task which depends on the cognitive skill and a coordinated hand-eye movement of the writer.The development and progress of one’s handwriting passes through four stages in the course of a lifetime. (1) the formative stage, (2) the impressionable or adolescent stage, (3) the mature stage, (4) the stage of degeneration.It is the learning stage for all persons, where letter designs are being developed and writing skills are being mastered. In the latter stages, changes are likely to occur in the fluency or design; the former usually being the result of writing frequency and, the latter usually being the product of a particular occupation. Parents are the children’s learning models. A preschooler is influenced by the handwriting of his or her parents.He learns to write letters by imitating or copying the letters formed by the parents. For example, a son may like the shape of a letter written by his father so he practices making that letter until he thinks it is like his father’s. When he is satisfied with the way he writes it, how it looks (because it is like his father), he will begin to write it without paying attention to its details. By repeated attempts to copy this basic pattern the child incorporates the peculiarities of writing of his parents into his writing habits. The better his memory of forms and the more time he spends practicing letter forms written by his parents, the more habitual his movement becomes and the closer the new writing form will be to the parental writing model. This tendency also occurs during adolescence, when the writer is developing and experimenting with his/her writing.As a writer matures he incorporates more individuality in his writing but he is still influenced by the previous writing system features and his writing may very well become a combination of the two. How much of a combination depends upon the writing habits he develops (Morris, 2000). Writing habits of the off-springs are also shaped by genetic factors. These writing habits may include handedness, writing posture, pen position, learning and thinking ability. A few studies have also been done on familial resemblance with respect to hand preference, handwriting posture and specific cognitive abilities. (McKeever, 1979 & 2000; DeFries et al, 1979) II. RELATED WORK The earliest published comment respecting the possibility of writing similarities due to familial relationship is one in the December 2, 1911 issue of Scientific American that reports an article by R.H. Chandler. The article illustrates three cases in which some general similarity is noted between brothers, sisters or fathers and sons, but the similarity was not so great. Stevens () conducted a comparison of the writings from three control groups in with the writings of eight members (seven females) of one family, all of whom were dextral writers, taught in the same schools by the same teachers and with the palmer writing system. The control groups were matched as closely as possible in age and sex, but were unrelated to each other. Nine elements were said to have been considered including stroke endings, continuity, slant, letter forms, proportions, size, speed, skills and pictorial appearance. The results indicated that there was greater similarity and less variation between the members of the family than there was in the control groups. Munch (1987) reported on the similarity found in one case in the writings of a mother and daughter. The questioned material was limited to three sets of initials. While there were disparities between the questioned and known writings they were not so consistent or so fundamental that they could not have been attributed to natural variations. The present study concerns with similarities in the handwritings of parents and their off-springs using computational method. The writers also wished to determine, first whether like sex siblings show a greater
  • 2. Inheritance of Handwriting Features www.irjes.com 2 | Page degree of resemblance than unlike sex; and second whether older off-springs show a greater degree of resemblance than younger off-spring. In the next section we describe about three processing stages: Pre-Processing, Feature Extraction and Post-Processing. Section III is concerned with experimental tests and results. Finally some conclusions are drawn in section 4. III. METHODOLOGY Similar to any pattern recognition system, the handwritten recognition system in MATLAB contains the following basic components: Pre-Processing, Feature Extraction and Post-Processing. The basic structure for the proposed study is as follows: Figure 1: Basic Structure of the Proposed System
  • 3. Inheritance of Handwriting Features www.irjes.com 3 | Page 1. Pre-Processing This section elaborates the details of the pre-processing shown in Figure 1: Loading scanned image: Scanned Handwritten image is imported into the Graphical User Interface by clicking on the image menu and selecting open. Both JPG and TIF file formats are supported. Noise Removal (Median Filtering) Median filtering is a nonlinear method used to remove noise from images. It is widely used as it is very effective at removing noise while preserving edges.The median filter works by moving through the image pixel by pixel, replacing each value with the median value of neighboring pixels. The pattern of neighbours is called the "window", which slides, pixel by pixel over the entire image pixel, over the entire image. The median is calculated by first sorting all the pixel values from the window into numerical order, and then replacing the pixel being considered with the middle (median) pixel value. Binarization Binarization or thresholding is such a widely-used method and generally, its process is to first determine a gray threshold according to some objective criteria and then assigns each pixel to one class (such as the foreground) if its gray level or gray value is greater than the determined threshold and otherwise to the other class (such as the background) (Chen & li, 2006). If the input image is not a grayscale image, MATLAB converts the input image to grayscale, and then converts this grayscale image to binary image by thresholding. Scanned Image Binary Image
  • 4. Inheritance of Handwriting Features www.irjes.com 4 | Page Contour Detection, Contour Enhancement and Object Filling Contour detection or Edge detection is an image processing technique for finding the boundaries of objects within images. It works by detecting discontinuities in brightness. It is used for imagesegmentation and data extraction in areas such as image processing, computer vision, and machine vision. Contour Enhancement or Image Dilation adds pixels to the boundaries of objects in an image. The value of the output pixel is the maximum value of all the pixels in the input pixel’s neighborhood.In a binary image, if any of the pixels is set to the value 1, the output pixel is set to 1. Object filling or Image filling is the process of filling holes in a binary image. A hole is a set of background pixels that cannot be reached by filling in the background from the edge of the image. Segmentation Segmentation refers to the process in which an image is subdivided into constituent regions or objects. These objects can be further processed or analyzed for the extraction of quantitative information. Labeling the Segmented Character After segmentation process, each segmented character will appear in the box below the binarization and segmentation command box. With the help of class label command, a user can label the character. Saving the Labels Segmented character and labels can be saved by clicking on the data menu and then selecting save. 2. Feature Extraction Each character image samples can be expressed as set of quantifiable attributes called features. Feature Extraction is defined as the problem of “extracting from the raw data the information which is most relevant for classification purposes, in the sense of minimizing the within-class pattern variability while enhancing the between-class pattern variability (Devijver & Kittler, 1982). Features can be classified into two main categories, structural features (like strokes end points, intersections of line segments etc.) and statistical features (derived from statistical distribution of points like zoning, moments) (Heutte et al, 1998). Instatistical approach, a character image is represented using a set of n features which can be considered as a point in n-dimensional feature space. Shape is an important visual feature and it is one of the basic features usedto describe image content.Shape representation and description techniques can be generally classi1edinto two class of methods: contour-based methods and region-based methods.The classification is based on whether shape features are extracted from the contour only or are extracted from the whole shape region. In the region based method, moment descriptors are very useful tools to describe shapes.Moments can provide characteristics of an object that uniquely represent its shape. Important information about a shape such as its size, center location and orientation are all moment-based attributes. The 2-D moments of the character are: mpq= ∑ ∑ xp yq f(x,y) p,q=0,1,2L Moment’s theory can be used to analyze the contour and region of an object. In the present study, statistical and region based features are taken into consideration. The region based descriptors include moment invariants, Zernike moments, Radial Chebyshev moments, etc. Regional feature vectors like Centroid, Eccentricity, Orientation, Skewness, Kurtosis, Mean and Standard deviations are also calculated. Centroid- It is the measure of the center of the mass of the region. Eccentricity- It is the scalar that specifies that eccentricity of the ellipse that has the same second moments as the region. Orientation- It is the scalar value which is the measure of angle in degrees between the x-axis and the major axis of the ellipse that has the same second moments. Skewness- It is a measure of the degree of asymmetry of the distribution of a variable about its mean. Kurtosis- It is the measure of the height and sharpness of the peak relative to the rest of the data. Mean- It is defined as the average value of a region. Standard deviation- It is the measure of the dispersion of a set of data from its mean. IV. EXPERIMENTAL TEST AND RESULT For the experimental purpose, a data set (Handwriting sample) of 130 families with an average of 3 members in each family (Two Parents and one/two offspring) was obtained. The samples were then scanned x y
  • 5. Inheritance of Handwriting Features www.irjes.com 5 | Page through high resolution scanner at 600 dpi and then it was used for further analysis. The similarities in handwriting features for familial resemblance were expressed by percentage similarity. Table 1: Average Percentage Similarity of Handwriting Features among Closed Genotypic Family Members Relationship Average Percentage Difference (%) Eccentricity Orientation Skewness Kurtosis Cumulative Father – son 99.08 94.94 98.48 99.00 97.87 Father – daughter 99.27 94.90 98.07 98.99 97.80 Mother – son 98.43 95.11 98.21 98.96 97.67 Mother – daughter 98.23 94.15 97.73 98.92 97.25 Siblings 98.16 93.87 97.01 98.79 96.95 It is seen from the result that the orientation feature of the handwriting has the least similarity among different genotypic relationships the least inherited characteristics. On the other side, father-son relationship shows maximum percentage of similarity whereas siblings reflects minimum percentage of resemblances in handwriting features. V. CONCLUSION The experiment was conducted to find the influence of inheritance on handwriting characteristics. The similarities in the behavior and anatomy of a person are dependent on the inherited characters which in another way influence the handwriting. In the present study the father-son relationship has most of the similarities in handwriting features which may be due to the same sex influence and male gene dominance. Similarities obtained in handwriting features of parent-off spring and siblings validates that genes play an important role in transmission of writing habits from one generation to next generation and within the same generation. ACKNOWLEDGEMENTS The authors are grateful to all the subjects for their cooperation in data collection. Ms. Monika Saini is equally thankful to University Grant Commission for providing financial support in the form of Junior Research fellowship. The authors also acknowledge Mathworks for developing Matlab software, which immensely benefitted in completion of this research. REFERENCES [1]. Chen, S., & Li, D. (2006). Image binarization focusing on objects.Neurocomputing, 69(16), 2411-2415. [2]. DeFries, J. C., Johnson, R. C., Kuse, A. R., McClearn, G. E., Polovina, J., Vandenberg, S. G., & Wilson, J. R. (1979). Familial resemblance for specific cognitive abilities. Behavior Genetics, 9(1), 23- 43. [3]. Devijver, P. A., & Kittler, J. (1982). Pattern recognition: A statistical approach(Vol. 761). London: Prentice-Hall. [4]. Hansen, J. (2002). A Matlab Project in Optical Character Recognition (OCR). DSP Lab, University of Rhode Island, 6. [5]. Heutte, L., Paquet, T., Moreau, J. V., Lecourtier, Y., & Olivier, C. (1998). A structural/statistical feature based vector for handwritten character recognition.Pattern recognition letters, 19(7), 629-641. [6]. Hu, M. K. (1962). Visual pattern recognition by moment invariants. Information Theory, IRE Transactions on, 8(2), 179-187. [7]. McKeever, W. F. (1979). Handwriting posture in left-handers: Sex, familial sinistrality and language laterality correlates. Neuropsychologia, 17(5), 429-444. [8]. McKeever, W. F. (2000). A new family handedness sample with findings consistent with X‐linked transmission. British Journal of Psychology, 91(1), 21-39. [9]. Morris, R., & Morris, R. N. (2000). Forensic handwriting identification: fundamental concepts and principles. Academic press.