SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. IV (Mar – Apr. 2015), PP 83-88
www.iosrjournals.org
DOI: 10.9790/0661-17248388 www.iosrjournals.org 83 | Page
Handwritten Character Recognition: A Comprehensive Review
on Geometrical Analysis
Meenu Mohan 1
, Jyothi R.L2
1
(Computer Science & Engineering, College of Engineering, Karunagappally/ Cusat, India)
2
(Computer Science & Engineering, College of Engineering, Karunagappally/ Cusat, India)
Abstract: This paper presents a detailed review of Offline Handwritten Character Recognition. HCR is an
optical character recognition, which convert the human readable character to machine readable format. In
HCR, to attain 99% accuracy is very difficult. Here a detailed study on Geometrical methods of feature
extraction in character recognition has been done by giving more emphasis to Zone based techniques and it has
been analyzed that the efficiency of HCR depends on the selection of appropriate feature extraction methods
and classifier. A comparative study in various steps in character recognition like Preprocessing, Segmentation,
Feature Extraction and Classification are carried out. Various application areas of HCR like Postal address
reading, mail sorting, office automation for text entry, person identification, signature verification, bank-check
processing etc. are also analyzed.
Keywords: OCR, Preprocessing, Segmentation, Feature Extraction, Classification.
I. Introduction
Character Recognition is an active research area in the field of image processing and pattern
recognition. It is the process of converting an image representation of document into digital format. Character
recognition is of 2 types: Magnetic character recognition and Optical character recognition. Optical character
recognition (OCR) is the translation of scanned images of handwritten, typewritten or printed document into
machine encoded form. The document image may be printed or handwritten. The printed document means that
the documents are written by electronic devices, which includes all the printed materials such as book,
newspaper, magazine etc. Handwritten documents are written by hand held equipments. The handwritten
recognition system can be classified into online and offline hand written recognition system as shown in Fig 1.
Fig 1: Classification of Character Recognition
In online handwritten character recognition (HCR), a special electronic pen samples the handwriting
input where the writing is done on electronic surface. Here recognition is done in real time. Here features that
are extracted depend on the dynamic information that has been used as input. In offline handwritten character
the information that serves as input does not exhibit any dynamic change but the most important challenge of
handwritten character recognition is the variability of writing style. Different person have their own
handwriting. So the handwritten text varies from person to person. This paper discusses various methodologies
Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis
DOI: 10.9790/0661-17248388 www.iosrjournals.org 84 | Page
that have been analyzed based on literature study of handwritten character recognition systems. The different
stages of Handwritten character recognition system are Pre-processing, Segmentation, Feature Extraction and
Classification.
II. Phases Of Character Recognition System
A. Image Acquisition:-
The offline recognition system acquires an optically scanned image as an input image. Digitization in
handwritten character recognition is the process of converting a handwritten document into a digital format. A
scanner or digital camera captures an image of text and converts it to an image files format such as a bitmap,
jpeg etc.
B. Preprocessing:-
Preprocessing is a series of operations that is performed on the scanned input image to improve the
quality of image for effective feature extraction. Major steps under pre-processing are:
1. Noise Removal
2. Binarization
3. Morphological Operations
4. Size Normalization
Noise is introduced in an image during image acquisition. It produces a random variation of image
intensity and sometimes will be visible as grains in the image. Noise removal is the process of removing or
reducing the noise from the image. There exist several algorithms and filters for noise reduction and removal.
The different types of noises that exist in document images are Salt and Pepper noise, Gaussian noise, Gamma
noise, Uniform noise etc. Various type of filtering methods like Gaussian filtering method, Min-max filtering
method etc. are applied for noise removal. Median filter is used to remove salt and pepper noise. Binarization is
the process of converting colour or gray-scale image into binary image with the help of thresholding. The
different methods of binarization are Global thresholding, Local thresholding, Adaptive thresholding, Otsu’s
method etc. Morphological operations are also used in preprocessing. Dilation and Erosion are commonly used
morphological operation that increase or decrease character size of an image. Dilation is the process of adding
pixels to the character boundary. In erosion, the pixels are removed from the boundary of character.
Skeletonization is the process of reducing the character image to single pixel wide representation.
Fig 2: Offline Handwritten Character Recognition Architecture
Normalization is the process that reduces the range of pixels intensity values present in an image. Size
normalization is the preprocessing step that resizes the character image into a standard size. Skew detection and
correction is also a part of character image preprocessing. During document scanning, skew is introduced in the
image. Skew angle is an angle that the text lines of the image make with horizontal direction. The aim of skew
detection is to align an image text before processing. Commonly used skew elimination techniques are
projection profile method and Hough transform method.
Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis
DOI: 10.9790/0661-17248388 www.iosrjournals.org 85 | Page
C. Segmentation:-
Segmentation is the process that isolates individual character from handwritten character image.
Segmentation is classified into Implicit and Explicit segmentation. In implicit segmentation, the words are
predicted directly without segmenting the word as individual letters but the explicit segmentation, the word is
segmented into individual character. Segmentation is carried out using threshold based, edge based, region
based, clustering techniques etc. The different steps in segmentation are line, word and character segmentation.
In line segmentation, horizontal projection profile method is used. It separates the boundaries between lines.
Word segmentation is done by applying vertical projection profile method on the separated lines. Finally, the
characters are isolated from these words using connected component labeling.
D. Feature Extraction:-
The feature extraction method is the most vital and conclusive one and therefore the features should be
extracted correctly, that decides the effectiveness of the classification. Feature extraction methods are classified
into three major groups:
1. Statistical features.
2. Global transformation and Series expansion
3. Structural features.
Statistical features represent the character image as statistical distribution of points. Zoning, Crossing
and Distances, Projections etc. are the various methods used for statistical feature extraction. Global
transformation and series expansion includes various techniques like Fourier transform, Gabor transforms,
Wavelets, Moments and Karhunen-Loeve Expansion etc. Structural features are based on geometrical and
topological properties of the character. Loops, curves, lines, T-point, cross, aspect ratio, strokes and their
directions, inflection between two points etc. are used as structural features.
E. Classification:-
Classification is the decision making part of the any recognition system. Various approaches for
classification in character recognition systems are analyzed. Most commonly seen classifiers are Artificial
Neural Network, SVM, and Nearest Neighbor classifier. The classifiers compare the given vector with the
stored pattern and give the best match as an output. The various pattern classification methods can be
successfully applied to character recognition. The classification methods that are used in handwritten character
recognition systems are categorized into statistical methods, ANN, SVM, structural methods and multiple
classifier methods. In case of Statistical methods, ANN and SVM the input feature vectors should be of same
dimensionality for a single recognition system. In multiple classifier methods, the classification results of
multiple classifiers are combined to reorder the classes.
III. Literature Review
There are many researches that have been done in the field of image processing and pattern recognition
which is related to handwritten character recognition. This section describes an extensive review for handwritten
character recognition:
J.Pradeep et.al. [1] focus on recognition of English offline handwritten character using Neural
Network. Noise Removal is done using median filter, Binarization is using Otsu’s global technique, Detection of
edges are done using Sobel filter, dilation and filling are also carried out as the part of preprocessing. Diagonal
feature extraction method is used for feature extraction stage. Divide the enhanced image into 54 equal zones.
So 54 features are obtained from each character. In classification, feed forward back propagation neural network
is used. The diagonal features provide good recognition accuracy compared to the conventional horizontal and
vertical methods of feature extraction. Using this 54 feature based system it yield a recognition efficiency of
98%.
S.V. Rajashekararadhya et. al. [2] proposed the Image centroid and Zone centroid based distance
metric feature extraction system handwritten numeral recognition for four popular South Indian Scripts. The
four languages are Malayalam, Tamil, Kannada and Telugu. Preprocessing stage concentrated on Noise
reduction, Slant correction, Normalization and Thinning. In feature extraction stage, image centroid and zone
centroid and hybrid methods are used. Feed forward back propagation neural network and nearest neighbor
classifiers are used for subsequent classification and recognition purpose. The recognition accuracy obtained for
Kannada and Telugu numerals is 99%. For Tamil and Malayalam numerals have obtained 96% and 95%
respectively.
S.L.Mhetre et.al. [3] have proposed two different approaches for recognition of Devanagari
handwritten numerals. In the first method, Grid features are used. In the second method, ICZ (Image Centroid
Zone) & ZCZ (Zone Centroid Zone) features based on distance information are extracted. Here ANN and
Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis
DOI: 10.9790/0661-17248388 www.iosrjournals.org 86 | Page
matching score are used for classification and the accuracies obtained using two approaches are evaluated. In
classification ANN provide better accuracy compared to matching score.
S. V. Rajashekararadhya et. al. [4] has described Zone based feature extraction system (ICZVDD-
ICZHRD method for handwritten numeral/mixed numerals recognition of South-Indian scripts. The nearest
neighbor, feed forward back propagation neural network and support vector machine classifiers are used for
classification. The recognition rate obtained of 98.65 % for Kannada numerals, 96.1 % for Tamil numerals, 98.6
% for Telugu numerals and 96.5% for Malayalam numerals using the Support vector machine.
S. V. Rajashekararadhya et. al. [5] have described Image Centroid Zone (ICZ) based Angle feature
extraction for handwritten numeral recognition of Kannada script. The numerals image centroid is computed and
the image is further divided into n equal zones. Average angle from the character centroid to the pixels present
in the zone is computed. This procedure is repeated sequentially for all zones present in the numeral image.
Finally n such features are extracted. For classification purpose, nearest neighbor classifier and support vector
machines are used. The recognition accuracy achieved 96.05% for Kannada numerals using Support vector
machines.
Gita Sinha et. al. [6] had taken care of Arabic numeral recognition. In preprocessing stage, binarization,
dilation, erosion, noise removal and normalization are used. Three features extraction techniques that has been
used are Image Centroid Zone (ICZ), Zone Centroid Zone (ZCZ) and Hybrid feature extraction techniques.
Hybrid feature extraction techniques are combination of ICZ+ZCZ. SVM classifier is used for classification.
The recognition rate is 97.21% on handwritten Arabic numeral.
Seema A. Dongare et.al. [7] have proposed Devanagari character recognition works in stages as
document preprocessing, segmentation using line segmentation, word and character segmentation, feature
extraction using zone based approach followed by recognition using feed forward neural network. Recognition
of handwritten Devanagari character is quite difficult due to presence of shirorekha, conjunct characters and
similarity in shapes for multiple characters. Here an attempt is carried out to increase the accuracy and
performance.
Gita Sinha et.al. [8] presented Gurumukhi handwritten character recognition. Preprocessing stage
includes steps like Gray scale conversion, Binarization using Otsu’s method, filtering and morphological
operation, Noise removal, Skeletonization, Skew detection. Zone-based feature extraction technique is used for
extracting the feature and SVM classifier is used for Gurumukhi handwritten character recognition. The
recognition accuracy obtained is 95.11%.
Sandeep Saha et.al.[9] proposed 40-point feature extraction for English handwritten character
recognition using multilayer feed forward neural network. The whole image is divided into 16 zones and then
computed the average intensities of each zones. Then the entire image is divided diagonally from left top to
bottom, right top to bottom, left bottom to top and right bottom to top and innermost cell features are extracted.
Finally features vectors consisting of 40 features are tested using the artificial neural network and has a better
recognition efficiency is reported.
Sangeetha Sasidharan et. al. [10] describes that segmentation of offline Malayalam handwritten
character recognition. Preprocessing stage includes noise removal and binarization. In segmentation stage, line
segmentation using horizontal projection profile method is used. Character segmentation focus on the
segmentation of untouched characters, segmentation of consonants touching to Valli (special Malayalam
character) and segmentation of consonants touching to Chandrakala(special Malayalam character). The
efficiency obtained in this work is 94.08%.
Anita Pal et. al. 11] have proposed boundary tracing along with Fourier Descriptor for handwritten
English character recognition. In preprocessing stage skeletonization and normalization is performed. In feature
extraction stage, boundary detection is done using 8-neighbor adjacent method. Neural Network is used for
classification.
Reetika Verma et. al. [12] describes the surf feature extraction and neural network .This paper
demonstrated capability for solving complex problems of character recognition. Preprocessing stage includes
noise removal and image enhancement. Surf feature technique and neural network is used for feature extraction
and classification. This technique is fast, low cost and more accurate result can be obtained.
In Abdul Rahiman M et. al.[13] proposed a handwritten character recognition system based on vertical
and horizontal line positional analyzer algorithm. In preprocessing, median filter is used for noise removal. In
segmentation stage, line and character separation are used, which gives isolated character. The features are
extracted based on horizontal and vertical line count and position. Decision tree classifier is used for
classification. Recognition accuracy obtained 91%.
In Pranchi Mukherji et. al. [14] proposed a Shape feature extraction techniques for handwritten
character recognition. Preprocessing includes noise removal using Gaussian filter, binarization using Ostu’s
method, skeletoniztion. Average Compressed Direction Coding Algorithm for stroke is used for feature
extraction method. In classification, Decision Tree classifier is used. 86.4% is the overall recognition accuracy.
Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis
DOI: 10.9790/0661-17248388 www.iosrjournals.org 87 | Page
In Parikh Nirav Tushar et. al.[15] describes that a Chain Code based handwritten character recognition.
In preprocessing stage, binarization and slant correction are used. In feature extraction stage Chain Codes are
constructed which form the features of character. ANN is used for classification. Recognition accuracy is 80% is
reported. Amritha Sampath et.al [16] proposed the same method of feature extraction.
Comparison between the various literatures that is mentioned in the section is summarized in the following
table1.
Table 1: Comparison of Various Geometrical Techniques in HCR
Author Preprocessing Segmentation Feature Extraction Classification Recognition
Accuracy
J.Pradeep[1]
Noise Removal,
Binarization,
Edge detection,
Dilation and filling. -
Diagonal feature
Feed Forward Back
propagation Neural
Network.
98%
S.V.Rajashekararadhya
[2]
Noise Removal,
Slant correction,
Normalization,
Thinning.
-
Image centroid zone
Zone centroid zone
Hybrid centroid zone
Feed Forward Back
propagation Neural
Network and
Nearest Neighbor
99% for
Kannada
96% for Tamil
95% for
Malayalam
S.L.Mhetre [3]
Colour to gray
conversion, Noise
Removal,
Thresholding,
Thinning,
Size
Normalization.
-
Grid based method;
ICZ &ZCZ method
ANN & Matching
Score
-
S.V.Rajashekararadhya
[4]
Noise Removal,
Slant correction,
Normalization,
Thinning
-
Image centroid zone
Zone centroid zone
Hybrid centroid zone SVM
98.65% for
Kannada
98.6% for
Telugu
96.1% for
Tamil
96.5% for
Malayalam.
S.V.Rajashekararadhya
[5]
Noise Removal,
Slant correction,
Normalization,
Thinning.
- Zone based angle SVM 96.05%
Gita Sinha[6]
Binarization,
Dilation,
Erosion,
Noise removal,
Normalization.
-
Image centroid zone
Zone centroid zone
Hybrid centroid zone.
SVM 97.21%
Seema A Dongare[7]
Colour to gray
conversion,
Noise removal,
Binarization.
Line
Word
Character
Image centroid zone
Zone centroid zone
Hybrid centroid zone
ANN
-
Gita Sinha [8]
Colour to gray
conversion,
Noise Removal,
Binarization, Filtering
operation,
Contour smoothing,
Skew detection,
Skeletonization.
Line
Word
Character
Image centroid zone
Zone centroid zone
Hybrid centroid zone
SVM 95.11%
Sandeep Saha[9]
Colour to gray
conversion,
Binarization.
Image cropping 40-point feature ANN -
Sangeetha
Sasidharan[10]
Noise Removal,
Binarization
Line segmentation
using projection
profile; Character
segmentation of
untouched
characters,
consonants
touching to Valli
and Chandrakala.
- - 94.08%
Anita Pal[11]
Skeletonization,
Normalization. -
Fourier descriptors ( 8-
Neighbour Adjacent
Method)
Multilayer Perceptron
Network 94%
Reetika Verma [12] Noise Removal - Surf feature extraction Back Propagation
Neural Network
-
Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis
DOI: 10.9790/0661-17248388 www.iosrjournals.org 88 | Page
Abdul Rahiman M[13] Noise Removal Line & Character
separation
Horizontal and Vertical
Line count and position
Decision Tree 91%
Pranchi Mukherji [14]
Noise Removal,
Binarization,
Skeletonization.
-
Average Compressed
Direction Coding
Algorithm
Decision Tree 86.4%
Parikh Nirav Tushar
[15]
Binarization
Slant correction
- Chain code ANN 80%
IV. Conclusion
This paper presented a detailed study of offline handwritten character recognition systems developed in
different languages. From the literature review it has been analyzed that the recognition accuracy mainly
depends on proper selection of feature extraction methods. This work mainly concentrated on geometrical based
character analysis methods. The recognition efficiency of Feature vectors are can be improved by selection of
appropriate preprocessing methods. It has been also analyzed that in case of character recognition neural
network and SVM provide better classification efficiency compared to other classification methods.
References
[1]. J.Pradeep, E.Srinivasan and S.Himavathi, Diagonal Feature Extraction Based Handwritten Character System Using Neural
Network, International Journal of Computer Applications (0975-8887), vol.8, no.9, pp.17-22, October 2010.
[2]. S.V.Rajashekararadhya and P.Vanaja Ranjan, Handwritten Numeral/Mixed Numerals Recognition of South-Indian Scripts: The
Zone Based Feature Extraction Method, Journal of Theoretical and Applied Information Technology, vol.7, no.1, pp. 063-079, 2005
- 2009.
[3]. S.L.Mhetre and M.M.Patil, A Comparative Study of Two Methods for Handwitten Devanagari Numeral Recognition, IOSR
Journal of Computer Engineering, vol.15, pp. 49-53, Nov-Dec.2013.
[4]. S.V. Rajashekararadhya and P. Vanaja Ranjan, Efficient Zone Based Feature Extraction Algorithm for Handwritten Numeral
Recognition of Four Popular South Indian Scripts, Journal of Theoretical and Applied Information Technology, pp. 1171-1181,
2005 - 2008.
[5]. S.V. Rajashekararadhya and P. Vanaja Ranjan, Handwritten numeral recognition of Kannada script, Proceedings of the
International Workshop on Machine Intelligence Research, pp. 80-86, 2009.
[6]. Gita Sinha and Jitendra kumar, Arabic Numeral Recognition Using SVM Classifier, International Journal of Emerging Research in
Management &Technology, vol.2, pp.62-67, May 2013.
[7]. Seema A.Dongare, Dhananjay B.Kshirsagar and Snehal V. Waghchaure, Handwritten Devanagari Character Recognition using
Neural Network, IOSR Journal of Computer Engineering (IOSR-JCE), vol.16, pp. 74-79, Mar-Apr. 2014.
[8]. Gita Sinha, Anita Rani, Renu Dhir and Rajneesh Rani, Zone-Based Feature Extraction Techniques and SVM for Handwritten
Gurmukhi Character Recognition, International Journal of Advanced Research in Computer Science and Software Engineering,
vol. 6, pp. 106-111, June 2012.
[9]. Sandeep Saha, Nabarag Paul, Sayam Kumar Das and Sandip Kundu, Optical Character Recognition using 40-point Feature
Extraction and Artificial Neural Network, International Journal of Advanced Research in Computer Science and Software
Engineering, vol.3, pp. 495-502, Apr. 2013.
[10]. Sangeetha Sasidharan, Anjitha Mary Paul, Segmentation of Offline Malayalam Handwritten Character Recognition, International
Jouurnal of Advanced Research in Computer Science and Software Engineering, vol.3, pp. 761-766, Nov. 2013.
[11]. Anita Pal & Dayashankar Singh, Handwritten English Character Recognition Using Neural Network, International Journal of
Computer Science & Communication, vol.1, pp. 141-144, Jul.-Dec. 2010.
[12]. Reetika Verma, Rupinder Kaur, An Efficient Technique for Character Recognition using Neural Network & Surf Feature
Extraction, International Journal of Computer Science & Information Technologies, vol.5, pp. 1995-1997, 2014.
[13]. Abdul Rahiman M and M.S. Rajasree, Recognition of Handwritten Malayalam Character using Vertical & Horizontal Line
Positional Analyzer Algorithm, in Proc. ICMLC, 2013.
[14]. Prachi Mukherji and Priti.P.Rege, Shape Feature and Fuzzy Logic Based Offline Devanagari Handwritten Optical Character
Recognition, Proc. Journal of Pattern Recogntiion Research 4, Jun.2009.
[15]. Parikh Nirav Tushar and Saurabh Upadhyay, Chain Code Based Handwritten Cursive Character Recogntiion System with Better
Segmentation Using Neural Network , in Proc. International Journal of Computational Engineering Research, vol.3, May.2013.
[16]. Amritha Sampath, Tripti.C and Govindaru.V, Freeman Code Based Online Handwritten Techiniques for Handwritten Character
Recognition for Malayalam using Backpropagation Neural Networks, ACIJ, vol.3, no.4, Jul.2012.

More Related Content

What's hot

IRJET- A Review on Fake Biometry Detection
IRJET- A Review on Fake Biometry DetectionIRJET- A Review on Fake Biometry Detection
IRJET- A Review on Fake Biometry DetectionIRJET Journal
 
Highly Secured Bio-Metric Authentication Model with Palm Print Identification
Highly Secured Bio-Metric Authentication Model with Palm Print IdentificationHighly Secured Bio-Metric Authentication Model with Palm Print Identification
Highly Secured Bio-Metric Authentication Model with Palm Print IdentificationIJERA Editor
 
An Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterAn Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterjournalBEEI
 
Face detection ppt
Face detection pptFace detection ppt
Face detection pptPooja R
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paperCharlie716895
 
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONEFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONsipij
 
Face recogition from a single sample using rlog filter and manifold analysis
Face recogition from a single sample using rlog filter and manifold analysisFace recogition from a single sample using rlog filter and manifold analysis
Face recogition from a single sample using rlog filter and manifold analysisacijjournal
 
RELATIVE STUDY ON SIGNATURE VERIFICATION AND RECOGNITION SYSTEM
RELATIVE STUDY ON SIGNATURE VERIFICATION AND RECOGNITION SYSTEMRELATIVE STUDY ON SIGNATURE VERIFICATION AND RECOGNITION SYSTEM
RELATIVE STUDY ON SIGNATURE VERIFICATION AND RECOGNITION SYSTEMAM Publications
 
An offline signature recognition and verification system based on neural network
An offline signature recognition and verification system based on neural networkAn offline signature recognition and verification system based on neural network
An offline signature recognition and verification system based on neural networkeSAT Journals
 
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...IDES Editor
 
Data Mining Based Skin Pixel Detection Applied On Human Images: A Study Paper
Data Mining Based Skin Pixel Detection Applied On Human Images: A Study PaperData Mining Based Skin Pixel Detection Applied On Human Images: A Study Paper
Data Mining Based Skin Pixel Detection Applied On Human Images: A Study PaperIJERA Editor
 
IRJET - Biometric Traits and Applications of Fingerprint
IRJET - Biometric Traits and Applications of FingerprintIRJET - Biometric Traits and Applications of Fingerprint
IRJET - Biometric Traits and Applications of FingerprintIRJET Journal
 
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...IDES Editor
 
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...ijceronline
 
Internation Journal Conference
Internation Journal ConferenceInternation Journal Conference
Internation Journal ConferenceHemanth Kumar
 

What's hot (17)

IRJET- A Review on Fake Biometry Detection
IRJET- A Review on Fake Biometry DetectionIRJET- A Review on Fake Biometry Detection
IRJET- A Review on Fake Biometry Detection
 
N010226872
N010226872N010226872
N010226872
 
Highly Secured Bio-Metric Authentication Model with Palm Print Identification
Highly Secured Bio-Metric Authentication Model with Palm Print IdentificationHighly Secured Bio-Metric Authentication Model with Palm Print Identification
Highly Secured Bio-Metric Authentication Model with Palm Print Identification
 
An Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterAn Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor Filter
 
Face detection ppt
Face detection pptFace detection ppt
Face detection ppt
 
I046035458
I046035458I046035458
I046035458
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paper
 
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONEFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
 
Face recogition from a single sample using rlog filter and manifold analysis
Face recogition from a single sample using rlog filter and manifold analysisFace recogition from a single sample using rlog filter and manifold analysis
Face recogition from a single sample using rlog filter and manifold analysis
 
RELATIVE STUDY ON SIGNATURE VERIFICATION AND RECOGNITION SYSTEM
RELATIVE STUDY ON SIGNATURE VERIFICATION AND RECOGNITION SYSTEMRELATIVE STUDY ON SIGNATURE VERIFICATION AND RECOGNITION SYSTEM
RELATIVE STUDY ON SIGNATURE VERIFICATION AND RECOGNITION SYSTEM
 
An offline signature recognition and verification system based on neural network
An offline signature recognition and verification system based on neural networkAn offline signature recognition and verification system based on neural network
An offline signature recognition and verification system based on neural network
 
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
Authentication of Degraded Fingerprints Using Robust Enhancement and Matching...
 
Data Mining Based Skin Pixel Detection Applied On Human Images: A Study Paper
Data Mining Based Skin Pixel Detection Applied On Human Images: A Study PaperData Mining Based Skin Pixel Detection Applied On Human Images: A Study Paper
Data Mining Based Skin Pixel Detection Applied On Human Images: A Study Paper
 
IRJET - Biometric Traits and Applications of Fingerprint
IRJET - Biometric Traits and Applications of FingerprintIRJET - Biometric Traits and Applications of Fingerprint
IRJET - Biometric Traits and Applications of Fingerprint
 
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
 
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
 
Internation Journal Conference
Internation Journal ConferenceInternation Journal Conference
Internation Journal Conference
 

Viewers also liked

Viewers also liked (20)

vega rochat portfolio 2014
vega rochat portfolio 2014vega rochat portfolio 2014
vega rochat portfolio 2014
 
A012270104
A012270104A012270104
A012270104
 
I012236268
I012236268I012236268
I012236268
 
L012228185
L012228185L012228185
L012228185
 
N012439598
N012439598N012439598
N012439598
 
I012335763
I012335763I012335763
I012335763
 
I1803065873
I1803065873I1803065873
I1803065873
 
PEN initiatives 2014
PEN initiatives 2014PEN initiatives 2014
PEN initiatives 2014
 
Ouranos hemeljesuschristus
Ouranos hemeljesuschristusOuranos hemeljesuschristus
Ouranos hemeljesuschristus
 
Machine Learning, Machine Reading and the Web
Machine Learning, Machine Reading and the WebMachine Learning, Machine Reading and the Web
Machine Learning, Machine Reading and the Web
 
C012461526
C012461526C012461526
C012461526
 
C017431730
C017431730C017431730
C017431730
 
Ngủ ngon, ngủ đủ giấc mang lại lợi ích lớn lao
Ngủ ngon, ngủ đủ giấc mang lại lợi ích lớn laoNgủ ngon, ngủ đủ giấc mang lại lợi ích lớn lao
Ngủ ngon, ngủ đủ giấc mang lại lợi ích lớn lao
 
Greence
GreenceGreence
Greence
 
vega rochat cv 2014
vega rochat cv 2014vega rochat cv 2014
vega rochat cv 2014
 
curriculam vitae
curriculam vitaecurriculam vitae
curriculam vitae
 
RC3-deScreen_s
RC3-deScreen_sRC3-deScreen_s
RC3-deScreen_s
 
Endla soostikku matk
Endla soostikku matkEndla soostikku matk
Endla soostikku matk
 
A012230108
A012230108A012230108
A012230108
 
F017313341
F017313341F017313341
F017313341
 

Similar to L017248388

A Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition SystemA Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition Systemiosrjce
 
A Review of Optical Character Recognition System for Recognition of Printed Text
A Review of Optical Character Recognition System for Recognition of Printed TextA Review of Optical Character Recognition System for Recognition of Printed Text
A Review of Optical Character Recognition System for Recognition of Printed Textiosrjce
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)IAESIJEECS
 
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...IRJET Journal
 
A Review on Edge Detection Algorithms in Digital Image Processing Applications
A Review on Edge Detection Algorithms in Digital Image Processing ApplicationsA Review on Edge Detection Algorithms in Digital Image Processing Applications
A Review on Edge Detection Algorithms in Digital Image Processing Applicationsrahulmonikasharma
 
A Survey on Tamil Handwritten Character Recognition using OCR Techniques
A Survey on Tamil Handwritten Character Recognition using OCR TechniquesA Survey on Tamil Handwritten Character Recognition using OCR Techniques
A Survey on Tamil Handwritten Character Recognition using OCR Techniquescscpconf
 
Handwritten character recognition in
Handwritten character recognition inHandwritten character recognition in
Handwritten character recognition inijaia
 
A Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different MethodsA Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different MethodsIJMER
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...IJCI JOURNAL
 
V.KARTHIKEYAN PUBLISHED ARTICLE A.A
V.KARTHIKEYAN PUBLISHED ARTICLE A.AV.KARTHIKEYAN PUBLISHED ARTICLE A.A
V.KARTHIKEYAN PUBLISHED ARTICLE A.AKARTHIKEYAN V
 
"FingerPrint Recognition Using Principle Component Analysis(PCA)”
"FingerPrint Recognition Using Principle Component Analysis(PCA)”"FingerPrint Recognition Using Principle Component Analysis(PCA)”
"FingerPrint Recognition Using Principle Component Analysis(PCA)”Er. Arpit Sharma
 
Opticalcharacter recognition
Opticalcharacter recognition Opticalcharacter recognition
Opticalcharacter recognition Shobhit Saxena
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumarshritosh kumar
 
14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...INFOGAIN PUBLICATION
 
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVMIRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVMIRJET Journal
 

Similar to L017248388 (20)

I017256165
I017256165I017256165
I017256165
 
A Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition SystemA Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition System
 
A017240107
A017240107A017240107
A017240107
 
E017322833
E017322833E017322833
E017322833
 
A Review of Optical Character Recognition System for Recognition of Printed Text
A Review of Optical Character Recognition System for Recognition of Printed TextA Review of Optical Character Recognition System for Recognition of Printed Text
A Review of Optical Character Recognition System for Recognition of Printed Text
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
 
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
 
A Review on Edge Detection Algorithms in Digital Image Processing Applications
A Review on Edge Detection Algorithms in Digital Image Processing ApplicationsA Review on Edge Detection Algorithms in Digital Image Processing Applications
A Review on Edge Detection Algorithms in Digital Image Processing Applications
 
A Survey on Tamil Handwritten Character Recognition using OCR Techniques
A Survey on Tamil Handwritten Character Recognition using OCR TechniquesA Survey on Tamil Handwritten Character Recognition using OCR Techniques
A Survey on Tamil Handwritten Character Recognition using OCR Techniques
 
Handwritten character recognition in
Handwritten character recognition inHandwritten character recognition in
Handwritten character recognition in
 
A Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different MethodsA Review Paper on Fingerprint Image Enhancement with Different Methods
A Review Paper on Fingerprint Image Enhancement with Different Methods
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...
 
V.KARTHIKEYAN PUBLISHED ARTICLE A.A
V.KARTHIKEYAN PUBLISHED ARTICLE A.AV.KARTHIKEYAN PUBLISHED ARTICLE A.A
V.KARTHIKEYAN PUBLISHED ARTICLE A.A
 
O45018291
O45018291O45018291
O45018291
 
"FingerPrint Recognition Using Principle Component Analysis(PCA)”
"FingerPrint Recognition Using Principle Component Analysis(PCA)”"FingerPrint Recognition Using Principle Component Analysis(PCA)”
"FingerPrint Recognition Using Principle Component Analysis(PCA)”
 
Opticalcharacter recognition
Opticalcharacter recognition Opticalcharacter recognition
Opticalcharacter recognition
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumar
 
14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...
 
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVMIRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

L017248388

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. IV (Mar – Apr. 2015), PP 83-88 www.iosrjournals.org DOI: 10.9790/0661-17248388 www.iosrjournals.org 83 | Page Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis Meenu Mohan 1 , Jyothi R.L2 1 (Computer Science & Engineering, College of Engineering, Karunagappally/ Cusat, India) 2 (Computer Science & Engineering, College of Engineering, Karunagappally/ Cusat, India) Abstract: This paper presents a detailed review of Offline Handwritten Character Recognition. HCR is an optical character recognition, which convert the human readable character to machine readable format. In HCR, to attain 99% accuracy is very difficult. Here a detailed study on Geometrical methods of feature extraction in character recognition has been done by giving more emphasis to Zone based techniques and it has been analyzed that the efficiency of HCR depends on the selection of appropriate feature extraction methods and classifier. A comparative study in various steps in character recognition like Preprocessing, Segmentation, Feature Extraction and Classification are carried out. Various application areas of HCR like Postal address reading, mail sorting, office automation for text entry, person identification, signature verification, bank-check processing etc. are also analyzed. Keywords: OCR, Preprocessing, Segmentation, Feature Extraction, Classification. I. Introduction Character Recognition is an active research area in the field of image processing and pattern recognition. It is the process of converting an image representation of document into digital format. Character recognition is of 2 types: Magnetic character recognition and Optical character recognition. Optical character recognition (OCR) is the translation of scanned images of handwritten, typewritten or printed document into machine encoded form. The document image may be printed or handwritten. The printed document means that the documents are written by electronic devices, which includes all the printed materials such as book, newspaper, magazine etc. Handwritten documents are written by hand held equipments. The handwritten recognition system can be classified into online and offline hand written recognition system as shown in Fig 1. Fig 1: Classification of Character Recognition In online handwritten character recognition (HCR), a special electronic pen samples the handwriting input where the writing is done on electronic surface. Here recognition is done in real time. Here features that are extracted depend on the dynamic information that has been used as input. In offline handwritten character the information that serves as input does not exhibit any dynamic change but the most important challenge of handwritten character recognition is the variability of writing style. Different person have their own handwriting. So the handwritten text varies from person to person. This paper discusses various methodologies
  • 2. Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis DOI: 10.9790/0661-17248388 www.iosrjournals.org 84 | Page that have been analyzed based on literature study of handwritten character recognition systems. The different stages of Handwritten character recognition system are Pre-processing, Segmentation, Feature Extraction and Classification. II. Phases Of Character Recognition System A. Image Acquisition:- The offline recognition system acquires an optically scanned image as an input image. Digitization in handwritten character recognition is the process of converting a handwritten document into a digital format. A scanner or digital camera captures an image of text and converts it to an image files format such as a bitmap, jpeg etc. B. Preprocessing:- Preprocessing is a series of operations that is performed on the scanned input image to improve the quality of image for effective feature extraction. Major steps under pre-processing are: 1. Noise Removal 2. Binarization 3. Morphological Operations 4. Size Normalization Noise is introduced in an image during image acquisition. It produces a random variation of image intensity and sometimes will be visible as grains in the image. Noise removal is the process of removing or reducing the noise from the image. There exist several algorithms and filters for noise reduction and removal. The different types of noises that exist in document images are Salt and Pepper noise, Gaussian noise, Gamma noise, Uniform noise etc. Various type of filtering methods like Gaussian filtering method, Min-max filtering method etc. are applied for noise removal. Median filter is used to remove salt and pepper noise. Binarization is the process of converting colour or gray-scale image into binary image with the help of thresholding. The different methods of binarization are Global thresholding, Local thresholding, Adaptive thresholding, Otsu’s method etc. Morphological operations are also used in preprocessing. Dilation and Erosion are commonly used morphological operation that increase or decrease character size of an image. Dilation is the process of adding pixels to the character boundary. In erosion, the pixels are removed from the boundary of character. Skeletonization is the process of reducing the character image to single pixel wide representation. Fig 2: Offline Handwritten Character Recognition Architecture Normalization is the process that reduces the range of pixels intensity values present in an image. Size normalization is the preprocessing step that resizes the character image into a standard size. Skew detection and correction is also a part of character image preprocessing. During document scanning, skew is introduced in the image. Skew angle is an angle that the text lines of the image make with horizontal direction. The aim of skew detection is to align an image text before processing. Commonly used skew elimination techniques are projection profile method and Hough transform method.
  • 3. Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis DOI: 10.9790/0661-17248388 www.iosrjournals.org 85 | Page C. Segmentation:- Segmentation is the process that isolates individual character from handwritten character image. Segmentation is classified into Implicit and Explicit segmentation. In implicit segmentation, the words are predicted directly without segmenting the word as individual letters but the explicit segmentation, the word is segmented into individual character. Segmentation is carried out using threshold based, edge based, region based, clustering techniques etc. The different steps in segmentation are line, word and character segmentation. In line segmentation, horizontal projection profile method is used. It separates the boundaries between lines. Word segmentation is done by applying vertical projection profile method on the separated lines. Finally, the characters are isolated from these words using connected component labeling. D. Feature Extraction:- The feature extraction method is the most vital and conclusive one and therefore the features should be extracted correctly, that decides the effectiveness of the classification. Feature extraction methods are classified into three major groups: 1. Statistical features. 2. Global transformation and Series expansion 3. Structural features. Statistical features represent the character image as statistical distribution of points. Zoning, Crossing and Distances, Projections etc. are the various methods used for statistical feature extraction. Global transformation and series expansion includes various techniques like Fourier transform, Gabor transforms, Wavelets, Moments and Karhunen-Loeve Expansion etc. Structural features are based on geometrical and topological properties of the character. Loops, curves, lines, T-point, cross, aspect ratio, strokes and their directions, inflection between two points etc. are used as structural features. E. Classification:- Classification is the decision making part of the any recognition system. Various approaches for classification in character recognition systems are analyzed. Most commonly seen classifiers are Artificial Neural Network, SVM, and Nearest Neighbor classifier. The classifiers compare the given vector with the stored pattern and give the best match as an output. The various pattern classification methods can be successfully applied to character recognition. The classification methods that are used in handwritten character recognition systems are categorized into statistical methods, ANN, SVM, structural methods and multiple classifier methods. In case of Statistical methods, ANN and SVM the input feature vectors should be of same dimensionality for a single recognition system. In multiple classifier methods, the classification results of multiple classifiers are combined to reorder the classes. III. Literature Review There are many researches that have been done in the field of image processing and pattern recognition which is related to handwritten character recognition. This section describes an extensive review for handwritten character recognition: J.Pradeep et.al. [1] focus on recognition of English offline handwritten character using Neural Network. Noise Removal is done using median filter, Binarization is using Otsu’s global technique, Detection of edges are done using Sobel filter, dilation and filling are also carried out as the part of preprocessing. Diagonal feature extraction method is used for feature extraction stage. Divide the enhanced image into 54 equal zones. So 54 features are obtained from each character. In classification, feed forward back propagation neural network is used. The diagonal features provide good recognition accuracy compared to the conventional horizontal and vertical methods of feature extraction. Using this 54 feature based system it yield a recognition efficiency of 98%. S.V. Rajashekararadhya et. al. [2] proposed the Image centroid and Zone centroid based distance metric feature extraction system handwritten numeral recognition for four popular South Indian Scripts. The four languages are Malayalam, Tamil, Kannada and Telugu. Preprocessing stage concentrated on Noise reduction, Slant correction, Normalization and Thinning. In feature extraction stage, image centroid and zone centroid and hybrid methods are used. Feed forward back propagation neural network and nearest neighbor classifiers are used for subsequent classification and recognition purpose. The recognition accuracy obtained for Kannada and Telugu numerals is 99%. For Tamil and Malayalam numerals have obtained 96% and 95% respectively. S.L.Mhetre et.al. [3] have proposed two different approaches for recognition of Devanagari handwritten numerals. In the first method, Grid features are used. In the second method, ICZ (Image Centroid Zone) & ZCZ (Zone Centroid Zone) features based on distance information are extracted. Here ANN and
  • 4. Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis DOI: 10.9790/0661-17248388 www.iosrjournals.org 86 | Page matching score are used for classification and the accuracies obtained using two approaches are evaluated. In classification ANN provide better accuracy compared to matching score. S. V. Rajashekararadhya et. al. [4] has described Zone based feature extraction system (ICZVDD- ICZHRD method for handwritten numeral/mixed numerals recognition of South-Indian scripts. The nearest neighbor, feed forward back propagation neural network and support vector machine classifiers are used for classification. The recognition rate obtained of 98.65 % for Kannada numerals, 96.1 % for Tamil numerals, 98.6 % for Telugu numerals and 96.5% for Malayalam numerals using the Support vector machine. S. V. Rajashekararadhya et. al. [5] have described Image Centroid Zone (ICZ) based Angle feature extraction for handwritten numeral recognition of Kannada script. The numerals image centroid is computed and the image is further divided into n equal zones. Average angle from the character centroid to the pixels present in the zone is computed. This procedure is repeated sequentially for all zones present in the numeral image. Finally n such features are extracted. For classification purpose, nearest neighbor classifier and support vector machines are used. The recognition accuracy achieved 96.05% for Kannada numerals using Support vector machines. Gita Sinha et. al. [6] had taken care of Arabic numeral recognition. In preprocessing stage, binarization, dilation, erosion, noise removal and normalization are used. Three features extraction techniques that has been used are Image Centroid Zone (ICZ), Zone Centroid Zone (ZCZ) and Hybrid feature extraction techniques. Hybrid feature extraction techniques are combination of ICZ+ZCZ. SVM classifier is used for classification. The recognition rate is 97.21% on handwritten Arabic numeral. Seema A. Dongare et.al. [7] have proposed Devanagari character recognition works in stages as document preprocessing, segmentation using line segmentation, word and character segmentation, feature extraction using zone based approach followed by recognition using feed forward neural network. Recognition of handwritten Devanagari character is quite difficult due to presence of shirorekha, conjunct characters and similarity in shapes for multiple characters. Here an attempt is carried out to increase the accuracy and performance. Gita Sinha et.al. [8] presented Gurumukhi handwritten character recognition. Preprocessing stage includes steps like Gray scale conversion, Binarization using Otsu’s method, filtering and morphological operation, Noise removal, Skeletonization, Skew detection. Zone-based feature extraction technique is used for extracting the feature and SVM classifier is used for Gurumukhi handwritten character recognition. The recognition accuracy obtained is 95.11%. Sandeep Saha et.al.[9] proposed 40-point feature extraction for English handwritten character recognition using multilayer feed forward neural network. The whole image is divided into 16 zones and then computed the average intensities of each zones. Then the entire image is divided diagonally from left top to bottom, right top to bottom, left bottom to top and right bottom to top and innermost cell features are extracted. Finally features vectors consisting of 40 features are tested using the artificial neural network and has a better recognition efficiency is reported. Sangeetha Sasidharan et. al. [10] describes that segmentation of offline Malayalam handwritten character recognition. Preprocessing stage includes noise removal and binarization. In segmentation stage, line segmentation using horizontal projection profile method is used. Character segmentation focus on the segmentation of untouched characters, segmentation of consonants touching to Valli (special Malayalam character) and segmentation of consonants touching to Chandrakala(special Malayalam character). The efficiency obtained in this work is 94.08%. Anita Pal et. al. 11] have proposed boundary tracing along with Fourier Descriptor for handwritten English character recognition. In preprocessing stage skeletonization and normalization is performed. In feature extraction stage, boundary detection is done using 8-neighbor adjacent method. Neural Network is used for classification. Reetika Verma et. al. [12] describes the surf feature extraction and neural network .This paper demonstrated capability for solving complex problems of character recognition. Preprocessing stage includes noise removal and image enhancement. Surf feature technique and neural network is used for feature extraction and classification. This technique is fast, low cost and more accurate result can be obtained. In Abdul Rahiman M et. al.[13] proposed a handwritten character recognition system based on vertical and horizontal line positional analyzer algorithm. In preprocessing, median filter is used for noise removal. In segmentation stage, line and character separation are used, which gives isolated character. The features are extracted based on horizontal and vertical line count and position. Decision tree classifier is used for classification. Recognition accuracy obtained 91%. In Pranchi Mukherji et. al. [14] proposed a Shape feature extraction techniques for handwritten character recognition. Preprocessing includes noise removal using Gaussian filter, binarization using Ostu’s method, skeletoniztion. Average Compressed Direction Coding Algorithm for stroke is used for feature extraction method. In classification, Decision Tree classifier is used. 86.4% is the overall recognition accuracy.
  • 5. Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis DOI: 10.9790/0661-17248388 www.iosrjournals.org 87 | Page In Parikh Nirav Tushar et. al.[15] describes that a Chain Code based handwritten character recognition. In preprocessing stage, binarization and slant correction are used. In feature extraction stage Chain Codes are constructed which form the features of character. ANN is used for classification. Recognition accuracy is 80% is reported. Amritha Sampath et.al [16] proposed the same method of feature extraction. Comparison between the various literatures that is mentioned in the section is summarized in the following table1. Table 1: Comparison of Various Geometrical Techniques in HCR Author Preprocessing Segmentation Feature Extraction Classification Recognition Accuracy J.Pradeep[1] Noise Removal, Binarization, Edge detection, Dilation and filling. - Diagonal feature Feed Forward Back propagation Neural Network. 98% S.V.Rajashekararadhya [2] Noise Removal, Slant correction, Normalization, Thinning. - Image centroid zone Zone centroid zone Hybrid centroid zone Feed Forward Back propagation Neural Network and Nearest Neighbor 99% for Kannada 96% for Tamil 95% for Malayalam S.L.Mhetre [3] Colour to gray conversion, Noise Removal, Thresholding, Thinning, Size Normalization. - Grid based method; ICZ &ZCZ method ANN & Matching Score - S.V.Rajashekararadhya [4] Noise Removal, Slant correction, Normalization, Thinning - Image centroid zone Zone centroid zone Hybrid centroid zone SVM 98.65% for Kannada 98.6% for Telugu 96.1% for Tamil 96.5% for Malayalam. S.V.Rajashekararadhya [5] Noise Removal, Slant correction, Normalization, Thinning. - Zone based angle SVM 96.05% Gita Sinha[6] Binarization, Dilation, Erosion, Noise removal, Normalization. - Image centroid zone Zone centroid zone Hybrid centroid zone. SVM 97.21% Seema A Dongare[7] Colour to gray conversion, Noise removal, Binarization. Line Word Character Image centroid zone Zone centroid zone Hybrid centroid zone ANN - Gita Sinha [8] Colour to gray conversion, Noise Removal, Binarization, Filtering operation, Contour smoothing, Skew detection, Skeletonization. Line Word Character Image centroid zone Zone centroid zone Hybrid centroid zone SVM 95.11% Sandeep Saha[9] Colour to gray conversion, Binarization. Image cropping 40-point feature ANN - Sangeetha Sasidharan[10] Noise Removal, Binarization Line segmentation using projection profile; Character segmentation of untouched characters, consonants touching to Valli and Chandrakala. - - 94.08% Anita Pal[11] Skeletonization, Normalization. - Fourier descriptors ( 8- Neighbour Adjacent Method) Multilayer Perceptron Network 94% Reetika Verma [12] Noise Removal - Surf feature extraction Back Propagation Neural Network -
  • 6. Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis DOI: 10.9790/0661-17248388 www.iosrjournals.org 88 | Page Abdul Rahiman M[13] Noise Removal Line & Character separation Horizontal and Vertical Line count and position Decision Tree 91% Pranchi Mukherji [14] Noise Removal, Binarization, Skeletonization. - Average Compressed Direction Coding Algorithm Decision Tree 86.4% Parikh Nirav Tushar [15] Binarization Slant correction - Chain code ANN 80% IV. Conclusion This paper presented a detailed study of offline handwritten character recognition systems developed in different languages. From the literature review it has been analyzed that the recognition accuracy mainly depends on proper selection of feature extraction methods. This work mainly concentrated on geometrical based character analysis methods. The recognition efficiency of Feature vectors are can be improved by selection of appropriate preprocessing methods. It has been also analyzed that in case of character recognition neural network and SVM provide better classification efficiency compared to other classification methods. References [1]. J.Pradeep, E.Srinivasan and S.Himavathi, Diagonal Feature Extraction Based Handwritten Character System Using Neural Network, International Journal of Computer Applications (0975-8887), vol.8, no.9, pp.17-22, October 2010. [2]. S.V.Rajashekararadhya and P.Vanaja Ranjan, Handwritten Numeral/Mixed Numerals Recognition of South-Indian Scripts: The Zone Based Feature Extraction Method, Journal of Theoretical and Applied Information Technology, vol.7, no.1, pp. 063-079, 2005 - 2009. [3]. S.L.Mhetre and M.M.Patil, A Comparative Study of Two Methods for Handwitten Devanagari Numeral Recognition, IOSR Journal of Computer Engineering, vol.15, pp. 49-53, Nov-Dec.2013. [4]. S.V. Rajashekararadhya and P. Vanaja Ranjan, Efficient Zone Based Feature Extraction Algorithm for Handwritten Numeral Recognition of Four Popular South Indian Scripts, Journal of Theoretical and Applied Information Technology, pp. 1171-1181, 2005 - 2008. [5]. S.V. Rajashekararadhya and P. Vanaja Ranjan, Handwritten numeral recognition of Kannada script, Proceedings of the International Workshop on Machine Intelligence Research, pp. 80-86, 2009. [6]. Gita Sinha and Jitendra kumar, Arabic Numeral Recognition Using SVM Classifier, International Journal of Emerging Research in Management &Technology, vol.2, pp.62-67, May 2013. [7]. Seema A.Dongare, Dhananjay B.Kshirsagar and Snehal V. Waghchaure, Handwritten Devanagari Character Recognition using Neural Network, IOSR Journal of Computer Engineering (IOSR-JCE), vol.16, pp. 74-79, Mar-Apr. 2014. [8]. Gita Sinha, Anita Rani, Renu Dhir and Rajneesh Rani, Zone-Based Feature Extraction Techniques and SVM for Handwritten Gurmukhi Character Recognition, International Journal of Advanced Research in Computer Science and Software Engineering, vol. 6, pp. 106-111, June 2012. [9]. Sandeep Saha, Nabarag Paul, Sayam Kumar Das and Sandip Kundu, Optical Character Recognition using 40-point Feature Extraction and Artificial Neural Network, International Journal of Advanced Research in Computer Science and Software Engineering, vol.3, pp. 495-502, Apr. 2013. [10]. Sangeetha Sasidharan, Anjitha Mary Paul, Segmentation of Offline Malayalam Handwritten Character Recognition, International Jouurnal of Advanced Research in Computer Science and Software Engineering, vol.3, pp. 761-766, Nov. 2013. [11]. Anita Pal & Dayashankar Singh, Handwritten English Character Recognition Using Neural Network, International Journal of Computer Science & Communication, vol.1, pp. 141-144, Jul.-Dec. 2010. [12]. Reetika Verma, Rupinder Kaur, An Efficient Technique for Character Recognition using Neural Network & Surf Feature Extraction, International Journal of Computer Science & Information Technologies, vol.5, pp. 1995-1997, 2014. [13]. Abdul Rahiman M and M.S. Rajasree, Recognition of Handwritten Malayalam Character using Vertical & Horizontal Line Positional Analyzer Algorithm, in Proc. ICMLC, 2013. [14]. Prachi Mukherji and Priti.P.Rege, Shape Feature and Fuzzy Logic Based Offline Devanagari Handwritten Optical Character Recognition, Proc. Journal of Pattern Recogntiion Research 4, Jun.2009. [15]. Parikh Nirav Tushar and Saurabh Upadhyay, Chain Code Based Handwritten Cursive Character Recogntiion System with Better Segmentation Using Neural Network , in Proc. International Journal of Computational Engineering Research, vol.3, May.2013. [16]. Amritha Sampath, Tripti.C and Govindaru.V, Freeman Code Based Online Handwritten Techiniques for Handwritten Character Recognition for Malayalam using Backpropagation Neural Networks, ACIJ, vol.3, no.4, Jul.2012.