scispace - formally typeset
Proceedings ArticleDOI

A syntactic PR approach to Telugu handwritten character recognition

Reads0
Chats0
TLDR
A character recognition mechanism based on a syntactic PR approach that uses the trie data structure for efficient recognition that considers the approximate matching of the string instead of the exact matching to make the approach robust in the presence of noise.
Abstract
This paper shows a character recognition mechanism based on a syntactic PR approach that uses the trie data structure for efficient recognition It uses approximate matching of the string for classification During the preprocessing an input character image is transformed into a skeletonized image and discrete curves are found using a 3 x 3 pixel region A trie, which we call as a sequence trie is used for a look up approach at a lower level to encode a discrete curve pattern of pixels The sequence of such discrete curves from the input pattern is looked up in the sequence trie The encoding of several such sequence numbers for the thinned character constructs a pattern string Approximate string matching is used to compare the encoded pattern string from a template character with the pattern string obtained from the input character We consider the approximate matching of the string instead of the exact matching to make the approach robust in the presence of noise Another trie data structure (called pattern trie) is used for the efficient storage and retrieval for approximate matching of the string We make use of the trie since it takes O(m) in worst case where m is the length of the longest string in the trie For the approximate string matching we use look ahead with a branch and bound scheme in the trie Here we apply our method on 43 Telugu characters from the basic Telugu characters for demonstration The proposed approach has recognised all the test characters given here correctly, however more extensive testing on realistic data is required

read more

Citations
More filters
Proceedings ArticleDOI

Sinhala Handwritten Character Recognition using Convolutional Neural Network

TL;DR: In this article, the authors used CNN to recognize Sinhala handwritten characters using Google colaboratory platform and python programming language for the implementation part, which achieved an accuracy of 82.33%.
Proceedings ArticleDOI

A Review of AI and ML Applications for Computing Systems

TL;DR: This paper shows how Machine Learning and Artificial Intelligence methods are applied in various domains in computer systems, including those of networks and operating systems.
Proceedings ArticleDOI

A Novel Approach for Optical Character Recognition (OCR) of Handwritten Telugu Alphabets using Convolutional Neural Networks

TL;DR: In this paper, a new technique to identify the handwritten alphabets of Telugu language in the pictures by using a deep convolutional neural network was proposed. But, the accuracy of the proposed system was only 80% - 95% with the proposed model.
Journal ArticleDOI

A Character Recognition Approach using Freeman Chain Code and Approximate String Matching

TL;DR: A syntactic approach for character recognition using approximate string matching and chain coding of characters and when performed for noiseless character that is printed character it successfully recognize all characters.
References
More filters
Journal ArticleDOI

The String-to-String Correction Problem

TL;DR: An algorithm is presented which solves the string-to-string correction problem in time proportional to the product of the lengths of the two strings.
Journal ArticleDOI

Algorithms for approximate string matching

TL;DR: An improved algorithm that works in time and in space O and algorithms that can be used in conjunction with extended edit operation sets, including, for example, transposition of adjacent characters.
Journal ArticleDOI

Indian script character recognition: a survey

TL;DR: A review of the OCR work done on Indian language scripts and the scope of future work and further steps needed for Indian script OCR development is presented.
Journal ArticleDOI

A handwritten character recognition system using directional element feature and asymmetric Mahalanobis distance

TL;DR: A precise system for handwritten Chinese and Japanese character recognition using transformation based on partial inclination detection (TPID) and city block distance with deviation and asymmetric Mahalanobis distance (AMD) are presented.
Proceedings ArticleDOI

Handwritten character recognition using gradient feature and quadratic classifier with multiple discrimination schemes

TL;DR: Several state-of-the-art techniques of handwritten character recognition on this baseline system to improve the recognition accuracy are applied and lead to improvement on the character recognition rate.