SlideShare a Scribd company logo
1 of 7
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 01-07
www.iosrjournals.org
DOI: 10.9790/0661-17240107 www.iosrjournals.org 1 | Page
A Comprehensive Study On Handwritten Character Recognition
System
Renjini L 1
, Rubeena B2
1.2
(Computer science & Engineering, College of Engineering Karunagappally/ Cusat, India)
Abstract: Nowadays handwritten character recognition is still remain an open problem because of the
variability in writing style. Conversion of handwritten characters is important for making manuscripts into
machine recognizable form so that it can be easily accessed and preserved. Many researchers have worked in
the area of handwriting recognition and numerous techniques and models have been developed to recognize
handwritten text. The study investigates that in any character recognition system there exist three major stages
such as Preprocessing, Feature Extraction and Classification. This paper provides a comprehensive review of
existing works in offline handwritten character recognition.
Keywords: Back Propagation, Chain Code, Moment invariants, Probabilistic Neural Network, SIFT, Wavelet,
Zoning,
I. Introduction
Character Recognition (CR) is one of the most successful applications in the areas of pattern
recognition and artificial intelligence. It is the process of detecting and recognizing characters from input image
and converts it into machine recognizable form. Handwritten Character Recognition (HCR) is useful in cheque
processing in banks, almost all kind of form processing systems, handwritten postal address resolution and
many more. One of the main advantages of the CR process is that it can save both time and effort when
developing a digital replica of the document. CR process can be classified in to two categories namely Off-line
CR and On-line CR as shown in Fig1.
Fig 1.Character Recognition
The Off-line Handwritten Character Recognition focuses on recognizing character or words that had
been recorded earlier in the form of scanned image of document. In case of On-line Handwritten Character
Recognition, the process of recognition is performed at the time of writing itself through the successive points
of strokes by the writers in a fraction of time. Although Off-line and on-line CR techniques have different
approaches, they share a lot of common problems and solutions. Off-line CR is relatively more complex and
requires more research compared to on- line CR because of variability on size and writing style of handwritten
characters by different individual at different times. The character recognition system consists of three major
stages as shown in Fig2:
A Comprehensive Study On Handwritten Character Recognition System
DOI: 10.9790/0661-17240107 www.iosrjournals.org 2 | Page
1) Preprocessing: It improves the image data by removing unwanted noise or enhances some image features
important for further processing.
2) Feature extraction: Features define the behavior of region of interest in an image. In this stage various
techniques are applied to get features that will be useful in classification and recognition of character
images.
3) Classification: The features extracted from the above phase are given as input to the trained classifier like
Artificial Neural Network (ANN), K- Nearest Neighbor (KNN), and Support Vector Machine (SVM).
Classifier compares input features with stored pattern and find out best matching class of input.
Fig 2. Block Diagram of Character Recognition
This paper is arranged to focus on Off-line CR methodologies with respect to these three stages of CR systems.
II. Literature Review
A number of researches have been proposed over the years for character recognition. This section
highlights the methods under each of the three phases of character recognition and thus provides an overview of
various literatures based on character recognition. Before moving on to the first stage of character recognition
system, character image can be acquired by online or offline mode. In offline mode handwritten character are
acquired by scanning the documents or capturing photographs of documents.
A. Preprocessing
The process of extracting text from the document is called preprocessing. The accuracy of text
recognized by means of OCR depends on the factors such as scanner quality, scan resolution, paper quality,
fonts used, linguistic complexities and so on. The problems that may occur due to these factors can be solved by
using preprocessing techniques. It enhances character image preparing it for later stages and its objectives are
noise reduction, data normalization and compression of information to be retained. An OCR system can be
made more robust by applying some of the effective preprocessing techniques such as image enhancement
techniques, binarization, noise reduction techniques, skew detection and correction, character segmentation,
image normalization and morphological processing.
B.V. Dhandra et al. [1] have performed series of operations like binarization, filtering and
morphological operations as part of preprocessing for recognizing Kannada handwritten vowels. Here gray
scale image is binarised using Otsu’s global thresholding and median filter is applied for removing noise due to
erratic hand movements and digitization inaccuracies. After this, morphological operations are performed for
removing isolated locations and spikes around the end of the vowels. Even if median filter overcomes the
limitations of the linear filters it may cause removal of corners and threads, blurring of texts in the documents.
In order to overcome these limitations Kanika Bansal et al. [2] proposed an algorithm named K-algorithm,
which is the combination of filtering and binarization. For reducing within- class variation of shape of
unconstrained handwritten numerals, Suzete E. N. Correia et al.[3] have used slant and size normalization as
preprocessing methods. Ntogas Nikolaos et al.[4] proposed four Binarization methods such as Otsu’s, Niblack,
Sauvola’s and Bernsen’s for discriminating degraded and very poor quality gray scale Byzantine manuscript
from the background based on pure thresholding and filtering. As per his work Otsu’s provide better result as
A Comprehensive Study On Handwritten Character Recognition System
DOI: 10.9790/0661-17240107 www.iosrjournals.org 3 | Page
compared to other three methods. In [5] Xiang Zhao et.al used morphological operations (thinning,
skeletonization etc.) for recognizing characters from map.
B. Feature Extraction
In this phase, features of individual character are extracted. The performance of any character
recognition system depends on the features that are extracted. The extracted features of input character should
allow its classification in a unique way. Feature Extraction serves two purposes, one is to extract properties that
can identify a character uniquely. Second is to extract properties that can differentiate between similar
characters. This phase of character recognition system is very problem dependent. Good features are those
whose values are similar for objects belonging to the same category and distinct for objects in different
categories. Selection of an appropriate feature extraction method is the most important factor in achieving high
recognition performance. In feature extraction stage each character is represented as a feature vector, which
becomes its identity. The major goal of feature extraction is to extract a set of features which maximizes the
recognition rate with the least amount of elements. Therefore, better features that are able to recognize
characters distinctively must be extracted. Different feature extraction methods are Global Transformation and
Series Expansion, Statistical Representation, Geometrical and Topological Representation.
i) Global Transformation and Series Expansion
The linear combination of a sequence of simpler functions provides a compact representation of
continuous signal known as transformation and series expansion. Global transformation features are calculated
by converting image in frequency domain like Discrete Fourier Transformation (DFT), Discrete Cosine
Transformation (DCT), Discrete Wavelet Transformation (DWT), Walsh- Hadamard Transformation etc. Some
related methods used in CR field are Fourier transform, Wavelets, Moments and Gabor transform.
Wavelet transformation is a mathematical technique that decomposes the signal into series of small
basis function called wavelets. It allows the multiresolution analysis of image and is well localized in both time
and frequency domain. As a result of wavelet transformation the image is decomposed into low frequency and
high frequency components. The information content of these sub images that corresponds to Horizontal,
Vertical and Diagonal directions implies unique feature of an image. Moreover it is efficient than Fourier
transform which faces the resolution problem and localized in frequency domain only.
B. V. Dhandra et al [1] developed an algorithm for extracting features from Kannada characters. In
this algorithm, two level forward wavelet packet transform is applied to the character image using db4 filter.
Then count the number of zero crossings, the position of sharp variation points in an image, out of the resulting
sub bands and this number is taken as a feature vector. By using this concept of zero crossings of discrete
dyadic wavelet transform, Xian Zhao et al [5] have recognized character in scanning map and it is considered as
the primary investigation in this field. Diego Romero et al [6] applied different continuous wavelet transforms
to handwritten numerals to extract multiscale features such as orientation, gradient and curvature. George S
Kapogiannopoulous et al [7] applied biorthogonal discrete wavelet transform to decompose the curvature
function which characterizes the contour of the handwritten character image. Wavelet representation of
curvature function has the advantages that variations in the shape of the curve will cause only minor changes in
the wavelet representation.
In [8] Joohun Lim et al. have presented a comparative analysis of scale invariant feature extraction
using different wavelet bases. This paper shows that Gabor wavelet basis function extracts image features more
efficiently than Haar, Daubechies basis function in wavelet bases. Gabor wavelet means Gaussian enveloped
orthogonal basis function and it uses five different scales and eight orientations. In [9] Lee et al. have extracted
features using Haar orthogonal wavelet at one resolution level. When Suzete E. N. Correia et al [3] used Cohen-
Daubechies- Feauveau (CDF) family of bi- orthogonal spline wavelets as feature extractor he finds that the
recognition rate obtained with CDF 3/7 is superior to that of Haar wavelet. The Cohen- Daubechies- Feauveau
(CDF) family of bi- orthogonal spline wavelets has special properties such as short support and regularity which
is useful for off-line recognition of unconstrained handwritten numerals.
Wavelet based approaches are becoming increasingly popular in pattern recognition and have recently
been applied to character recognition. In wavelet theory, there is a large variety of wavelet bases to choose
from. Obviously, the choice of the best wavelet is dependent on the application. Recently, some papers have
been published using wavelet transform as a feature extractor for handwritten character recognition because of
its multiresolutional analysis property.
I K Pathan et al. have proposed an off-line approach for handwritten isolated Urdu characters in their
work mentioned in [10]. Authors have used moment invariants (MI) feature to recognize the characters. MI
features are well known to be invariant under rotation, translation, scaling and reflection. These features are
measure of the pixel distribution around the center of gravity of character and it captures the global character
shape information. V Karthikeyan [11] proposed a system for recognizing Tamil characters. In his paper, the
A Comprehensive Study On Handwritten Character Recognition System
DOI: 10.9790/0661-17240107 www.iosrjournals.org 4 | Page
character image skeletonised using Hilditch’s algorithm and features are extracted based on the concept of
image moment which is the weighted average of entire pixel intensities. Here four features are extracted from
each of the character, the equation of which is derived from Hu’s moment invariants [12].
ii) Statistical Representation
Statistical methods are based on the probability theory and hypothesis. Statistical distribution of pixels
of an image takes care of variations in writing styles. In this approach, a character image is represented using a
set of n features which can be considered as a point in n-dimensional feature space. The main goal of feature
selection is to construct linear or non-linear decision boundaries in feature space that correctly separate the
character images of different classes. The major statistical features used for character representation are zoning,
projection profiles and Crossings and distances.
In zoning, the character is divided into several overlapping or non overlapping zones of predefined
sizes. Then features such as average pixel density, histogram and sum squared distance are extracted from each
of the zones based on the percentage of black pixels present. Gradient features based method is discussed in
[13] by Ashutosh et al. where gradient vector is calculated at each pixel by means of sobel operator and then
image is divided into different zones. Then strength of gradient is accumulated in eight standard directions in
each zone.
iii) Geometrical and Topological Representation
Characters can be represented by structural features with high tolerance to distortions and style
variations. Structural features are based on topological and geometrical properties of the character such as chain
code, aspect ratio, cross points, loops, branch points, strokes and their directions, inflection between two points,
horizontal curves at top or bottom, etc.
Scale Invariant Feature Transform (SIFT) is a structural descriptor which considers the local features
of an image. The speciality of the features derived as a result of implementing this algorithm is that they are
invariant to image translation, scaling and rotation. SIFT consists of four steps namely Scale space extrema
detection, Key point localization, Orientation assignment and Key point descriptor. The output of the fourth step
will be highly distinctive that are suitable for the recognition purpose.
Zahedia et al used SIFT algorithm in his paper [14] for recognizing the Arabic characters. Here the
preprocessed image is passed through SIFT algorithm in order to extract the features. As the first step of this
algorithm, the candidate key points are find out. In the next step, the key points that have low contrast and
having poor edge localization are eliminated. Then orientation is assigned to each of the localized key points for
achieving rotation invariance. In the final step, key point descriptor is created using a set of 16 histograms,
aligned in 4x4 grids, each with 8 orientation bins. As a result 128 element feature vector is obtained.
Sreeraj M et al [15] presented an approach for on-line grantha character recognition. Here features
such as time domain, writing direction and curvature are extracted. In [1] B V Dhandra used the concept of
chain code for handwritten Kannada vowel recognition. Chain codes are used to represent the boundary based
on 4-connectivity or 8-connectivity of its segments. Then the direction of each segment is coded using a
numbering scheme.
C. Classification
Classification is the process of assigning the data to their corresponding class with respect to similar
groups with the aim of discriminating multiple objects from each other within the image. Its goal is to predict
the categories of input image using its features. It is carried out on the basis of stored features in the feature
space such as structural features, global features etc. Some classification techniques used in character
recognition systems are Template Matching, Statistical Techniques, Structural Techniques, Neural Network,
and Support Vector Machine.
i) Template Matching
It is a method for finding areas of an image that match to a template image, the image patch to be
compared with the input image. According to Oivind Due Trier et al [16], this method is not well suited for
character skeleton because of the lesser chances of input image pixels to coincide with pixels of template
skeleton.
ii) Neural Network (NN)
Neural network develop its information categorization capabilities through learning process from
examples known as training samples. After getting feature space from the binary character image, an efficient
classifier is used to classify the class of a character. It is one of the commonly used classifier in handwritten
character recognition system because of their humanoid qualities such as adapting the changes and learning
A Comprehensive Study On Handwritten Character Recognition System
DOI: 10.9790/0661-17240107 www.iosrjournals.org 5 | Page
from prior experience. Handwritten character recognition can be implemented by using a back propagation
neural network that has been trained according to train dataset. That is, neural network recognizers learn from
an initial image training set. The trained network then makes the character identifications. One of the most
common learning methods used in this training process is called back-propagation (BP). When network is
presented with a set of training data the BP algorithm compute the difference between the actual output and
desired output and feeding back the error exist in the output and correct the weights and biases that are
responsible for the error.
Jasbir Singh et al. [17] have used Artificial Neural Network as classifier in his work for Devanagari
character recognition. ANN consist of number of processing units called neurons distributed in three layers
namely input, hidden and output that communicate with one another over a large number of weighted
connections. Such a network can be trained using sample training data and then the trained network is used to
predict the class of unknown test sample. Each output layer neurons corresponds to each class.
Seong- Whan Lee et al [9] have used Multilayer cluster neural network (MCNN) as classifier for
recognizing handwritten numerals. In MCNN the units in each layer are clustered and each cluster is fully
connected to a corresponding cluster in following layer independently. The advantage of MCNN is that it
converges in fewer iteration as compared to fully connected multilayer neural network because each sub
network of MCNN start from different initial state and learn with different multiresolution feature. Based on the
concept of MCNN, Suzete E. N. Correia et al. [3] used three layer cluster neural network for training and
classification.
In [18] D K Patel used Euclidean Distance Metric in combination with artificial neural network for
classification. For each unknown input pattern vector, distances to the mean vectors which characterize each
pattern class are computed by EDM. Minimum distance determines the class membership of input pattern
vector. In case of misclassification, the learning rule through ANN improves the recognition accuracy. G Raju
et al, used feed forward neural network for classification in his work mentioned in [19]. Based on the survey
conducted by Oivind Due Trier et al [16] Multilayer feed forward neural network have been used extensively in
optical character recognition.
Probabilistic Neural Network (PNN) is a form of radial basis function network that can be used as a
solution of pattern classification problem. To prepare a PNN classifier for pattern classification, some training is
required for the estimation of probability density function associated with classes. For PNN, training process is
faster than other neural network model such as back propagation and it is also guaranteed to converge to an
optimal direction as the size of the representative training set increases. In [1] B V Dhandra et al. have adopted
PNN as a classifier in his work for recognizing Kannada, Telugu, and Devanagari numerals.
ii) K- Nearest Neighbor Classifier (KNN)
KNN is an instance based classification algorithm where the objects are classified on the basis of
closest training examples in the feature space. Here, a test sample is assigned a same class label as that of the
majority of its K- nearest neighbors. The performance of KNN classifier depends on the proper choice of K and
the distance metric used to measure the neighbors distances.
For Kannada character recognition B V Dhandra et al[1] have used KNN as classifier. In [15] Sreeraj
M et al. have used KNN classifier where DTW (Dynamic Time Warping) is used as a distance metric in order
to enhance recognition rate. As per Jasbir Singh et al [17] KNN is simplest of all classifier for predicting the
class of the test sample.
iii) Support Vector Machine (SVM)
SVMs are a group of supervised learning methods, the goal of which is to produce a model that
predicts the target value of the test data given only the test data attributes. The standard SVM classifier takes
the set of input data and predicts to classify them in one of the only two distinct classes. SVM classifier is
trained by a given set of training data and a model is prepared to classify test data based on the trained data. In
SVM, training and classification are performed using kernel function. An SVM is a binary classifier with
discriminant function being the weighted combination of kernel functions over all training samples. The
samples of non-zero weights after learning are called support vectors which are stored and used in classification.
For recognizing Devanagari characters Rajneesh Rani et al [13] have used SVM classifier by taking
gradient based feature as its input. In [10] I K Pathan have also used SVM for training purpose based on
moment invariant features of Urdu characters. As per the comparative analysis by Jasbir Singh et al [17] on
Devanagari characters, SVM is a very useful technique for data classification as compared to ANN and KNN.
Comparison between the various literatures that is mentioned in this section is summarized in the
following table1.
A Comprehensive Study On Handwritten Character Recognition System
DOI: 10.9790/0661-17240107 www.iosrjournals.org 6 | Page
Table 1: Comparison of Various Techniques in HCR
III. Conclusion
In this paper comparative study of various phases in character recognition has been carried out. From
this literature review, Wavelet transform based features provides maximum classification accuracy compared to
other methods. It can be concluded that selection of relevant feature extraction and classification techniques
plays an important role in performance of CR system. The accurate recognition directly depends on the nature
of the material to be read and its quality. A lot can be improved in each of the phases of character recognition
system because each step contributes directly to accuracy of system.
References
[1]. B.V. Dhandra, Shashikala Parameshwarapa and Gururaj Mukarambi, Kannada Handwritten Vowels Recognition based on
Normalized Chain Code and Wavelet Filters, International Journal of Computer Applications Recent Advances in Information
Technology, NCRAIT - November 4, 2014, 21-24.
[2]. Kanika Bansal and Rajiv Kumar, K Algorithm:-A Modified Technique For Noise Removal In Handwritten Documents,
International Journal of Information Sciences & Techniques, Vol. 3 Issue 3, May 2013.
[3]. Suzete E. N. Correia and Joao M de Carvalho, Optimizing the Recognition Rates of Unconstrained Handwritten Numerals Using
Biorthogonal Spline Wavelets, Pattern Recognition, 15th International Conference on Barcelona, Published by IEEE, vol.2, 2000,
251-254.
[4]. Ntogas Nikolaos and Ventzas Dimitrios, A Binarization Algorithm For Historical Manuscripts, 12th WSEAS International
Conference on Communications, Heraklion, Greece, July 23-25, 2008, 41-51.
A Comprehensive Study On Handwritten Character Recognition System
DOI: 10.9790/0661-17240107 www.iosrjournals.org 7 | Page
[5]. Xian Zhao, Ping Xiao, Wavelet-Based The Character Recognition In MAP, International Conference on Integrated System for
Spatial Data Production Commission II, Volume XXXIV, PART 2, Aug.20-23, 2002, 605-608.
[6]. Diego Romero, Ana Ruedin and Leticia Seijas, Wavelet-based Feature Extraction for Handwritten Numerals, Image Analysis and
Processing ICIAP, Volume 5716, 2009, 374-383.
[7]. George S Kapogiannopoulos and Manos Papadakis, Character recognition using a biorthogonal discrete wavelet transform, Wavelet
Applications in Signal and Image Processing IV, Department of Informatics University of Athens, Hellas (Greece), Conference
Volume 2825, October 23, 1996, 384-394.
[8]. Joohyun Lim, Youngouk Kim and Joonki Paik, Comparative Analysis of Wavelet-Based Scale-Invariant Feature Extraction Using
Different Wavelet Bases, International Journal of Signal Processing, Image Processing and Pattern Recognition Communications in
Computer and Information Science Volume 61, 2009, 297-303.
[9]. Seong-Whan Lee and Young- Joon Kim, Multiresolution Recognition of Handwritten Numerals with Wavelet Transform and
Multilayer Cluster Neural Network, Document Analysis and Recognition, Proceedings of the Third International Conference on
Montreal, Published by IEEE. Vol.2, Aug 1995, 1010-1013.
[10]. Imaran Khan Pathan, Abdulbari Ahmed Bari Ahmed Ali, Ramteke R.J., Recognition of offline handwritten isolated Urdu character
International Journal on Advances in Computational Research, Vol. 4, Issue 1, 2012, pp. 117-121.
[11]. V.Karthikeyan, Hilditch’s Algorithm Based Tamil Character Recognition, International Journal of Computer Science and
Engineering Technology (IJCSET) Vol. 4, No. 03, Mar 2013, 268-273.
[12]. Ming-Kuei Hu, Visual Pattern Recognition by Moment Invariants, IRE Transactions On Information Theory, Volume:8 , issue 2
Feb 1962. 179-187.
[13]. Ashutosh Aggarwal, Rajneesh Rani, RenuDhir, Handwritten Devanagari Character Recognition Using Gradient Features,
International Journal of Advanced Research in Computer Science and Software Engineering, Volume 2, Issue 5, May 2012, 85-90.
[14]. Morteza Zahedia, Saeideh Eslamia, Farsi/Arabic Optical Font Recognition Using SIFT Features, World Conference on Information
Technology Procedia Computer Science, Vol. 3, 2011, 1055-1059.
[15]. Sreeraj.M and Sumam Mary Idicula, An Online Character Recognition System to Convert Grantha Script to Malayalam, Article
Published in International Journal of Advanced Computer Science and Applications(IJACSA), Volume 3, Issue 7, 2012, 67-72.
[16]. Oivind Due Trier, Anil K Jain and Torfinn Taxt, “Feature Extraction Methods For Character Recognition-A Survey”, Pattern
Recognition, Volume 29, April 1996, Pages 641-662.
[17]. Jasbir Singh and Gurpreet Singh Lehal, Comparative Performance Analysis of Feature(S)- Classifier Combination for Devanagari
Optical Character Recognition System, International Journal of Advanced Computer Science and Applications (ijacsa), Volume 5,
Issue 6, 2014, 37-42.
[18]. D K Patel, T Som and M K Singh, Improving the Recognition of Handwritten Characters using Neural Network through
Multiresolution Technique and Euclidean Distance Metric, International Journal of Computer Application vol.45, no.6, May 2012,
38-50.
[19]. G. Raju and K. Revathy, Wavepackets in the Recognition of Isolated Handwritten Characters, World Congress on Engineering,
Volume 2, July 2-4, 2007.
[20]. Mansi Shah and Gordhan B Jethava, A Literature Review On Hand Written Character Recognition, Indian Streams Research
Journal, Vol -3, March 2013, 1-19.
[21]. Nafiz Arica and Fatos T Yarman-Vural, An Overview of Character Recognition Focused on Off-Line Handwriting, Applications
and IEEE Transactions on Systems, Man, and Cybernetics, Part C, Volume: 31, Issue: 2, May 2001, 216-233.
[22]. Rohit Verma and Jahid Ali, A Comparative Study of Various Types of Image Noise and Efficient Noise Removal Techniques,
International Journal of Advanced Research in Computer Science and Software Engineering, Volume 3, Issue 10, October 2013,
617-622.
[23]. Aini Najwa Azmi,Dewi Nasien and Siti Mariyam Shamsuddin, A review on handwritten character and numeral recognition for
Roman, Arabic, Chinese and Indian scripts, 20th International Conference on Pattern Recognition, ICPR , 2010.
[24]. R C Gonzalez and R E Wood, Digital Image Processing, Addison-Wesley, New York, 1992.

More Related Content

What's hot

Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...Vikas Dongre
 
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
 
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterArtificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterIOSR Journals
 
Devanagari Character Recognition
Devanagari Character RecognitionDevanagari Character Recognition
Devanagari Character RecognitionPulkit Goyal
 
Handwritten character recognition in
Handwritten character recognition inHandwritten character recognition in
Handwritten character recognition inijaia
 
Design and Description of Feature Extraction Algorithm for Old English Font
Design and Description of Feature Extraction Algorithm for Old English FontDesign and Description of Feature Extraction Algorithm for Old English Font
Design and Description of Feature Extraction Algorithm for Old English FontIRJET Journal
 
A Survey of Modern Character Recognition Techniques
A Survey of Modern Character Recognition TechniquesA Survey of Modern Character Recognition Techniques
A Survey of Modern Character Recognition Techniquesijsrd.com
 
­­­­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
 
PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE ...
PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE ...PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE ...
PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE ...IJCSEA Journal
 
Representation and recognition of handwirten digits using deformable templates
Representation and recognition of handwirten digits using deformable templatesRepresentation and recognition of handwirten digits using deformable templates
Representation and recognition of handwirten digits using deformable templatesAhmed Abd-Elwasaa
 
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHDEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHijcseit
 
An effective approach to offline arabic handwriting recognition
An effective approach to offline arabic handwriting recognitionAn effective approach to offline arabic handwriting recognition
An effective approach to offline arabic handwriting recognitionijaia
 
OPTICAL BRAILLE TRANSLATOR FOR SINHALA BRAILLE SYSTEM: PAPER COMMUNICATION TO...
OPTICAL BRAILLE TRANSLATOR FOR SINHALA BRAILLE SYSTEM: PAPER COMMUNICATION TO...OPTICAL BRAILLE TRANSLATOR FOR SINHALA BRAILLE SYSTEM: PAPER COMMUNICATION TO...
OPTICAL BRAILLE TRANSLATOR FOR SINHALA BRAILLE SYSTEM: PAPER COMMUNICATION TO...ijma
 
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
 
DEVNAGARI NUMERALS CLASSIFICATION AND RECOGNITION USING AN INTEGRATED APPROACH
DEVNAGARI NUMERALS CLASSIFICATION AND RECOGNITION USING AN INTEGRATED APPROACHDEVNAGARI NUMERALS CLASSIFICATION AND RECOGNITION USING AN INTEGRATED APPROACH
DEVNAGARI NUMERALS CLASSIFICATION AND RECOGNITION USING AN INTEGRATED APPROACHijfcstjournal
 
Two Methods for Recognition of Hand Written Farsi Characters
Two Methods for Recognition of Hand Written Farsi CharactersTwo Methods for Recognition of Hand Written Farsi Characters
Two Methods for Recognition of Hand Written Farsi CharactersCSCJournals
 
Successive Geometric Center Based Dynamic Signature Recognition
Successive Geometric Center Based Dynamic Signature RecognitionSuccessive Geometric Center Based Dynamic Signature Recognition
Successive Geometric Center Based Dynamic Signature RecognitionDr. Vinayak Bharadi
 

What's hot (19)

Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...
 
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
 
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterArtificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
 
Devanagari Character Recognition
Devanagari Character RecognitionDevanagari Character Recognition
Devanagari Character Recognition
 
Handwritten character recognition in
Handwritten character recognition inHandwritten character recognition in
Handwritten character recognition in
 
Design and Description of Feature Extraction Algorithm for Old English Font
Design and Description of Feature Extraction Algorithm for Old English FontDesign and Description of Feature Extraction Algorithm for Old English Font
Design and Description of Feature Extraction Algorithm for Old English Font
 
A Survey of Modern Character Recognition Techniques
A Survey of Modern Character Recognition TechniquesA Survey of Modern Character Recognition Techniques
A Survey of Modern Character Recognition Techniques
 
Text Detection and Recognition
Text Detection and RecognitionText Detection and Recognition
Text Detection and Recognition
 
­­­­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...
 
PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE ...
PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE ...PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE ...
PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE ...
 
Representation and recognition of handwirten digits using deformable templates
Representation and recognition of handwirten digits using deformable templatesRepresentation and recognition of handwirten digits using deformable templates
Representation and recognition of handwirten digits using deformable templates
 
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHDEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
 
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
 
An effective approach to offline arabic handwriting recognition
An effective approach to offline arabic handwriting recognitionAn effective approach to offline arabic handwriting recognition
An effective approach to offline arabic handwriting recognition
 
OPTICAL BRAILLE TRANSLATOR FOR SINHALA BRAILLE SYSTEM: PAPER COMMUNICATION TO...
OPTICAL BRAILLE TRANSLATOR FOR SINHALA BRAILLE SYSTEM: PAPER COMMUNICATION TO...OPTICAL BRAILLE TRANSLATOR FOR SINHALA BRAILLE SYSTEM: PAPER COMMUNICATION TO...
OPTICAL BRAILLE TRANSLATOR FOR SINHALA BRAILLE SYSTEM: PAPER COMMUNICATION TO...
 
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
 
DEVNAGARI NUMERALS CLASSIFICATION AND RECOGNITION USING AN INTEGRATED APPROACH
DEVNAGARI NUMERALS CLASSIFICATION AND RECOGNITION USING AN INTEGRATED APPROACHDEVNAGARI NUMERALS CLASSIFICATION AND RECOGNITION USING AN INTEGRATED APPROACH
DEVNAGARI NUMERALS CLASSIFICATION AND RECOGNITION USING AN INTEGRATED APPROACH
 
Two Methods for Recognition of Hand Written Farsi Characters
Two Methods for Recognition of Hand Written Farsi CharactersTwo Methods for Recognition of Hand Written Farsi Characters
Two Methods for Recognition of Hand Written Farsi Characters
 
Successive Geometric Center Based Dynamic Signature Recognition
Successive Geometric Center Based Dynamic Signature RecognitionSuccessive Geometric Center Based Dynamic Signature Recognition
Successive Geometric Center Based Dynamic Signature Recognition
 

Viewers also liked (20)

E1803053238
E1803053238E1803053238
E1803053238
 
A010320106
A010320106A010320106
A010320106
 
C012421626
C012421626C012421626
C012421626
 
B0740410
B0740410B0740410
B0740410
 
E0562326
E0562326E0562326
E0562326
 
F010244149
F010244149F010244149
F010244149
 
C1103041623
C1103041623C1103041623
C1103041623
 
ECE610 IEEE
ECE610 IEEEECE610 IEEE
ECE610 IEEE
 
H1802025259
H1802025259H1802025259
H1802025259
 
J1803036367
J1803036367J1803036367
J1803036367
 
K018217680
K018217680K018217680
K018217680
 
H010136066
H010136066H010136066
H010136066
 
C017130912
C017130912C017130912
C017130912
 
H010526975
H010526975H010526975
H010526975
 
B010410411
B010410411B010410411
B010410411
 
R01754129132
R01754129132R01754129132
R01754129132
 
B011120510
B011120510B011120510
B011120510
 
L1303077783
L1303077783L1303077783
L1303077783
 
J1103046570
J1103046570J1103046570
J1103046570
 
Intelligent Fault Identification System for Transmission Lines Using Artifici...
Intelligent Fault Identification System for Transmission Lines Using Artifici...Intelligent Fault Identification System for Transmission Lines Using Artifici...
Intelligent Fault Identification System for Transmission Lines Using Artifici...
 

Similar to A017240107

Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)IJERA Editor
 
Optical Character Recognition from Text Image
Optical Character Recognition from Text ImageOptical Character Recognition from Text Image
Optical Character Recognition from Text ImageEditor IJCATR
 
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...acijjournal
 
A Novel Approach to Recognize Handwritten Gujarati Digits.pdf
A Novel Approach to Recognize Handwritten Gujarati Digits.pdfA Novel Approach to Recognize Handwritten Gujarati Digits.pdf
A Novel Approach to Recognize Handwritten Gujarati Digits.pdfSamantha Martinez
 
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionComparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionIOSR Journals
 
Character recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralCharacter recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralIAEME Publication
 
Character recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralCharacter recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralIAEME Publication
 
An exhaustive font and size invariant classification scheme for ocr of devana...
An exhaustive font and size invariant classification scheme for ocr of devana...An exhaustive font and size invariant classification scheme for ocr of devana...
An exhaustive font and size invariant classification scheme for ocr of devana...ijnlc
 
Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...ijfcstjournal
 
Feature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual AnalysisFeature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual Analysisvivatechijri
 
Handwritten_Recognition_A_survey.pdf
Handwritten_Recognition_A_survey.pdfHandwritten_Recognition_A_survey.pdf
Handwritten_Recognition_A_survey.pdfArunSharma412709
 

Similar to A017240107 (20)

I017256165
I017256165I017256165
I017256165
 
L017248388
L017248388L017248388
L017248388
 
L017116064
L017116064L017116064
L017116064
 
O45018291
O45018291O45018291
O45018291
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)
 
Optical Character Recognition from Text Image
Optical Character Recognition from Text ImageOptical Character Recognition from Text Image
Optical Character Recognition from Text Image
 
E123440
E123440E123440
E123440
 
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
 
A Novel Approach to Recognize Handwritten Gujarati Digits.pdf
A Novel Approach to Recognize Handwritten Gujarati Digits.pdfA Novel Approach to Recognize Handwritten Gujarati Digits.pdf
A Novel Approach to Recognize Handwritten Gujarati Digits.pdf
 
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionComparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
 
Character recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralCharacter recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neural
 
Character recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralCharacter recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neural
 
Isolated Kannada Character Recognition using Chain Code Features
Isolated Kannada Character Recognition using Chain Code FeaturesIsolated Kannada Character Recognition using Chain Code Features
Isolated Kannada Character Recognition using Chain Code Features
 
40120140501009
4012014050100940120140501009
40120140501009
 
An exhaustive font and size invariant classification scheme for ocr of devana...
An exhaustive font and size invariant classification scheme for ocr of devana...An exhaustive font and size invariant classification scheme for ocr of devana...
An exhaustive font and size invariant classification scheme for ocr of devana...
 
Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...
 
Feature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual AnalysisFeature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual Analysis
 
C010221930
C010221930C010221930
C010221930
 
Assignment-1-NF.docx
Assignment-1-NF.docxAssignment-1-NF.docx
Assignment-1-NF.docx
 
Handwritten_Recognition_A_survey.pdf
Handwritten_Recognition_A_survey.pdfHandwritten_Recognition_A_survey.pdf
Handwritten_Recognition_A_survey.pdf
 

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

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"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
 
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
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"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...
 
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
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

A017240107

  • 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 01-07 www.iosrjournals.org DOI: 10.9790/0661-17240107 www.iosrjournals.org 1 | Page A Comprehensive Study On Handwritten Character Recognition System Renjini L 1 , Rubeena B2 1.2 (Computer science & Engineering, College of Engineering Karunagappally/ Cusat, India) Abstract: Nowadays handwritten character recognition is still remain an open problem because of the variability in writing style. Conversion of handwritten characters is important for making manuscripts into machine recognizable form so that it can be easily accessed and preserved. Many researchers have worked in the area of handwriting recognition and numerous techniques and models have been developed to recognize handwritten text. The study investigates that in any character recognition system there exist three major stages such as Preprocessing, Feature Extraction and Classification. This paper provides a comprehensive review of existing works in offline handwritten character recognition. Keywords: Back Propagation, Chain Code, Moment invariants, Probabilistic Neural Network, SIFT, Wavelet, Zoning, I. Introduction Character Recognition (CR) is one of the most successful applications in the areas of pattern recognition and artificial intelligence. It is the process of detecting and recognizing characters from input image and converts it into machine recognizable form. Handwritten Character Recognition (HCR) is useful in cheque processing in banks, almost all kind of form processing systems, handwritten postal address resolution and many more. One of the main advantages of the CR process is that it can save both time and effort when developing a digital replica of the document. CR process can be classified in to two categories namely Off-line CR and On-line CR as shown in Fig1. Fig 1.Character Recognition The Off-line Handwritten Character Recognition focuses on recognizing character or words that had been recorded earlier in the form of scanned image of document. In case of On-line Handwritten Character Recognition, the process of recognition is performed at the time of writing itself through the successive points of strokes by the writers in a fraction of time. Although Off-line and on-line CR techniques have different approaches, they share a lot of common problems and solutions. Off-line CR is relatively more complex and requires more research compared to on- line CR because of variability on size and writing style of handwritten characters by different individual at different times. The character recognition system consists of three major stages as shown in Fig2:
  • 2. A Comprehensive Study On Handwritten Character Recognition System DOI: 10.9790/0661-17240107 www.iosrjournals.org 2 | Page 1) Preprocessing: It improves the image data by removing unwanted noise or enhances some image features important for further processing. 2) Feature extraction: Features define the behavior of region of interest in an image. In this stage various techniques are applied to get features that will be useful in classification and recognition of character images. 3) Classification: The features extracted from the above phase are given as input to the trained classifier like Artificial Neural Network (ANN), K- Nearest Neighbor (KNN), and Support Vector Machine (SVM). Classifier compares input features with stored pattern and find out best matching class of input. Fig 2. Block Diagram of Character Recognition This paper is arranged to focus on Off-line CR methodologies with respect to these three stages of CR systems. II. Literature Review A number of researches have been proposed over the years for character recognition. This section highlights the methods under each of the three phases of character recognition and thus provides an overview of various literatures based on character recognition. Before moving on to the first stage of character recognition system, character image can be acquired by online or offline mode. In offline mode handwritten character are acquired by scanning the documents or capturing photographs of documents. A. Preprocessing The process of extracting text from the document is called preprocessing. The accuracy of text recognized by means of OCR depends on the factors such as scanner quality, scan resolution, paper quality, fonts used, linguistic complexities and so on. The problems that may occur due to these factors can be solved by using preprocessing techniques. It enhances character image preparing it for later stages and its objectives are noise reduction, data normalization and compression of information to be retained. An OCR system can be made more robust by applying some of the effective preprocessing techniques such as image enhancement techniques, binarization, noise reduction techniques, skew detection and correction, character segmentation, image normalization and morphological processing. B.V. Dhandra et al. [1] have performed series of operations like binarization, filtering and morphological operations as part of preprocessing for recognizing Kannada handwritten vowels. Here gray scale image is binarised using Otsu’s global thresholding and median filter is applied for removing noise due to erratic hand movements and digitization inaccuracies. After this, morphological operations are performed for removing isolated locations and spikes around the end of the vowels. Even if median filter overcomes the limitations of the linear filters it may cause removal of corners and threads, blurring of texts in the documents. In order to overcome these limitations Kanika Bansal et al. [2] proposed an algorithm named K-algorithm, which is the combination of filtering and binarization. For reducing within- class variation of shape of unconstrained handwritten numerals, Suzete E. N. Correia et al.[3] have used slant and size normalization as preprocessing methods. Ntogas Nikolaos et al.[4] proposed four Binarization methods such as Otsu’s, Niblack, Sauvola’s and Bernsen’s for discriminating degraded and very poor quality gray scale Byzantine manuscript from the background based on pure thresholding and filtering. As per his work Otsu’s provide better result as
  • 3. A Comprehensive Study On Handwritten Character Recognition System DOI: 10.9790/0661-17240107 www.iosrjournals.org 3 | Page compared to other three methods. In [5] Xiang Zhao et.al used morphological operations (thinning, skeletonization etc.) for recognizing characters from map. B. Feature Extraction In this phase, features of individual character are extracted. The performance of any character recognition system depends on the features that are extracted. The extracted features of input character should allow its classification in a unique way. Feature Extraction serves two purposes, one is to extract properties that can identify a character uniquely. Second is to extract properties that can differentiate between similar characters. This phase of character recognition system is very problem dependent. Good features are those whose values are similar for objects belonging to the same category and distinct for objects in different categories. Selection of an appropriate feature extraction method is the most important factor in achieving high recognition performance. In feature extraction stage each character is represented as a feature vector, which becomes its identity. The major goal of feature extraction is to extract a set of features which maximizes the recognition rate with the least amount of elements. Therefore, better features that are able to recognize characters distinctively must be extracted. Different feature extraction methods are Global Transformation and Series Expansion, Statistical Representation, Geometrical and Topological Representation. i) Global Transformation and Series Expansion The linear combination of a sequence of simpler functions provides a compact representation of continuous signal known as transformation and series expansion. Global transformation features are calculated by converting image in frequency domain like Discrete Fourier Transformation (DFT), Discrete Cosine Transformation (DCT), Discrete Wavelet Transformation (DWT), Walsh- Hadamard Transformation etc. Some related methods used in CR field are Fourier transform, Wavelets, Moments and Gabor transform. Wavelet transformation is a mathematical technique that decomposes the signal into series of small basis function called wavelets. It allows the multiresolution analysis of image and is well localized in both time and frequency domain. As a result of wavelet transformation the image is decomposed into low frequency and high frequency components. The information content of these sub images that corresponds to Horizontal, Vertical and Diagonal directions implies unique feature of an image. Moreover it is efficient than Fourier transform which faces the resolution problem and localized in frequency domain only. B. V. Dhandra et al [1] developed an algorithm for extracting features from Kannada characters. In this algorithm, two level forward wavelet packet transform is applied to the character image using db4 filter. Then count the number of zero crossings, the position of sharp variation points in an image, out of the resulting sub bands and this number is taken as a feature vector. By using this concept of zero crossings of discrete dyadic wavelet transform, Xian Zhao et al [5] have recognized character in scanning map and it is considered as the primary investigation in this field. Diego Romero et al [6] applied different continuous wavelet transforms to handwritten numerals to extract multiscale features such as orientation, gradient and curvature. George S Kapogiannopoulous et al [7] applied biorthogonal discrete wavelet transform to decompose the curvature function which characterizes the contour of the handwritten character image. Wavelet representation of curvature function has the advantages that variations in the shape of the curve will cause only minor changes in the wavelet representation. In [8] Joohun Lim et al. have presented a comparative analysis of scale invariant feature extraction using different wavelet bases. This paper shows that Gabor wavelet basis function extracts image features more efficiently than Haar, Daubechies basis function in wavelet bases. Gabor wavelet means Gaussian enveloped orthogonal basis function and it uses five different scales and eight orientations. In [9] Lee et al. have extracted features using Haar orthogonal wavelet at one resolution level. When Suzete E. N. Correia et al [3] used Cohen- Daubechies- Feauveau (CDF) family of bi- orthogonal spline wavelets as feature extractor he finds that the recognition rate obtained with CDF 3/7 is superior to that of Haar wavelet. The Cohen- Daubechies- Feauveau (CDF) family of bi- orthogonal spline wavelets has special properties such as short support and regularity which is useful for off-line recognition of unconstrained handwritten numerals. Wavelet based approaches are becoming increasingly popular in pattern recognition and have recently been applied to character recognition. In wavelet theory, there is a large variety of wavelet bases to choose from. Obviously, the choice of the best wavelet is dependent on the application. Recently, some papers have been published using wavelet transform as a feature extractor for handwritten character recognition because of its multiresolutional analysis property. I K Pathan et al. have proposed an off-line approach for handwritten isolated Urdu characters in their work mentioned in [10]. Authors have used moment invariants (MI) feature to recognize the characters. MI features are well known to be invariant under rotation, translation, scaling and reflection. These features are measure of the pixel distribution around the center of gravity of character and it captures the global character shape information. V Karthikeyan [11] proposed a system for recognizing Tamil characters. In his paper, the
  • 4. A Comprehensive Study On Handwritten Character Recognition System DOI: 10.9790/0661-17240107 www.iosrjournals.org 4 | Page character image skeletonised using Hilditch’s algorithm and features are extracted based on the concept of image moment which is the weighted average of entire pixel intensities. Here four features are extracted from each of the character, the equation of which is derived from Hu’s moment invariants [12]. ii) Statistical Representation Statistical methods are based on the probability theory and hypothesis. Statistical distribution of pixels of an image takes care of variations in writing styles. In this approach, a character image is represented using a set of n features which can be considered as a point in n-dimensional feature space. The main goal of feature selection is to construct linear or non-linear decision boundaries in feature space that correctly separate the character images of different classes. The major statistical features used for character representation are zoning, projection profiles and Crossings and distances. In zoning, the character is divided into several overlapping or non overlapping zones of predefined sizes. Then features such as average pixel density, histogram and sum squared distance are extracted from each of the zones based on the percentage of black pixels present. Gradient features based method is discussed in [13] by Ashutosh et al. where gradient vector is calculated at each pixel by means of sobel operator and then image is divided into different zones. Then strength of gradient is accumulated in eight standard directions in each zone. iii) Geometrical and Topological Representation Characters can be represented by structural features with high tolerance to distortions and style variations. Structural features are based on topological and geometrical properties of the character such as chain code, aspect ratio, cross points, loops, branch points, strokes and their directions, inflection between two points, horizontal curves at top or bottom, etc. Scale Invariant Feature Transform (SIFT) is a structural descriptor which considers the local features of an image. The speciality of the features derived as a result of implementing this algorithm is that they are invariant to image translation, scaling and rotation. SIFT consists of four steps namely Scale space extrema detection, Key point localization, Orientation assignment and Key point descriptor. The output of the fourth step will be highly distinctive that are suitable for the recognition purpose. Zahedia et al used SIFT algorithm in his paper [14] for recognizing the Arabic characters. Here the preprocessed image is passed through SIFT algorithm in order to extract the features. As the first step of this algorithm, the candidate key points are find out. In the next step, the key points that have low contrast and having poor edge localization are eliminated. Then orientation is assigned to each of the localized key points for achieving rotation invariance. In the final step, key point descriptor is created using a set of 16 histograms, aligned in 4x4 grids, each with 8 orientation bins. As a result 128 element feature vector is obtained. Sreeraj M et al [15] presented an approach for on-line grantha character recognition. Here features such as time domain, writing direction and curvature are extracted. In [1] B V Dhandra used the concept of chain code for handwritten Kannada vowel recognition. Chain codes are used to represent the boundary based on 4-connectivity or 8-connectivity of its segments. Then the direction of each segment is coded using a numbering scheme. C. Classification Classification is the process of assigning the data to their corresponding class with respect to similar groups with the aim of discriminating multiple objects from each other within the image. Its goal is to predict the categories of input image using its features. It is carried out on the basis of stored features in the feature space such as structural features, global features etc. Some classification techniques used in character recognition systems are Template Matching, Statistical Techniques, Structural Techniques, Neural Network, and Support Vector Machine. i) Template Matching It is a method for finding areas of an image that match to a template image, the image patch to be compared with the input image. According to Oivind Due Trier et al [16], this method is not well suited for character skeleton because of the lesser chances of input image pixels to coincide with pixels of template skeleton. ii) Neural Network (NN) Neural network develop its information categorization capabilities through learning process from examples known as training samples. After getting feature space from the binary character image, an efficient classifier is used to classify the class of a character. It is one of the commonly used classifier in handwritten character recognition system because of their humanoid qualities such as adapting the changes and learning
  • 5. A Comprehensive Study On Handwritten Character Recognition System DOI: 10.9790/0661-17240107 www.iosrjournals.org 5 | Page from prior experience. Handwritten character recognition can be implemented by using a back propagation neural network that has been trained according to train dataset. That is, neural network recognizers learn from an initial image training set. The trained network then makes the character identifications. One of the most common learning methods used in this training process is called back-propagation (BP). When network is presented with a set of training data the BP algorithm compute the difference between the actual output and desired output and feeding back the error exist in the output and correct the weights and biases that are responsible for the error. Jasbir Singh et al. [17] have used Artificial Neural Network as classifier in his work for Devanagari character recognition. ANN consist of number of processing units called neurons distributed in three layers namely input, hidden and output that communicate with one another over a large number of weighted connections. Such a network can be trained using sample training data and then the trained network is used to predict the class of unknown test sample. Each output layer neurons corresponds to each class. Seong- Whan Lee et al [9] have used Multilayer cluster neural network (MCNN) as classifier for recognizing handwritten numerals. In MCNN the units in each layer are clustered and each cluster is fully connected to a corresponding cluster in following layer independently. The advantage of MCNN is that it converges in fewer iteration as compared to fully connected multilayer neural network because each sub network of MCNN start from different initial state and learn with different multiresolution feature. Based on the concept of MCNN, Suzete E. N. Correia et al. [3] used three layer cluster neural network for training and classification. In [18] D K Patel used Euclidean Distance Metric in combination with artificial neural network for classification. For each unknown input pattern vector, distances to the mean vectors which characterize each pattern class are computed by EDM. Minimum distance determines the class membership of input pattern vector. In case of misclassification, the learning rule through ANN improves the recognition accuracy. G Raju et al, used feed forward neural network for classification in his work mentioned in [19]. Based on the survey conducted by Oivind Due Trier et al [16] Multilayer feed forward neural network have been used extensively in optical character recognition. Probabilistic Neural Network (PNN) is a form of radial basis function network that can be used as a solution of pattern classification problem. To prepare a PNN classifier for pattern classification, some training is required for the estimation of probability density function associated with classes. For PNN, training process is faster than other neural network model such as back propagation and it is also guaranteed to converge to an optimal direction as the size of the representative training set increases. In [1] B V Dhandra et al. have adopted PNN as a classifier in his work for recognizing Kannada, Telugu, and Devanagari numerals. ii) K- Nearest Neighbor Classifier (KNN) KNN is an instance based classification algorithm where the objects are classified on the basis of closest training examples in the feature space. Here, a test sample is assigned a same class label as that of the majority of its K- nearest neighbors. The performance of KNN classifier depends on the proper choice of K and the distance metric used to measure the neighbors distances. For Kannada character recognition B V Dhandra et al[1] have used KNN as classifier. In [15] Sreeraj M et al. have used KNN classifier where DTW (Dynamic Time Warping) is used as a distance metric in order to enhance recognition rate. As per Jasbir Singh et al [17] KNN is simplest of all classifier for predicting the class of the test sample. iii) Support Vector Machine (SVM) SVMs are a group of supervised learning methods, the goal of which is to produce a model that predicts the target value of the test data given only the test data attributes. The standard SVM classifier takes the set of input data and predicts to classify them in one of the only two distinct classes. SVM classifier is trained by a given set of training data and a model is prepared to classify test data based on the trained data. In SVM, training and classification are performed using kernel function. An SVM is a binary classifier with discriminant function being the weighted combination of kernel functions over all training samples. The samples of non-zero weights after learning are called support vectors which are stored and used in classification. For recognizing Devanagari characters Rajneesh Rani et al [13] have used SVM classifier by taking gradient based feature as its input. In [10] I K Pathan have also used SVM for training purpose based on moment invariant features of Urdu characters. As per the comparative analysis by Jasbir Singh et al [17] on Devanagari characters, SVM is a very useful technique for data classification as compared to ANN and KNN. Comparison between the various literatures that is mentioned in this section is summarized in the following table1.
  • 6. A Comprehensive Study On Handwritten Character Recognition System DOI: 10.9790/0661-17240107 www.iosrjournals.org 6 | Page Table 1: Comparison of Various Techniques in HCR III. Conclusion In this paper comparative study of various phases in character recognition has been carried out. From this literature review, Wavelet transform based features provides maximum classification accuracy compared to other methods. It can be concluded that selection of relevant feature extraction and classification techniques plays an important role in performance of CR system. The accurate recognition directly depends on the nature of the material to be read and its quality. A lot can be improved in each of the phases of character recognition system because each step contributes directly to accuracy of system. References [1]. B.V. Dhandra, Shashikala Parameshwarapa and Gururaj Mukarambi, Kannada Handwritten Vowels Recognition based on Normalized Chain Code and Wavelet Filters, International Journal of Computer Applications Recent Advances in Information Technology, NCRAIT - November 4, 2014, 21-24. [2]. Kanika Bansal and Rajiv Kumar, K Algorithm:-A Modified Technique For Noise Removal In Handwritten Documents, International Journal of Information Sciences & Techniques, Vol. 3 Issue 3, May 2013. [3]. Suzete E. N. Correia and Joao M de Carvalho, Optimizing the Recognition Rates of Unconstrained Handwritten Numerals Using Biorthogonal Spline Wavelets, Pattern Recognition, 15th International Conference on Barcelona, Published by IEEE, vol.2, 2000, 251-254. [4]. Ntogas Nikolaos and Ventzas Dimitrios, A Binarization Algorithm For Historical Manuscripts, 12th WSEAS International Conference on Communications, Heraklion, Greece, July 23-25, 2008, 41-51.
  • 7. A Comprehensive Study On Handwritten Character Recognition System DOI: 10.9790/0661-17240107 www.iosrjournals.org 7 | Page [5]. Xian Zhao, Ping Xiao, Wavelet-Based The Character Recognition In MAP, International Conference on Integrated System for Spatial Data Production Commission II, Volume XXXIV, PART 2, Aug.20-23, 2002, 605-608. [6]. Diego Romero, Ana Ruedin and Leticia Seijas, Wavelet-based Feature Extraction for Handwritten Numerals, Image Analysis and Processing ICIAP, Volume 5716, 2009, 374-383. [7]. George S Kapogiannopoulos and Manos Papadakis, Character recognition using a biorthogonal discrete wavelet transform, Wavelet Applications in Signal and Image Processing IV, Department of Informatics University of Athens, Hellas (Greece), Conference Volume 2825, October 23, 1996, 384-394. [8]. Joohyun Lim, Youngouk Kim and Joonki Paik, Comparative Analysis of Wavelet-Based Scale-Invariant Feature Extraction Using Different Wavelet Bases, International Journal of Signal Processing, Image Processing and Pattern Recognition Communications in Computer and Information Science Volume 61, 2009, 297-303. [9]. Seong-Whan Lee and Young- Joon Kim, Multiresolution Recognition of Handwritten Numerals with Wavelet Transform and Multilayer Cluster Neural Network, Document Analysis and Recognition, Proceedings of the Third International Conference on Montreal, Published by IEEE. Vol.2, Aug 1995, 1010-1013. [10]. Imaran Khan Pathan, Abdulbari Ahmed Bari Ahmed Ali, Ramteke R.J., Recognition of offline handwritten isolated Urdu character International Journal on Advances in Computational Research, Vol. 4, Issue 1, 2012, pp. 117-121. [11]. V.Karthikeyan, Hilditch’s Algorithm Based Tamil Character Recognition, International Journal of Computer Science and Engineering Technology (IJCSET) Vol. 4, No. 03, Mar 2013, 268-273. [12]. Ming-Kuei Hu, Visual Pattern Recognition by Moment Invariants, IRE Transactions On Information Theory, Volume:8 , issue 2 Feb 1962. 179-187. [13]. Ashutosh Aggarwal, Rajneesh Rani, RenuDhir, Handwritten Devanagari Character Recognition Using Gradient Features, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 2, Issue 5, May 2012, 85-90. [14]. Morteza Zahedia, Saeideh Eslamia, Farsi/Arabic Optical Font Recognition Using SIFT Features, World Conference on Information Technology Procedia Computer Science, Vol. 3, 2011, 1055-1059. [15]. Sreeraj.M and Sumam Mary Idicula, An Online Character Recognition System to Convert Grantha Script to Malayalam, Article Published in International Journal of Advanced Computer Science and Applications(IJACSA), Volume 3, Issue 7, 2012, 67-72. [16]. Oivind Due Trier, Anil K Jain and Torfinn Taxt, “Feature Extraction Methods For Character Recognition-A Survey”, Pattern Recognition, Volume 29, April 1996, Pages 641-662. [17]. Jasbir Singh and Gurpreet Singh Lehal, Comparative Performance Analysis of Feature(S)- Classifier Combination for Devanagari Optical Character Recognition System, International Journal of Advanced Computer Science and Applications (ijacsa), Volume 5, Issue 6, 2014, 37-42. [18]. D K Patel, T Som and M K Singh, Improving the Recognition of Handwritten Characters using Neural Network through Multiresolution Technique and Euclidean Distance Metric, International Journal of Computer Application vol.45, no.6, May 2012, 38-50. [19]. G. Raju and K. Revathy, Wavepackets in the Recognition of Isolated Handwritten Characters, World Congress on Engineering, Volume 2, July 2-4, 2007. [20]. Mansi Shah and Gordhan B Jethava, A Literature Review On Hand Written Character Recognition, Indian Streams Research Journal, Vol -3, March 2013, 1-19. [21]. Nafiz Arica and Fatos T Yarman-Vural, An Overview of Character Recognition Focused on Off-Line Handwriting, Applications and IEEE Transactions on Systems, Man, and Cybernetics, Part C, Volume: 31, Issue: 2, May 2001, 216-233. [22]. Rohit Verma and Jahid Ali, A Comparative Study of Various Types of Image Noise and Efficient Noise Removal Techniques, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 3, Issue 10, October 2013, 617-622. [23]. Aini Najwa Azmi,Dewi Nasien and Siti Mariyam Shamsuddin, A review on handwritten character and numeral recognition for Roman, Arabic, Chinese and Indian scripts, 20th International Conference on Pattern Recognition, ICPR , 2010. [24]. R C Gonzalez and R E Wood, Digital Image Processing, Addison-Wesley, New York, 1992.