SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
International Journal of Research in Engineering and Science (IJRES)
ISSN (Online): 2320-9364, ISSN (Print): 2320-9356
www.ijres.org Volume 1 Issue 2 ǁ June 2013 ǁ PP.34-40
Study of Techniques Used For Devanagari Handwritten
Character Recognition
Gazal Munjal, Ms. Neha Sahu
Student, Computer Science Department ITM University, Gurgaon, Haryana, India
Astt.Professor, Computer Science Department ITM University, Gurgaon, Haryana, India
Abstract- With the recent advances in the computing technology, many recognition tasks have become
automated. Character Recognition maps a matrix of pixels into characters and words. Recently, artificial neural
network theories have shown good capabilities in performing character recognition. In this paper, the
application of neural networks in recognizing characters from a handwritten Devanagari script is explored.
Asimplified neural approach torecognition of handwrittencharacters is portrayed and discussed.
Keywords- character recognition, segmentation, image processing, feature extraction, neural network
I. INTRODUCTION
Optical Character Recognition is a process by which we convert printed or scanned document to ASCII
character that a computer can recognize. Recognition of handwritten character is a challenging problem since
there is a variation in same character due to different font size and different types of noises.
During the last decades, intensive research studies had been made for recognition of handwriting in various
languages like English, Japanese and Arabic characters. Although recognition studies on Indian scripts did not
receive enough attention till recently. In general the major stages in DOCR problem is shown in fig.1.
The sample data is collected in[5] using different devices like Tablet PC, IPaq pocket PC and pen
paper based devices such as Digital Notepad. Pen paper based devices have the advantage that they make data
collection more natural to the writers which has much similarity with our common pen of everyday use.
II. FEATURES OF DEVANAGARI SCRIPT
Devanagari script is the most popular script. It is phonetic in nature and the writing system for this
script maps the sound of the aksharas to specific shapes.
The basic set of aksharas for most languages consist of 13 vowels and about 33 consonants along with 14 vowel
Fig. 1 Stages in Optical Character Recognition
Study of Techniques Used For Devanagari Handwritten Character Recognition
www.ijres.org 35 | Page
extensions. These Vowels and Consonants are called as Basic Characters.
Fig. 2 Set of Vowels
A consonant or vowel following a consonant called as compound character. Compound characters can
be combinations of two or more consonants as well as a consonant and a vowel. There are about 280 compound
characters in Devanagari [9].Hindi has a punctuation sign, the purn-viraam, which is a vertical line that
terminates a sentence.
Fig. 3 Consonants in Devanagari Script
Shirorekha or headline is the horizontal line at the upper part of the characters. In the pattern of
continuous handwriting from left to right, the Shirorekha of one character is attached with the Shirorekha of the
previous or next character of the same word. The words can typically be divided into three strips: top, core, and
bottom, as shown in Fig4. The header line separates the top and core strips and a virtual base line separates the
core and lower strips. The top strip generally contains the top modifiers, and bottom strip contains lower
modifiers.
Fig. 4 Three strips of a word in Devanagari Script
The complexity of a handwritten character recognition system increases mainly because of various
writing styles of different individuals. Most of the errors[9] in such system arise because of the confusion
among the similar shaped characters. In Devanagari there are many similar shaped characters.
From the Fig. 5 it can be seen that shapes of two or more characters of a group are very similar due to
handwritten style of different individual and such shape similarity is the main reason of low recognition rate.
The automatic processing of a document image[7] containing handwritten information can be divided into 3
stages-
3.1Region extraction
3.2Text line, word and character segmentation
3.3Individual character recognition
Study of Techniques Used For Devanagari Handwritten Character Recognition
www.ijres.org 36 | Page
Fig. 5 Similar characters in Devanagari Script
III. RECOGNITION OF HANDWRITTEN DEVANAGARI SCRIPT
There are various approaches which are proposed [7] to recognize handwritten characters and sentences in
Devanagari.
Segmentation-based approach- In this the words are initially segmented into characters and then recognized.
Segmentation-free approach-This approach treats the whole word as single entity and recognizes without
segmentation .
1. PREPROCESSING TECHNIQUES-
Data in a paper document are usually captured by scanning and stored in a file of elements called
pixels. There is a preprocessing technique [4] in which there is use of Digitization, Median Filter and Derivative
Operator.
4.1.1 Text Digitization is done by a Flatbed Scanner having resolution between 100 and 600 dpi. The digitized
images are usually in gray tone.
4.1.2 Median Filter is used to provide excellent noise reduction capability. It replaces the value of pixel by the
median of gray levels in the neighbourhood of that pixels. There are some other processing stages
discussed in[3] which are-
4.1.3 Thresholding- A grayscale or color image is reduced to a binary image.
4.1.4 Noise Reduction- Prior to character recognition, it is necessary to eliminate the imperfections like
disconnected lines, gap of lines, rounding of corners, erosion etc.
4.1.5 Skew Detection and Correction- In this Skewed lines are made horizontal by calculating skew angle and
making proper correction in the raw image.
Fig. 6 Preprocessed images (a) Original, (b) Segmented Image, (c)Shirorekha Removed, (d) Thinned, (e) Image
Edging.
4.1.6 Size Normalization- Each segmented character is normalized to fit within suitable matrix so that all
characters have same data size.
Study of Techniques Used For Devanagari Handwritten Character Recognition
www.ijres.org 37 | Page
4.1.7 Thinning- Thinning is an image preprocessing operation performed to make the image crisper by reducing
the binary-valued image regions to lines that approximate the skeletons of the region.
Fig 7: The process of thinning along with its inputs and outputs
In [2], there are various steps defined in preprocessing shown in fig.8.
4.1.8Binarization process converts a gray scale image into a binary image using global thresholding technique.
In [2]Detection of edges in the binarized image using sobel technique,dilation of the image and filling the holes
present in it are the operations performed in the last two stages to produce the pre-processed image.
In [1], applied some algorithm for preprocessing which are character extraction algorithm, edge detection
algorithm. It works on the pixels of the characters. And then normalization and skew detection is applied on
characters.
1. SEGMENTATION TECHNIQUES-
In the segmentation stage, the pre-processed input image is segmented into isolated characters by
assigning a number to each character using a labeling process [2]. This labeling provides information about
number of characters in the image. Each individual character is uniformly resized for extracting its features.
Fig. 8 Pre-processing stages of Handwritten Character
Study of Techniques Used For Devanagari Handwritten Character Recognition
www.ijres.org 38 | Page
In [4], firstly text blocks are detected, then text lines are detected by horizontal scanning. Then
segmentation of line is done on the entire page to find all the lines. At last words and then individual characters
are segmented. After segmentation, each word is separated individually that makes the recognition easier.
2. FEATURE EXTRACTION METHOD-
The extraction methods which are used to extract and classify the features of the characters.
4.3.1 Feature extraction method-
In [2], each character image of random size is divided into 54 equal zones, each of 10×10 pixels. Then features
are extracted from each zone by moving along the 19 diagonals.
The 19 sub-features are averaged to form a single feature for each zone as shown in fig. 10. In addition 9 and 6
features are obtained by averaging the value of rows and columns.
Fig. 9 Features extracted diagonally
So, in this every character is represented by 69 features.
4.3.2 Point-float feature-
This feature extraction method is described in [5] consider the 5- feature component at point (x,y)-x-value, y-
value, sin(θ) ,cos(θ) normalized in the range
Fig.10 Features of all zones
0-10, status of the pen. In this, θ is the angle between x-axis and the line and status of the pen is either 1
or 0, if the trace terminates at (x,y) then the status is 0 otherwise 1. By this method, it produces a feature vector
of length 300.
These methods improve the recognition rate and reduce the misclassification.
3. RECOGNITION/CLASSIFICATION METHODS-
The decision making part of a recognition system is the classification stage and it uses the features
extracted from the previous stage. There are various methods which are used by different researchers defined
below-
4.4.1 Artificial neural network-
It is the information- processing model. In Neural Network, each node performs some computation and
associated with weight which conveys a signal from one node to another. Learning algorithms are used to
determine the values of the weight at the output. It[1] implements a standard Back- propagation network and
Widrow-Hoff learning rule to the multiple layers of the network. To train a network, input vectors and their
corresponding output vectors are used.
The other method [2] uses the feed forward back propagation neural network having two hidden layers. The no.
of input neurons are determined by the length of the feature vector and the hidden layers use log sigmoid
activation function. At the output layer, the character is to be identified.
Total Input yin= x1w1+x2w2+……..+xnwn
Study of Techniques Used For Devanagari Handwritten Character Recognition
www.ijres.org 39 | Page
iwi
Fig. 11 Artificial Neural Network
OUTPUT y= f(yin) // applying activation
function
where xi= input
wi= weight associated to the input
4.4.2 Multilayer perceptron classification-
Popular neural network used in Handwritten recognition is multilayer perceptron trained by the back
propagation network [5]. In this, one hidden layer consists of large no. of nodes and select random value of
learning rate and momentum factor. The issues of using MLP include selection of architecture and values of
different learning parameters of Back propagation Algorithm.
IV. OBSERVATION
Artificial neural network classification method consistently provide better recognition accuracy as
compared to the other two classifiers in [5] and this is true irrespective of the feature vector and database.
When we use Back-propagation Network [1], accuracy is increased by increasing no. of cycles, no. of hidden
layers, large no. of neurons in hidden layer and increasing the training set.
In devanagari script, there is a challenging problem if the size and shape of devanagari vary. Characters in
devanagari script are joined together using Shirorekha. When people doesn’t use Shirorekha, then it will be
difficult to apply Skew Detection on words of Devanagari.
V. CONCLUSION
The back-propagation neural network discussed in this review paper can also be used for image
recognition applications such as face detection and fingerprint detection but it cannot handle major variations in
translation, rotation or scaling.
Hindi is the national language of India and is world’s third most popular language after English and Chinese.
There is a great scope of research in the area of Devanagari Character Recognition for future research. It is
noted that the errors in recognizing Handwritten Devanagari characters are mainly due to incorrect character
segmentation of touching or broken characters. Because of upper and lower modifiers of Devanagari text, many
portions of two consecutive lines may also overlap and proper segmentation of such overlapped portions are
needed to get higher accuracy.
VI. FUTURE WORK
Future work that can be done on the issues of segmentation ambiguity and character shape variability.
The errors in recognizing Devanagari characters are mainly due to incorrect character segmentation of touching
Study of Techniques Used For Devanagari Handwritten Character Recognition
www.ijres.org 40 | Page
or broken characters. Proper segmentation and the use of dictionary words are needed to reduce the
misclassification and get the higher accuracy.
REFERENCES
[1] Patel Chirag I, Patel Ripal and Palak Patel, ―Handwritten Character Recognition using Neural
Network‖, International Journal of Scientific & EngineeringResearch Volume 2, Issue 5, pp. 1-6, May-
2011.
[2] Pradeep J., Srinivasan E. and S. Himavathi, ―Diagonal Based Feature Extraction For Handwritten
Character Recognition System Using Neural Network‖,ElectronicsComputer Technology (ICECT),
Volume-4, 2011, pp. 364-368, 2011.
[3] DongreVikas J and Vijay H Mankar, ―A Review of Research on Devnagari Character Recognition‖,
International Journal of Computer Applications (0975 –8887) Volume 12– No.2, November 2010.
[4] Singh Raghuraj, Yadav C. S., VermaPrabhat and VibhashYadav, ―Optical Character Recognition
(OCR) for Printed Devnagari Script Using Artificial Neural Network’’,International Journal of
Computer Science & Communication,Vol. 1, No. 1, pp. 91-95, January-June 2010.
[5] Mondal T, Bhattacharya U, Parui S.K nad Das K, ―On-line HandwitingRecgnition of Indian Scripts-
the First Benchmark‖, 12th International Conference on Frontiers in Handwriting Recognition IEEE,
pp. 200-205, 2010.
[6] Arnold Rokus, PothMiklos, ―Character Recognition using Neural Network‖, 11th IEEE International
Symposium on Computational Intelligence and Informatics , 18–20 November, pp. 311-314,
Budapest, Hungary, 2010.
[7] Jayadevan R, Satish R. Kolhe, Pradeep M. Patil, and Pal Umapada, ―Offline Recognition of
Devanagari Script- A Survey‖, IEEE Transactions on systems, man, andcybernetics—part C:
applications and reviews, vol. 41, no.6, November 2011.
[8] Neeraj Pratap1 and Dr. ShwetankArya2 ,‖ A Review of Devnagari Character Recognition from Past to
Future‖, International Journal of Computer Science and Telecommunications Volume 3, Issue 6, June
2012.
[9] Umapada Pal, SukalpaChandaTetsushi Wakabayashi, Fumitaka Kimura ,‖ Accuracy Improvement of
Devnagari Character Recognition Combining SVM and MQDF ‖Proc. 11th ICFHR, 2008.
[10] S. Arora, D. Bhattacharjee, M. Nasipuri , D.K. Basu , M.Kundu, L.Malik,‖study of different features
on Handwritten Devanagari Character‖ Second International Conference onEmerging Trends in
Engineering and Technology, ICETET-09.
[11] Adnan Amin and W. H. Wilson, ―Hand-Printed Character Recognition System Using Artificial Neural
Networks‖, IEEE, JULY 1993.
[12] SandhyaArora, MeghnadSaha, DebotoshBhatcharjee, MitaNasipuri, Latesh Malik, ―A Two Stage
Classification Approach for Handwritten DevanagariCharacters‖,International Conference on
Computational Intelligence and Multimedia Applications, JULY 2007.
[13] Muhammad Sarfraz,, Syed Nazim Nawaz and Abdulaziz Al-Khuraidly,‖ Offline Arabic Text
Recognition system‖, International Conference on Geometric Modeling and Graphics, 2003 IEEE.
[14] ShararehShakooriMoghadamMonfared, Reza Azmi,‖ Recognition of a Subset of Most Common
Persian Words Using Zernike Moments and Back-Propagation Neural Network‖, Third International
Conference on Computational Intelligence, Communication Systems and Networks, November 2011.
[15] Serge Belongie, Jitendra Malik and Jan Puzicha, ―Shape Matching and Object Recognition using Shape
Contexts‖, IEEE Transactions on Pattern Analysis and Machine Intelligence, April 2002.

Weitere ähnliche Inhalte

Was ist angesagt?

Devnagari document segmentation using histogram approach
Devnagari document segmentation using histogram approachDevnagari document segmentation using histogram approach
Devnagari document segmentation using histogram approachVikas Dongre
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)IJERA Editor
 
Fuzzy rule based classification and recognition of handwritten hindi
Fuzzy rule based classification and recognition of handwritten hindiFuzzy rule based classification and recognition of handwritten hindi
Fuzzy rule based classification and recognition of handwritten hindiIAEME Publication
 
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHDEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHijcseit
 
Handwritten character recognition in
Handwritten character recognition inHandwritten character recognition in
Handwritten character recognition inijaia
 
character recognition: Scope and challenges
 character recognition: Scope and challenges character recognition: Scope and challenges
character recognition: Scope and challengesVikas Dongre
 
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
 
offline character recognition for handwritten gujarati text
offline character recognition for handwritten gujarati textoffline character recognition for handwritten gujarati text
offline character recognition for handwritten gujarati textBhumika Patel
 
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
 
Handwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer VersionHandwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer VersionNaiyan Noor
 
A Review on Geometrical Analysis in Character Recognition
A Review on Geometrical Analysis in Character RecognitionA Review on Geometrical Analysis in Character Recognition
A Review on Geometrical Analysis in Character Recognitioniosrjce
 
An Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptAn Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptIJERA Editor
 
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
 
Critical Review on Off-Line Sinhala Handwriting Recognition
Critical Review on Off-Line Sinhala Handwriting RecognitionCritical Review on Off-Line Sinhala Handwriting Recognition
Critical Review on Off-Line Sinhala Handwriting RecognitionAmila Wijayarathna
 
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten DocumentsIRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten DocumentsIRJET Journal
 
Handwritten character recognition using artificial neural network
Handwritten character recognition using artificial neural networkHandwritten character recognition using artificial neural network
Handwritten character recognition using artificial neural networkHarshana Madusanka Jayamaha
 

Was ist angesagt? (18)

Devnagari document segmentation using histogram approach
Devnagari document segmentation using histogram approachDevnagari document segmentation using histogram approach
Devnagari document segmentation using histogram approach
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)
 
Fuzzy rule based classification and recognition of handwritten hindi
Fuzzy rule based classification and recognition of handwritten hindiFuzzy rule based classification and recognition of handwritten hindi
Fuzzy rule based classification and recognition of handwritten hindi
 
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHDEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
 
Handwritten character recognition in
Handwritten character recognition inHandwritten character recognition in
Handwritten character recognition in
 
character recognition: Scope and challenges
 character recognition: Scope and challenges character recognition: Scope and challenges
character recognition: Scope and challenges
 
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
 
offline character recognition for handwritten gujarati text
offline character recognition for handwritten gujarati textoffline character recognition for handwritten gujarati text
offline character recognition for handwritten gujarati text
 
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...
 
Handwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer VersionHandwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer Version
 
A Review on Geometrical Analysis in Character Recognition
A Review on Geometrical Analysis in Character RecognitionA Review on Geometrical Analysis in Character Recognition
A Review on Geometrical Analysis in Character Recognition
 
An Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptAn Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari Script
 
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
 
Critical Review on Off-Line Sinhala Handwriting Recognition
Critical Review on Off-Line Sinhala Handwriting RecognitionCritical Review on Off-Line Sinhala Handwriting Recognition
Critical Review on Off-Line Sinhala Handwriting Recognition
 
Text Detection and Recognition
Text Detection and RecognitionText Detection and Recognition
Text Detection and Recognition
 
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten DocumentsIRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
IRJET - A Survey on Recognition of Strike-Out Texts in Handwritten Documents
 
RECOGNITION AND CONVERSION OF HANDWRITTEN MODI CHARACTERS
RECOGNITION AND CONVERSION OF HANDWRITTEN MODI CHARACTERSRECOGNITION AND CONVERSION OF HANDWRITTEN MODI CHARACTERS
RECOGNITION AND CONVERSION OF HANDWRITTEN MODI CHARACTERS
 
Handwritten character recognition using artificial neural network
Handwritten character recognition using artificial neural networkHandwritten character recognition using artificial neural network
Handwritten character recognition using artificial neural network
 

Andere mochten auch

Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...IJRES Journal
 
Effect of down step on High-Low Tones in Chinese
Effect of down step on High-Low Tones in ChineseEffect of down step on High-Low Tones in Chinese
Effect of down step on High-Low Tones in ChineseIJRES Journal
 
Performance Measurement of Digital Modulation Schemes Using FPGA
Performance Measurement of Digital Modulation Schemes Using FPGAPerformance Measurement of Digital Modulation Schemes Using FPGA
Performance Measurement of Digital Modulation Schemes Using FPGAIJRES Journal
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...IJRES Journal
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityIJRES Journal
 
Modeling and Analysis of peritoneal dialysis piping set
Modeling and Analysis of peritoneal dialysis piping setModeling and Analysis of peritoneal dialysis piping set
Modeling and Analysis of peritoneal dialysis piping setIJRES Journal
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...IJRES Journal
 
Multi resolution defect transformation of the crack under different angles
Multi resolution defect transformation of the crack under different anglesMulti resolution defect transformation of the crack under different angles
Multi resolution defect transformation of the crack under different anglesIJRES Journal
 
Design and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busDesign and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busIJRES Journal
 
Solving the Kinematics of Welding Robot Based on ADAMS
Solving the Kinematics of Welding Robot Based on ADAMSSolving the Kinematics of Welding Robot Based on ADAMS
Solving the Kinematics of Welding Robot Based on ADAMSIJRES Journal
 

Andere mochten auch (19)

C121326
C121326C121326
C121326
 
D122733
D122733D122733
D122733
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
 
D0111720
D0111720D0111720
D0111720
 
Effect of down step on High-Low Tones in Chinese
Effect of down step on High-Low Tones in ChineseEffect of down step on High-Low Tones in Chinese
Effect of down step on High-Low Tones in Chinese
 
A0140110
A0140110A0140110
A0140110
 
Performance Measurement of Digital Modulation Schemes Using FPGA
Performance Measurement of Digital Modulation Schemes Using FPGAPerformance Measurement of Digital Modulation Schemes Using FPGA
Performance Measurement of Digital Modulation Schemes Using FPGA
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
 
Modeling and Analysis of peritoneal dialysis piping set
Modeling and Analysis of peritoneal dialysis piping setModeling and Analysis of peritoneal dialysis piping set
Modeling and Analysis of peritoneal dialysis piping set
 
C0110916
C0110916C0110916
C0110916
 
C132733
C132733C132733
C132733
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
 
F0112635
F0112635F0112635
F0112635
 
Multi resolution defect transformation of the crack under different angles
Multi resolution defect transformation of the crack under different anglesMulti resolution defect transformation of the crack under different angles
Multi resolution defect transformation of the crack under different angles
 
G0113647
G0113647G0113647
G0113647
 
Design and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busDesign and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN bus
 
Solving the Kinematics of Welding Robot Based on ADAMS
Solving the Kinematics of Welding Robot Based on ADAMSSolving the Kinematics of Welding Robot Based on ADAMS
Solving the Kinematics of Welding Robot Based on ADAMS
 
A130115
A130115A130115
A130115
 

Ähnlich wie 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...acijjournal
 
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
 
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTSEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTcscpconf
 
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
 
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...cscpconf
 
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...csandit
 
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
 
Fragmentation of Handwritten Touching Characters in Devanagari Script
Fragmentation of Handwritten Touching Characters in Devanagari ScriptFragmentation of Handwritten Touching Characters in Devanagari Script
Fragmentation of Handwritten Touching Characters in Devanagari ScriptZac Darcy
 
OCR for Gujarati Numeral using Neural Network
OCR for Gujarati Numeral using Neural NetworkOCR for Gujarati Numeral using Neural Network
OCR for Gujarati Numeral using Neural Networkijsrd.com
 
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...ijaia
 
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
 
Optical Character Recognition (OCR) based Retrieval
Optical Character Recognition (OCR) based RetrievalOptical Character Recognition (OCR) based Retrieval
Optical Character Recognition (OCR) based RetrievalBiniam Asnake
 
Ijartes v1-i2-001
Ijartes v1-i2-001Ijartes v1-i2-001
Ijartes v1-i2-001IJARTES
 
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
 
Hand Written Character Recognition Using Neural Networks
Hand Written Character Recognition Using Neural Networks Hand Written Character Recognition Using Neural Networks
Hand Written Character Recognition Using Neural Networks Chiranjeevi Adi
 
Handwritten amazigh-character-recognition-system-for-image-obtained-by-camera...
Handwritten amazigh-character-recognition-system-for-image-obtained-by-camera...Handwritten amazigh-character-recognition-system-for-image-obtained-by-camera...
Handwritten amazigh-character-recognition-system-for-image-obtained-by-camera...Youssef Rachidi
 
Text Extraction System by Eliminating Non-Text Regions
Text Extraction System by Eliminating Non-Text RegionsText Extraction System by Eliminating Non-Text Regions
Text Extraction System by Eliminating Non-Text RegionsIJCSIS Research Publications
 

Ähnlich wie E123440 (20)

L017116064
L017116064L017116064
L017116064
 
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...
 
A017240107
A017240107A017240107
A017240107
 
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
 
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTSEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
 
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
 
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
 
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
 
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...
 
Fragmentation of Handwritten Touching Characters in Devanagari Script
Fragmentation of Handwritten Touching Characters in Devanagari ScriptFragmentation of Handwritten Touching Characters in Devanagari Script
Fragmentation of Handwritten Touching Characters in Devanagari Script
 
I017256165
I017256165I017256165
I017256165
 
OCR for Gujarati Numeral using Neural Network
OCR for Gujarati Numeral using Neural NetworkOCR for Gujarati Numeral using Neural Network
OCR for Gujarati Numeral using Neural Network
 
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
 
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
 
Optical Character Recognition (OCR) based Retrieval
Optical Character Recognition (OCR) based RetrievalOptical Character Recognition (OCR) based Retrieval
Optical Character Recognition (OCR) based Retrieval
 
Ijartes v1-i2-001
Ijartes v1-i2-001Ijartes v1-i2-001
Ijartes v1-i2-001
 
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
 
Hand Written Character Recognition Using Neural Networks
Hand Written Character Recognition Using Neural Networks Hand Written Character Recognition Using Neural Networks
Hand Written Character Recognition Using Neural Networks
 
Handwritten amazigh-character-recognition-system-for-image-obtained-by-camera...
Handwritten amazigh-character-recognition-system-for-image-obtained-by-camera...Handwritten amazigh-character-recognition-system-for-image-obtained-by-camera...
Handwritten amazigh-character-recognition-system-for-image-obtained-by-camera...
 
Text Extraction System by Eliminating Non-Text Regions
Text Extraction System by Eliminating Non-Text RegionsText Extraction System by Eliminating Non-Text Regions
Text Extraction System by Eliminating Non-Text Regions
 

Mehr von IJRES Journal

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...IJRES Journal
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...IJRES Journal
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...IJRES Journal
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesIJRES Journal
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresIJRES Journal
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...IJRES Journal
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodIJRES Journal
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionIJRES Journal
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningIJRES Journal
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchIJRES Journal
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowIJRES Journal
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsIJRES Journal
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalIJRES Journal
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...IJRES Journal
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...IJRES Journal
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesIJRES Journal
 
An understanding of the electronic bipolar resistance switching behavior in C...
An understanding of the electronic bipolar resistance switching behavior in C...An understanding of the electronic bipolar resistance switching behavior in C...
An understanding of the electronic bipolar resistance switching behavior in C...IJRES Journal
 
A fast and effective impulse noise filter
A fast and effective impulse noise filterA fast and effective impulse noise filter
A fast and effective impulse noise filterIJRES Journal
 
Design of the floating-type memristor emulator and its circuit implementation
Design of the floating-type memristor emulator and its circuit implementationDesign of the floating-type memristor emulator and its circuit implementation
Design of the floating-type memristor emulator and its circuit implementationIJRES Journal
 
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...IJRES Journal
 

Mehr von IJRES Journal (20)

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil properties
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their Structures
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible Rod
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and Detection
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioning
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision Workbench
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and Now
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirs
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound Signal
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubes
 
An understanding of the electronic bipolar resistance switching behavior in C...
An understanding of the electronic bipolar resistance switching behavior in C...An understanding of the electronic bipolar resistance switching behavior in C...
An understanding of the electronic bipolar resistance switching behavior in C...
 
A fast and effective impulse noise filter
A fast and effective impulse noise filterA fast and effective impulse noise filter
A fast and effective impulse noise filter
 
Design of the floating-type memristor emulator and its circuit implementation
Design of the floating-type memristor emulator and its circuit implementationDesign of the floating-type memristor emulator and its circuit implementation
Design of the floating-type memristor emulator and its circuit implementation
 
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
 

Kürzlich hochgeladen

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

E123440

  • 1. International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 www.ijres.org Volume 1 Issue 2 ǁ June 2013 ǁ PP.34-40 Study of Techniques Used For Devanagari Handwritten Character Recognition Gazal Munjal, Ms. Neha Sahu Student, Computer Science Department ITM University, Gurgaon, Haryana, India Astt.Professor, Computer Science Department ITM University, Gurgaon, Haryana, India Abstract- With the recent advances in the computing technology, many recognition tasks have become automated. Character Recognition maps a matrix of pixels into characters and words. Recently, artificial neural network theories have shown good capabilities in performing character recognition. In this paper, the application of neural networks in recognizing characters from a handwritten Devanagari script is explored. Asimplified neural approach torecognition of handwrittencharacters is portrayed and discussed. Keywords- character recognition, segmentation, image processing, feature extraction, neural network I. INTRODUCTION Optical Character Recognition is a process by which we convert printed or scanned document to ASCII character that a computer can recognize. Recognition of handwritten character is a challenging problem since there is a variation in same character due to different font size and different types of noises. During the last decades, intensive research studies had been made for recognition of handwriting in various languages like English, Japanese and Arabic characters. Although recognition studies on Indian scripts did not receive enough attention till recently. In general the major stages in DOCR problem is shown in fig.1. The sample data is collected in[5] using different devices like Tablet PC, IPaq pocket PC and pen paper based devices such as Digital Notepad. Pen paper based devices have the advantage that they make data collection more natural to the writers which has much similarity with our common pen of everyday use. II. FEATURES OF DEVANAGARI SCRIPT Devanagari script is the most popular script. It is phonetic in nature and the writing system for this script maps the sound of the aksharas to specific shapes. The basic set of aksharas for most languages consist of 13 vowels and about 33 consonants along with 14 vowel Fig. 1 Stages in Optical Character Recognition
  • 2. Study of Techniques Used For Devanagari Handwritten Character Recognition www.ijres.org 35 | Page extensions. These Vowels and Consonants are called as Basic Characters. Fig. 2 Set of Vowels A consonant or vowel following a consonant called as compound character. Compound characters can be combinations of two or more consonants as well as a consonant and a vowel. There are about 280 compound characters in Devanagari [9].Hindi has a punctuation sign, the purn-viraam, which is a vertical line that terminates a sentence. Fig. 3 Consonants in Devanagari Script Shirorekha or headline is the horizontal line at the upper part of the characters. In the pattern of continuous handwriting from left to right, the Shirorekha of one character is attached with the Shirorekha of the previous or next character of the same word. The words can typically be divided into three strips: top, core, and bottom, as shown in Fig4. The header line separates the top and core strips and a virtual base line separates the core and lower strips. The top strip generally contains the top modifiers, and bottom strip contains lower modifiers. Fig. 4 Three strips of a word in Devanagari Script The complexity of a handwritten character recognition system increases mainly because of various writing styles of different individuals. Most of the errors[9] in such system arise because of the confusion among the similar shaped characters. In Devanagari there are many similar shaped characters. From the Fig. 5 it can be seen that shapes of two or more characters of a group are very similar due to handwritten style of different individual and such shape similarity is the main reason of low recognition rate. The automatic processing of a document image[7] containing handwritten information can be divided into 3 stages- 3.1Region extraction 3.2Text line, word and character segmentation 3.3Individual character recognition
  • 3. Study of Techniques Used For Devanagari Handwritten Character Recognition www.ijres.org 36 | Page Fig. 5 Similar characters in Devanagari Script III. RECOGNITION OF HANDWRITTEN DEVANAGARI SCRIPT There are various approaches which are proposed [7] to recognize handwritten characters and sentences in Devanagari. Segmentation-based approach- In this the words are initially segmented into characters and then recognized. Segmentation-free approach-This approach treats the whole word as single entity and recognizes without segmentation . 1. PREPROCESSING TECHNIQUES- Data in a paper document are usually captured by scanning and stored in a file of elements called pixels. There is a preprocessing technique [4] in which there is use of Digitization, Median Filter and Derivative Operator. 4.1.1 Text Digitization is done by a Flatbed Scanner having resolution between 100 and 600 dpi. The digitized images are usually in gray tone. 4.1.2 Median Filter is used to provide excellent noise reduction capability. It replaces the value of pixel by the median of gray levels in the neighbourhood of that pixels. There are some other processing stages discussed in[3] which are- 4.1.3 Thresholding- A grayscale or color image is reduced to a binary image. 4.1.4 Noise Reduction- Prior to character recognition, it is necessary to eliminate the imperfections like disconnected lines, gap of lines, rounding of corners, erosion etc. 4.1.5 Skew Detection and Correction- In this Skewed lines are made horizontal by calculating skew angle and making proper correction in the raw image. Fig. 6 Preprocessed images (a) Original, (b) Segmented Image, (c)Shirorekha Removed, (d) Thinned, (e) Image Edging. 4.1.6 Size Normalization- Each segmented character is normalized to fit within suitable matrix so that all characters have same data size.
  • 4. Study of Techniques Used For Devanagari Handwritten Character Recognition www.ijres.org 37 | Page 4.1.7 Thinning- Thinning is an image preprocessing operation performed to make the image crisper by reducing the binary-valued image regions to lines that approximate the skeletons of the region. Fig 7: The process of thinning along with its inputs and outputs In [2], there are various steps defined in preprocessing shown in fig.8. 4.1.8Binarization process converts a gray scale image into a binary image using global thresholding technique. In [2]Detection of edges in the binarized image using sobel technique,dilation of the image and filling the holes present in it are the operations performed in the last two stages to produce the pre-processed image. In [1], applied some algorithm for preprocessing which are character extraction algorithm, edge detection algorithm. It works on the pixels of the characters. And then normalization and skew detection is applied on characters. 1. SEGMENTATION TECHNIQUES- In the segmentation stage, the pre-processed input image is segmented into isolated characters by assigning a number to each character using a labeling process [2]. This labeling provides information about number of characters in the image. Each individual character is uniformly resized for extracting its features. Fig. 8 Pre-processing stages of Handwritten Character
  • 5. Study of Techniques Used For Devanagari Handwritten Character Recognition www.ijres.org 38 | Page In [4], firstly text blocks are detected, then text lines are detected by horizontal scanning. Then segmentation of line is done on the entire page to find all the lines. At last words and then individual characters are segmented. After segmentation, each word is separated individually that makes the recognition easier. 2. FEATURE EXTRACTION METHOD- The extraction methods which are used to extract and classify the features of the characters. 4.3.1 Feature extraction method- In [2], each character image of random size is divided into 54 equal zones, each of 10×10 pixels. Then features are extracted from each zone by moving along the 19 diagonals. The 19 sub-features are averaged to form a single feature for each zone as shown in fig. 10. In addition 9 and 6 features are obtained by averaging the value of rows and columns. Fig. 9 Features extracted diagonally So, in this every character is represented by 69 features. 4.3.2 Point-float feature- This feature extraction method is described in [5] consider the 5- feature component at point (x,y)-x-value, y- value, sin(θ) ,cos(θ) normalized in the range Fig.10 Features of all zones 0-10, status of the pen. In this, θ is the angle between x-axis and the line and status of the pen is either 1 or 0, if the trace terminates at (x,y) then the status is 0 otherwise 1. By this method, it produces a feature vector of length 300. These methods improve the recognition rate and reduce the misclassification. 3. RECOGNITION/CLASSIFICATION METHODS- The decision making part of a recognition system is the classification stage and it uses the features extracted from the previous stage. There are various methods which are used by different researchers defined below- 4.4.1 Artificial neural network- It is the information- processing model. In Neural Network, each node performs some computation and associated with weight which conveys a signal from one node to another. Learning algorithms are used to determine the values of the weight at the output. It[1] implements a standard Back- propagation network and Widrow-Hoff learning rule to the multiple layers of the network. To train a network, input vectors and their corresponding output vectors are used. The other method [2] uses the feed forward back propagation neural network having two hidden layers. The no. of input neurons are determined by the length of the feature vector and the hidden layers use log sigmoid activation function. At the output layer, the character is to be identified. Total Input yin= x1w1+x2w2+……..+xnwn
  • 6. Study of Techniques Used For Devanagari Handwritten Character Recognition www.ijres.org 39 | Page iwi Fig. 11 Artificial Neural Network OUTPUT y= f(yin) // applying activation function where xi= input wi= weight associated to the input 4.4.2 Multilayer perceptron classification- Popular neural network used in Handwritten recognition is multilayer perceptron trained by the back propagation network [5]. In this, one hidden layer consists of large no. of nodes and select random value of learning rate and momentum factor. The issues of using MLP include selection of architecture and values of different learning parameters of Back propagation Algorithm. IV. OBSERVATION Artificial neural network classification method consistently provide better recognition accuracy as compared to the other two classifiers in [5] and this is true irrespective of the feature vector and database. When we use Back-propagation Network [1], accuracy is increased by increasing no. of cycles, no. of hidden layers, large no. of neurons in hidden layer and increasing the training set. In devanagari script, there is a challenging problem if the size and shape of devanagari vary. Characters in devanagari script are joined together using Shirorekha. When people doesn’t use Shirorekha, then it will be difficult to apply Skew Detection on words of Devanagari. V. CONCLUSION The back-propagation neural network discussed in this review paper can also be used for image recognition applications such as face detection and fingerprint detection but it cannot handle major variations in translation, rotation or scaling. Hindi is the national language of India and is world’s third most popular language after English and Chinese. There is a great scope of research in the area of Devanagari Character Recognition for future research. It is noted that the errors in recognizing Handwritten Devanagari characters are mainly due to incorrect character segmentation of touching or broken characters. Because of upper and lower modifiers of Devanagari text, many portions of two consecutive lines may also overlap and proper segmentation of such overlapped portions are needed to get higher accuracy. VI. FUTURE WORK Future work that can be done on the issues of segmentation ambiguity and character shape variability. The errors in recognizing Devanagari characters are mainly due to incorrect character segmentation of touching
  • 7. Study of Techniques Used For Devanagari Handwritten Character Recognition www.ijres.org 40 | Page or broken characters. Proper segmentation and the use of dictionary words are needed to reduce the misclassification and get the higher accuracy. REFERENCES [1] Patel Chirag I, Patel Ripal and Palak Patel, ―Handwritten Character Recognition using Neural Network‖, International Journal of Scientific & EngineeringResearch Volume 2, Issue 5, pp. 1-6, May- 2011. [2] Pradeep J., Srinivasan E. and S. Himavathi, ―Diagonal Based Feature Extraction For Handwritten Character Recognition System Using Neural Network‖,ElectronicsComputer Technology (ICECT), Volume-4, 2011, pp. 364-368, 2011. [3] DongreVikas J and Vijay H Mankar, ―A Review of Research on Devnagari Character Recognition‖, International Journal of Computer Applications (0975 –8887) Volume 12– No.2, November 2010. [4] Singh Raghuraj, Yadav C. S., VermaPrabhat and VibhashYadav, ―Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network’’,International Journal of Computer Science & Communication,Vol. 1, No. 1, pp. 91-95, January-June 2010. [5] Mondal T, Bhattacharya U, Parui S.K nad Das K, ―On-line HandwitingRecgnition of Indian Scripts- the First Benchmark‖, 12th International Conference on Frontiers in Handwriting Recognition IEEE, pp. 200-205, 2010. [6] Arnold Rokus, PothMiklos, ―Character Recognition using Neural Network‖, 11th IEEE International Symposium on Computational Intelligence and Informatics , 18–20 November, pp. 311-314, Budapest, Hungary, 2010. [7] Jayadevan R, Satish R. Kolhe, Pradeep M. Patil, and Pal Umapada, ―Offline Recognition of Devanagari Script- A Survey‖, IEEE Transactions on systems, man, andcybernetics—part C: applications and reviews, vol. 41, no.6, November 2011. [8] Neeraj Pratap1 and Dr. ShwetankArya2 ,‖ A Review of Devnagari Character Recognition from Past to Future‖, International Journal of Computer Science and Telecommunications Volume 3, Issue 6, June 2012. [9] Umapada Pal, SukalpaChandaTetsushi Wakabayashi, Fumitaka Kimura ,‖ Accuracy Improvement of Devnagari Character Recognition Combining SVM and MQDF ‖Proc. 11th ICFHR, 2008. [10] S. Arora, D. Bhattacharjee, M. Nasipuri , D.K. Basu , M.Kundu, L.Malik,‖study of different features on Handwritten Devanagari Character‖ Second International Conference onEmerging Trends in Engineering and Technology, ICETET-09. [11] Adnan Amin and W. H. Wilson, ―Hand-Printed Character Recognition System Using Artificial Neural Networks‖, IEEE, JULY 1993. [12] SandhyaArora, MeghnadSaha, DebotoshBhatcharjee, MitaNasipuri, Latesh Malik, ―A Two Stage Classification Approach for Handwritten DevanagariCharacters‖,International Conference on Computational Intelligence and Multimedia Applications, JULY 2007. [13] Muhammad Sarfraz,, Syed Nazim Nawaz and Abdulaziz Al-Khuraidly,‖ Offline Arabic Text Recognition system‖, International Conference on Geometric Modeling and Graphics, 2003 IEEE. [14] ShararehShakooriMoghadamMonfared, Reza Azmi,‖ Recognition of a Subset of Most Common Persian Words Using Zernike Moments and Back-Propagation Neural Network‖, Third International Conference on Computational Intelligence, Communication Systems and Networks, November 2011. [15] Serge Belongie, Jitendra Malik and Jan Puzicha, ―Shape Matching and Object Recognition using Shape Contexts‖, IEEE Transactions on Pattern Analysis and Machine Intelligence, April 2002.