CFP last date
20 May 2024
Reseach Article

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

by Samit Kumar Pradhan, Sujoy Sarker, Suresh Kumar Das
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 84 - Number 11
Year of Publication: 2013
Authors: Samit Kumar Pradhan, Sujoy Sarker, Suresh Kumar Das
10.5120/14623-2961

Samit Kumar Pradhan, Sujoy Sarker, Suresh Kumar Das . A Character Recognition Approach using Freeman Chain Code and Approximate String Matching. International Journal of Computer Applications. 84, 11 ( December 2013), 38-42. DOI=10.5120/14623-2961

@article{ 10.5120/14623-2961,
author = { Samit Kumar Pradhan, Sujoy Sarker, Suresh Kumar Das },
title = { A Character Recognition Approach using Freeman Chain Code and Approximate String Matching },
journal = { International Journal of Computer Applications },
issue_date = { December 2013 },
volume = { 84 },
number = { 11 },
month = { December },
year = { 2013 },
issn = { 0975-8887 },
pages = { 38-42 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume84/number11/14623-2961/ },
doi = { 10.5120/14623-2961 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:00:40.889990+05:30
%A Samit Kumar Pradhan
%A Sujoy Sarker
%A Suresh Kumar Das
%T A Character Recognition Approach using Freeman Chain Code and Approximate String Matching
%J International Journal of Computer Applications
%@ 0975-8887
%V 84
%N 11
%P 38-42
%D 2013
%I Foundation of Computer Science (FCS), NY, USA
Abstract

This paper deals with a syntactic approach for character recognition using approximate string matching and chain coding of characters. Here we deal only with the classification of characters and not on other phase of the character recognition process in a Optical character Recognition. The character image is first normalized to a specified size then by boundary detection process we detect the boundary of the character image. The character now converted to boundary curve representation of the characters. Then the curve is encoded to a sequence of numbers using Freeman chain coding. The coding scheme gives a sequence of numbers ranges from 0 to 7. Now the characters are in form of strings. For training set we will get a set of strings which is stored in the trie. The extracted unclassified character is also converted to string and searched in the trie. As we are dealing with the character which can be of different orientation so the searching is done with approximate string matching to support noisy character that of different orientation. For approximate string matching we use Look Ahead Branch and Bound scheme to prune path and make the approximation accurate and efficient. As we are using trie data structure, so it take uniform time and don't dependent on the size of the input. When we performed our experimentation for noiseless character that is printed character it successfully recognize all characters. But when we tested with the different variation of the character then it detect most of the character except some noisy character.

References
  1. S. K. Pradhan and S. Sarkar, "Article: Character recognition using discrete curve with the use of approximate string matching," IJCA Proceedings on International Conference in Distributed Computing and Internet Technology 2013, vol. ICDCIT, pp. 17–22, January 2013,.
  2. S. K. Pradhan and A. Negi, "A syntactic pr approach to telugu handwritten character recognition," in Proceeding of the workshop on Document Analysis and Recognition, ser. DAR '12. New York, NY, USA: ACM, 2012, pp. 147–153.
  3. G. Badr and B. Oommen, "A novel look-ahead optimization strategy for trie-based approximate string matching," Pattern Analysis & Applications, vol. 9, pp. 177–187, 2006, 10. 1007/s10044-006-0036-8.
  4. H. Bunke and P. Wang, Handbook of Character Recognition and Do. World Scientific, 1997.
  5. N. Kato, M. Suzuki, S. Omachi, H. Aso, and Y. Nemoto, "A handwritten character recognition system using directional element feature and asymmetric mahalanobis distance," Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 21, no. 3, pp. 258 –262, mar1999.
  6. H. Liu and X. Ding, "Handwritten character recognition using gradient feature and quadratic classifier with multiple discrimination schemes," in Document Analysis and Recognition, 2005. Proceedings. Eighth International Conference on, aug. -1 sept. 2005, pp. 19 – 23 Vol. 1.
  7. A. Negi, C. Bhagvati, and B. Krishna, "An ocr system for telugu," in ICDAR, 2001, pp. 1110–1114.
  8. A. K. Pujari, C. D. Naidu, M. S. Rao, and B. C. Jinaga, "An intelligent character recognizer for telugu scripts using multiresolution analysis and associative memory," Image Vision Comput. , vol. 22, no. 14, pp. 1221–1227, 2004.
  9. R. E. W. Rafael C. Gonzalez, Digital Image Processing. New Delhi, India: Pearson/Prentice Hall, 2008.
  10. H. Shang and T. Merrettal, "Tries for approximate string matching," Knowledge and Data Engineering, IEEE Transactions on, vol. 8, no. 4, pp. 540 –547, aug 1996.
  11. B. J. Oommen and R. K. S. Loke, "Pattern recognition of strings with substitutions, insertions, deletions and generalized transpositions," Pattern Recognition, vol. 30, pp. 30–5, 1995.
  12. R. Baeza-yates and G. Navarro, "Fast approximate string matching in a dictionary," in In Proc. SPIRE'98. IEEE Computer Press, 1998, pp. 14–22.
Index Terms

Computer Science
Information Sciences

Keywords

Syntactic Pattern Recognition Freeman Chain Coding trie Character Recognition Approximate string matching Boundary detection.