Off Line Sinhala Handwriting Recognition with an Application for Postal City Name Recognition

Size: px
Start display at page:

Download "Off Line Sinhala Handwriting Recognition with an Application for Postal City Name Recognition"

Transcription

1 Off Line Sinhala Handwriting Recognition with an Application for Postal City Name Recognition M.L.M Karunanayaka, N.D Kodikara, G.D.S.P Wimalaratne University of Colombo School of Computing, No.35, Reid Avenue, Colombo 7, Sri Lanka. Tel: /8, Fax: Abstract Sinhala is the national language of the country of Sri Lanka. 70% of the people living in Sri Lanka use Sinhala language for their day-to-day activities.very little number of researches have been done about Sinhala handwriting recognition. This proposed system is focused on recognition of Sinhala handwriting using postal city names as a case study.training and testing of this case study is done by using the handwriting of postal envelops. Therefore this research not limited only to a single writing style. Number of main post offices in Sri Lanka are limited to five hundreds and one. In this system one of the major impediments are touching characters. Segmentation of handwritten touching characters become a crucial step in such systems. Conventional segmentation methods incapable of handling the complexity exists in Sinhala handwritten characters. The proposed method separates touching characters into isolated character models in two steps viz; basic projection profile method and water reservoir concept. Finally recognition process carries with using the Kohenen artificial neural network. Over 300 patterns are tested in segmentation and 92% accuracy was reported and recognition phase was tested using 400 patterns and 84.5% success rate was reported. Keywords: Sinhala handwriting, character recognition, character segmentation, noise removal, artificial neural network, postal recognition 1. Introduction Off-Line recognition of handwriting has numerous practical applications in areas such as banking, census, mail sorting, commerce, etc. There are many techniques available in computational pattern recognition such as artificial neural networks and hidden Markov models to recognize handwritten characters in various research areas. In the character recognition schema there are several steps to be done before the recognition process starts. Those steps can be divided mainly into two groups. The first is Data acquisition and the second is preprocessing. In Data acquisition, Input image (i.e. Gray Level image) is converted to the binary image. All the image enhancement processes prior to recognition had been done in preprocessing step. Noise detection and removal, thinning, segmentation as the processes was done in this step. The next step is known as recognition. In our Sinhala handwriting recognition system Data acquisition and noise removal was done by using thresholding technique. Segmentation and recognition is the most difficult task of the proposed system, because most of the real Sinhala postal writings are touching each other and writing with various handwriting styles. There are two possible approaches that can be taken by the segmentation and recognition system namely: segment the image containing characters prior to the recognition phase [2,3,6,10] or integrate segmentation and recognition phases together [1,7]. In the proposed system segmentation and the recognition phases are done separately. It has been able to identify four different touching character groups according to the way they touch each other.overlapping, touching, connecting and intersecting are the identified character groups (Figure 1). In this paper, a two level segmentation algorithm is proposed. At the first level of the method, touching characters are identified if they are available in the input image.those touching characters are separated into appropriate groups described above. A suitable segmentation algorithm is applied consequently to each touching character. This proposed system recognition process is done using Kohenen artificial neural network. The organization of the paper is as follows; the section two of this paper describes the background of the Sinhala handwriting and its different styles. The previous researches done in this area is also described in the

2 section. The section three of this paper describes the methods used to implement the system. Binarization, noise reduction, segmentation and recognition methods too are described in this section. The evaluation of the results of the present work is given in the section four. Finally, the conclusion of the present work is described in the section five. Figure 1: Combined character groups 2. Background Sinhala is the national language of the people living in Sri Lanka [9]. 13 million people i.e. 70% of the population in Sri Lanka use Sinhala characters to write their mother tongue. It is not spoken in any other country, except enclaves of migrants. Being a descendant of a spoken form (Pali) of the root Indic language, Sanskrit, it can be argued that this belongs to the large family of Indo-Aryan languages [11]. Sinhala language is written by the left to right pattern and it has curved shape scripts. And these characters are written within the three layers horizontal that is upper layer, middle and lower layers. Some characters are written within these three layers, some of them are written only in the middle layer and another set of characters are written in the middle layer and in other two layers but it is optional to occupy both upper and lower layers for these characters ( Figure 2 ). A few researches have been done on Sinhala handwritten characters [4, 8]. Almost all those researches are focused on identifying regular, well-defined Sinhala handwritten character recognition. Therefore there has been no research done in cursive, unconstrained handwritten characters at all. 3. Methodology This section explains the procedure of noise removing, separation of touching and individual characters, segmenting touching characters and recognition of the postal cities. Section 3.1 describes the noise removal techniques of the input image. The section 3.2 describes the methodology of the separation touching characters and individual characters. The section 3.3 describes the segmentation techniques of the touching characters. Final section 3.4, describes the recognition methodology used in Kohenen artificial neural networks Binarization and Noise Removal Techniques This section introduces the combination techniques of binarization and noise removing. After processing these techniques the output image contain 255 background value and original foreground pixel values. This section describes three approaches taken in the process of binarization and noise removal of images. First of all the gray levels of the input images are sorted in ascending order, assuming that, the foreground of the image is one fourth of the all pixels in the image. Then get the first quarter of the sorted pixels and check the maximum gray value (i.e., MaxPV ) of this particular pixels. The MaxPV used as the cutoff gray value between the background and the foreground in the image. Use the following algorithm (Equation 1) to convert gray level image foreground into gray level 255. ( 1 ) Figure 2: Sinhala characters written with layers In the next method 3x3 kernel is used. This kernel is then applied on each pixel of the image together with their respective grey level values. The kernel is applied to one pixel exactly once. If the number of pixels that have grey level values which are close to zero (i.e. black) in a

3 Noise Removed Image Vertical Projection Profile section 3.2 Labeling section 3.3 Kohenen ANN Recognized Character Condition in equation 4 Water Reservoir concept Section 3.3 Cat 1 Condition 1 in equation 5 Non-Segment Condition 2 in equation 5 Cat 2 Condition 3 in equation 5 Cat 3 Non Segmented Character Figure 3 : Hierarchy of segmentation and recognition

4 given kernel is less than or equal to two that area is considered as an area belongs to the background of the image and then the grey level values of that area are set to 255(i.e. white). The other approach is the dynamic adaptive threshold (DTU) method. The following equation determines the adaptive threshold (Equation 2) I(x,y) is the gray level of a particular pixel in the image where 1 x w and 1 y h where w and h are width and height of the image respectively. Adaptive Threshold = x=width, y=height Min{I(x,y)}+Max{I(x,y)}+MaxPV ( 2 ) x=1, y=1 3 The threshold calculated according to the equation 2 is compared with grey level value of the corresponding pixel. If the grey value is above the threshold value of the image that pixel is set to 255. In the final output image the grey values of the background pixels should be 255 and the grey values of the foreground pixels are as same as the initial image gray value. In this method the grey values of the foreground are not changed in order to preserve the details and the information of the characters as much as possible Separation Touching and Individual Characters This section describes the segmentation procedure carried out in the present work. The figure 3 depicts the flow of the segmentation and recognition procedure. At the beginning the images are segmented using vertical projection profile (VPP) method. The touching characters (TC) are considered as a single entity at this level. In the next level the segmented character entities are further classified according to the criteria that whether the segmented character entities are touching characters or single characters. If there are touching characters the criteria further classifies them into the groups described in the section one of this paper. The above mentioned steps are done according to the procedure described below: The width of the image and number of characters occur in that image obtained from VPP is used to estimate roughly the average character width.( Equation 3) Average Character Image Width ( 3 ) Width = Number of Characters The segmented character entities are further classified according to the procedure given in equation Segmentation of Touching Characters This section describes the touching character segmentation procedures. First step of the segmentation procedure is labeling each touching character in order to distinguish overlapping touching character from other touching characters. If ( ( 3 x AvgWidth /2 ) > Width ) Touching Character ( 4 ) Else Segmented Character The proposed labeling algorithm uses 3 x 3 kernel and moves it horizontally through the input image. When it finds the first dark pixel (foreground pixel) it moves along the object assigning a special number 1(use label counter). If the foreground object is discontinued, the label counter is increased by one and the kernel moves freely to find another object. Then assign increment label counter value to newly find object and this procedure is carried out until the width of the image is reached If the label counter is greater than one it is reasonable to deduce that segmented unit which has more than one character. Then each label represents a separate character unit. If the label counter is equal to one the segmented character unit which is segmented in section 3.2 belongs to other three groups mention in section 1 viz touching, connecting and intersecting. These groups will continue in the next segmentation procedure namely Water Reservoir Concept discussed briefly in Pal, Beliad and Choisy[7]. The Figure 4 shows how the Water Reservoir Concept segments touching characters. Figure 4 : Apply water reservoir concept in touching character Validating of the segmented units using water reservoir concepts is based on the following attributes: 1. Number of Top reservoirs and its heights, volume and the Centre of Gravity. 2. Number of Bottom reservoirs and its heights, volume and the Center of Gravity. 3. Number of reservoirs in this unit 4. Maximum depth of each reservoir and check if a reservoir has more than one maximum point.

5 5. If the character unit have both top and bottom reservoirs, then calculate the angle of the centre of gravity (join each top centre of gravity and each bottom centre of gravity points in the reservoirs) If ( Number of top reservoirs = 1 and Top Reservoir height > 3 x Character Height / 4 and No one maximum depth Point ) PUT BIN 1 Else if (Number of Top reservoir = 1 and Number of bottom reservoir = 1 and Angle of the Center of Gravities of the reservoirs is in between -45 degree and 45 degree and No one maximum depth point ) PUT BIN 2 Else if ( Number of Top reservoir >= 1 and Number of bottom reservoir >= 1 and Only one maximum depth point in each reservoir ) PUT BIN 3 Else CANNOT SEGMENTED Equation 5 This is the final step of the segmentation method. The equation 5 is used to separate the touching characters into the three groups mentioned in the section one. There are different techniques which can be used to segment each group of character units which are suitable for each character group. Following paragraph discusses the segmentation of characters in particular groups or categories: Category 1 : Gray level distribution is used to segment characters in this category. In this type of characters, the connection point gray values are higher than other gray values of the character. That means the connection point is lighter than the other points in the character image because the writer withdraws the pressure on the pen tip through the connecting area but still continues writing with a little amount of pressure. The highest gray value points in the foreground pixels are the segmented point of the category 1 character images. This segmented point should also be checked whether it belongs to the reservoirs bottom line. Category 2 : This type of characters uses MDTR and MDBR to choose the segmentation point. Each maximum depth points on top and at the bottom are joined and the length of these connecting points, are calculated. This category has only one top reservoir and one bottom reservoir. Then, the segmentation path occurs through this connected line and separates the combined character into the isolated two characters using the MDTR and MDBR joining line. Category 3 : Characters in category 3 has more than one top reservoirs and also more than one bottom reserviors. All maximum depth points in top and bottom reserviors are joined. Then, the minimum distance of connecting points in the top reserviors depth points and the bottom reservoirs depth points, is calculated. This minimum distance line is the best cutoff line of the combined characters in category Recognition The Kohenen Artificial Neural Network (KANN) is used for the recognition phase of the proposed system. In this KANN 32 x 32 input neurons and 1 output neuron is used. The pattern in the input neuron is shown in figure 5. Each square in this pattern is one input node of the KANN. This KANN has only one input layer and one output layer. For this proposed system, all available characters are divided into forty groups as shown in figure 6. In dividing the group, modifiers of the characters are ignored where modifiers can be separated like, but the other characters where modifiers cannot be separated are taken as a whole with the modifier as in. All the modifiers that can be separated are grouped in cage 9. In this proposed system, first pattern is to input into KANN and produced the output, which is one of the forty character group listed in figure 6. If the output is group 9, then this pattern is ignored and passed on to check the next pattern which will be one out of the other thirty nine groups and is selected as the first letter of the word. The second pattern is chosen from the second letter of the list of words categorized under one selected character that is the first letter of the word selected by KANN and set it as

6 the second letter of the word ensuring that the pattern is not included in the group 9. This processed can be continued to select the remaining character patterns in the word image. Figure 5 : Input pattern of KANN Identifying city image is as follows: for a example if the city image is,the KANN generate the output signal as AQTMX and then system search the database which city is equal to emitting symbol AQTMX. Finally, system can understand the input city is Anamaduwa. Symbol Character Symbol Character A Q B R C S D E F f G H I i J s T t U V W w X K Y L Z l 1 M 2 m 3 N 4 O 5 P 9 Figure 6 : Groups of Characters x 4. Results and Evaluation Proposed method was applied for Sinhala handwritten postal addresses because the postal addresses are written by many different people and with different educational levels which leads the sample data set to accommodate a wide variation of handwritten characters and there is no restriction applied when writing the city names. The Sinhala handwritten database which is available in NSF[4] in Sri Lanka is one of the sources of Sinhala handwriting where the real postal addresses used to train and test the proposed method. Another source used to testing and training of proposed system is manually collected postal city names which are digitized using HP Scanjet 5200C, written by selected students of University of Colombo. For training and testing of the proposed system, the collected data are categorized into four groups. Those groups are namely real postal addresses which are in NSF database(rpa), words written by the student of university of Colombo(WUOC) and a selected sample of combined characters(cc) and isolated characters(ic). Success rate of the segmentation method is 92% and recognition method is 80%. Segmentation and recognition results are shown in table 4.1 and table 4.2 respectively. No of Segmented Success(%) Patterns correctly RPA % WUOC % CC % Total % No of Segmented Success(%) Patterns correctly RPA % WUOC % CC % IC % Total % 5. Conclusions Table 4.2: Results of segmentation Table 4.2: Results of recognition According to the observation of the present work it can be concluded that the approach presented in this paper is efficient in recognizing cursive unconstrained Sinhala handwriting recognition compared with the traditional conventional segmentation and recognition methods. The performance of the present system can be improved in

7 many ways by incorporating other segmentation and recognition methods. More complex touching character groups and very noisy images that could not be handled in the present work can be handled by improving this method as a future enhancement. The next major future enhancement in this approach is to introduce the hybrid recognition process as some character groups are misrecognized when only the Kohenen Artificial Neural Network is used. Examples for 10. K. Romeo-Pakker, H. Miled and Y. Lecourtier. A new approach for Latin/Arabic character segmentation', 3 rd International Conference on Document Analysis and Recognition, pages R. Weerasinghe. A Statistical Translation Approach to Sinhala-Timil Language Translation. 5 th International Informmation Technology Conference,pages ,2003. such groups are, and and and. Hybrid recognition process can be used by combing the Kohenen artificial neural network and Hidden Markov Models for post processing techniques in the future enhancements. References 1. T. M. Breue. Segmentation of Handprinted Letter Strings using a Dynamic Programming Algorithm. 6 th Internatioonal Conference on Document Analysis and Recognition, volume 1, pages R.G. Casey and E. Lecolinet.'A Survey of Methods and Strategies in Character Segmentation. IEEE Transaction on Ptttern Analysis and Machine Intelligence,volume. 18,number 7, pages C.E. Dunn and P.S.P Wang. Character Segmentation Tech- Techniques for Handwritten Text A Survey. International Conference on Pattern Recognition, pages H.C Fernando, N.D Kodikara and S. Hewavitharana. A Database for Handwriting Recognition Research in Sinhala Language. Proceeding of 7 th International Conference on Document Analysis and Recognition, Edinburgh,UK. 5. S. Hewavitharana, H.C. Fernando and N.D. Kodikara. Offline Sinhala Handwriting Recognition using Hidden Markov Models. Proceeding of the Third Indian Conference on Computer Vision, Graphics and Image Processing, D. Lee, S. Lee and H. Park. A New Methodology for Gray- Scale Character Segmentation and Reco- gnition',ieee Transactions on Pattern Analysis and Machine Intelligence, volume. 18, number. 10, pages S. Messelodi and C.M. Modena. Context driven text segmentation and recognition. Pattern Recognition, volume. 17, pages U. Pal,U, A. Belaid, and C. Choisy. Touching numeral segmentation using water reservoir concept. Pattern Recognition Letters,volume. 24, pages , H.L. Premaratne and J. Bigun.Recognition of Printed Sinhala Characters Using Linear Symmetry. Symmetry. 5th Asian Conference on Computer Vision, pages 23-25, 2002.

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Utkarsh Dwivedi 1, Pranjal Rajput 2, Manish Kumar Sharma 3 1UG Scholar, Dept. of CSE, GCET, Greater Noida,

More information

Automatic Recognition and Verification of Handwritten Legal and Courtesy Amounts in English Language Present on Bank Cheques

Automatic Recognition and Verification of Handwritten Legal and Courtesy Amounts in English Language Present on Bank Cheques Automatic Recognition and Verification of Handwritten Legal and Courtesy Amounts in English Language Present on Bank Cheques Ajay K. Talele Department of Electronics Dr..B.A.T.U. Lonere. Sanjay L Nalbalwar

More information

Sinhala Handwriting Recognition Mechanism Using Zone Based Feature Extraction

Sinhala Handwriting Recognition Mechanism Using Zone Based Feature Extraction Sinhala Handwriting Recognition Mechanism Using Zone Based Feature Extraction 10 K.A.K.N.D. Dharmapala 1, W.P.M.V. Wijesooriya 2, C.P. Chandrasekara 3, U.K.A.U. Rathnapriya 4, L. Ranathunga 5 Department

More information

A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation

A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation K. Roy, U. Pal and B. B. Chaudhuri CVPR Unit; Indian Statistical Institute, Kolkata-108; India umapada@isical.ac.in

More information

HANDWRITTEN GURMUKHI CHARACTER RECOGNITION USING WAVELET TRANSFORMS

HANDWRITTEN GURMUKHI CHARACTER RECOGNITION USING WAVELET TRANSFORMS International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD) ISSN 2249-684X Vol.2, Issue 3 Sep 2012 27-37 TJPRC Pvt. Ltd., HANDWRITTEN GURMUKHI

More information

Handwritten Devanagari Character Recognition Model Using Neural Network

Handwritten Devanagari Character Recognition Model Using Neural Network Handwritten Devanagari Character Recognition Model Using Neural Network Gaurav Jaiswal M.Sc. (Computer Science) Department of Computer Science Banaras Hindu University, Varanasi. India gauravjais88@gmail.com

More information

Recognition of Unconstrained Malayalam Handwritten Numeral

Recognition of Unconstrained Malayalam Handwritten Numeral Recognition of Unconstrained Malayalam Handwritten Numeral U. Pal, S. Kundu, Y. Ali, H. Islam and N. Tripathy C VPR Unit, Indian Statistical Institute, Kolkata-108, India Email: umapada@isical.ac.in Abstract

More information

ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM

ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM RAMZI AHMED HARATY and HICHAM EL-ZABADANI Lebanese American University P.O. Box 13-5053 Chouran Beirut, Lebanon 1102 2801 Phone: 961 1 867621 ext.

More information

Segmentation of Bangla Handwritten Text

Segmentation of Bangla Handwritten Text Thesis Report Segmentation of Bangla Handwritten Text Submitted By: Sabbir Sadik ID:09301027 Md. Numan Sarwar ID: 09201027 CSE Department BRAC University Supervisor: Professor Dr. Mumit Khan Date: 13 th

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK HANDWRITTEN DEVANAGARI CHARACTERS RECOGNITION THROUGH SEGMENTATION AND ARTIFICIAL

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

LEECH STEP PATH FINDING ALGORITHM

LEECH STEP PATH FINDING ALGORITHM LEECH STEP PATH FINDING ALGORITHM 1 DAWPADEE B. KIRIELLA, 2 LAKSHMAN JAYARATNE 1,2 University of Colombo School of Computing, 35, Reid Avenue, Colombo 07, Sri Lanka E-mail: 1 kiriella.dawpadee@gmail.com,

More information

FRAGMENTATION OF HANDWRITTEN TOUCHING CHARACTERS IN DEVANAGARI SCRIPT

FRAGMENTATION OF HANDWRITTEN TOUCHING CHARACTERS IN DEVANAGARI SCRIPT International Journal of Information Technology, Modeling and Computing (IJITMC) Vol. 2, No. 1, February 2014 FRAGMENTATION OF HANDWRITTEN TOUCHING CHARACTERS IN DEVANAGARI SCRIPT Shuchi Kapoor 1 and Vivek

More information

Segmentation of Characters of Devanagari Script Documents

Segmentation of Characters of Devanagari Script Documents WWJMRD 2017; 3(11): 253-257 www.wwjmrd.com International Journal Peer Reviewed Journal Refereed Journal Indexed Journal UGC Approved Journal Impact Factor MJIF: 4.25 e-issn: 2454-6615 Manpreet Kaur Research

More information

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes 2009 10th International Conference on Document Analysis and Recognition Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes Alireza Alaei

More information

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network International Journal of Computer Science & Communication Vol. 1, No. 1, January-June 2010, pp. 91-95 Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network Raghuraj

More information

Preprocessing of Gurmukhi Strokes in Online Handwriting Recognition

Preprocessing of Gurmukhi Strokes in Online Handwriting Recognition 2012 3rd International Conference on Information Security and Artificial Intelligence (ISAI 2012) IPCSIT vol. 56 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V56.30 Preprocessing of Gurmukhi

More information

OFF-LINE HANDWRITTEN JAWI CHARACTER SEGMENTATION USING HISTOGRAM NORMALIZATION AND SLIDING WINDOW APPROACH FOR HARDWARE IMPLEMENTATION

OFF-LINE HANDWRITTEN JAWI CHARACTER SEGMENTATION USING HISTOGRAM NORMALIZATION AND SLIDING WINDOW APPROACH FOR HARDWARE IMPLEMENTATION OFF-LINE HANDWRITTEN JAWI CHARACTER SEGMENTATION USING HISTOGRAM NORMALIZATION AND SLIDING WINDOW APPROACH FOR HARDWARE IMPLEMENTATION Zaidi Razak 1, Khansa Zulkiflee 2, orzaily Mohamed or 3, Rosli Salleh

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Introduction Pattern recognition is a set of mathematical, statistical and heuristic techniques used in executing `man-like' tasks on computers. Pattern recognition plays an

More information

A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script

A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script Arwinder Kaur 1, Ashok Kumar Bathla 2 1 M. Tech. Student, CE Dept., 2 Assistant Professor, CE Dept.,

More information

Handwriting segmentation of unconstrained Oriya text

Handwriting segmentation of unconstrained Oriya text Sādhanā Vol. 31, Part 6, December 2006, pp. 755 769. Printed in India Handwriting segmentation of unconstrained Oriya text N TRIPATHY and U PAL Computer Vision and Pattern Recognition Unit, Indian Statistical

More information

A two-stage approach for segmentation of handwritten Bangla word images

A two-stage approach for segmentation of handwritten Bangla word images A two-stage approach for segmentation of handwritten Bangla word images Ram Sarkar, Nibaran Das, Subhadip Basu, Mahantapas Kundu, Mita Nasipuri #, Dipak Kumar Basu Computer Science & Engineering Department,

More information

A New Technique for Segmentation of Handwritten Numerical Strings of Bangla Language

A New Technique for Segmentation of Handwritten Numerical Strings of Bangla Language I.J. Information Technology and Computer Science, 2013, 05, 38-43 Published Online April 2013 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijitcs.2013.05.05 A New Technique for Segmentation of Handwritten

More information

Hidden Loop Recovery for Handwriting Recognition

Hidden Loop Recovery for Handwriting Recognition Hidden Loop Recovery for Handwriting Recognition David Doermann Institute of Advanced Computer Studies, University of Maryland, College Park, USA E-mail: doermann@cfar.umd.edu Nathan Intrator School of

More information

Indian Multi-Script Full Pin-code String Recognition for Postal Automation

Indian Multi-Script Full Pin-code String Recognition for Postal Automation 2009 10th International Conference on Document Analysis and Recognition Indian Multi-Script Full Pin-code String Recognition for Postal Automation U. Pal 1, R. K. Roy 1, K. Roy 2 and F. Kimura 3 1 Computer

More information

Spotting Words in Latin, Devanagari and Arabic Scripts

Spotting Words in Latin, Devanagari and Arabic Scripts Spotting Words in Latin, Devanagari and Arabic Scripts Sargur N. Srihari, Harish Srinivasan, Chen Huang and Shravya Shetty {srihari,hs32,chuang5,sshetty}@cedar.buffalo.edu Center of Excellence for Document

More information

A New Approach to Detect and Extract Characters from Off-Line Printed Images and Text

A New Approach to Detect and Extract Characters from Off-Line Printed Images and Text Available online at www.sciencedirect.com Procedia Computer Science 17 (2013 ) 434 440 Information Technology and Quantitative Management (ITQM2013) A New Approach to Detect and Extract Characters from

More information

Handwritten Gurumukhi Character Recognition by using Recurrent Neural Network

Handwritten Gurumukhi Character Recognition by using Recurrent Neural Network 139 Handwritten Gurumukhi Character Recognition by using Recurrent Neural Network Harmit Kaur 1, Simpel Rani 2 1 M. Tech. Research Scholar (Department of Computer Science & Engineering), Yadavindra College

More information

Devanagari Handwriting Recognition and Editing Using Neural Network

Devanagari Handwriting Recognition and Editing Using Neural Network Devanagari Handwriting Recognition and Editing Using Neural Network Sohan Lal Sahu RSR Rungta College of Engineering & Technology (RSR-RCET), Bhilai 490024 Abstract- Character recognition plays an important

More information

Enhancing the Character Segmentation Accuracy of Bangla OCR using BPNN

Enhancing the Character Segmentation Accuracy of Bangla OCR using BPNN Enhancing the Character Segmentation Accuracy of Bangla OCR using BPNN Shamim Ahmed 1, Mohammod Abul Kashem 2 1 M.S. Student, Department of Computer Science and Engineering, Dhaka University of Engineering

More information

LECTURE 6 TEXT PROCESSING

LECTURE 6 TEXT PROCESSING SCIENTIFIC DATA COMPUTING 1 MTAT.08.042 LECTURE 6 TEXT PROCESSING Prepared by: Amnir Hadachi Institute of Computer Science, University of Tartu amnir.hadachi@ut.ee OUTLINE Aims Character Typology OCR systems

More information

A Neural Network Based Bank Cheque Recognition system for Malaysian Cheques

A Neural Network Based Bank Cheque Recognition system for Malaysian Cheques A Neural Network Based Bank Cheque Recognition system for Malaysian Cheques Ahmad Ridhwan Wahap 1 Marzuki Khalid 1 Abd. Rahim Ahmad 3 Rubiyah Yusof 1 1 Centre for Artificial Intelligence and Robotics,

More information

Character Recognition Using Matlab s Neural Network Toolbox

Character Recognition Using Matlab s Neural Network Toolbox Character Recognition Using Matlab s Neural Network Toolbox Kauleshwar Prasad, Devvrat C. Nigam, Ashmika Lakhotiya and Dheeren Umre B.I.T Durg, India Kauleshwarprasad2gmail.com, devnigam24@gmail.com,ashmika22@gmail.com,

More information

A Review on Handwritten Character Recognition

A Review on Handwritten Character Recognition IJCST Vo l. 8, Is s u e 1, Ja n - Ma r c h 2017 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) A Review on Handwritten Character Recognition 1 Anisha Sharma, 2 Soumil Khare, 3 Sachin Chavan 1,2,3 Dept.

More information

HCR Using K-Means Clustering Algorithm

HCR Using K-Means Clustering Algorithm HCR Using K-Means Clustering Algorithm Meha Mathur 1, Anil Saroliya 2 Amity School of Engineering & Technology Amity University Rajasthan, India Abstract: Hindi is a national language of India, there are

More information

CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS

CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS 8.1 Introduction The recognition systems developed so far were for simple characters comprising of consonants and vowels. But there is one

More information

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION Panca Mudjirahardjo, Rahmadwati, Nanang Sulistiyanto and R. Arief Setyawan Department of Electrical Engineering, Faculty of

More information

HMM-Based Handwritten Amharic Word Recognition with Feature Concatenation

HMM-Based Handwritten Amharic Word Recognition with Feature Concatenation 009 10th International Conference on Document Analysis and Recognition HMM-Based Handwritten Amharic Word Recognition with Feature Concatenation Yaregal Assabie and Josef Bigun School of Information Science,

More information

Multi-Layer Perceptron Network For Handwritting English Character Recoginition

Multi-Layer Perceptron Network For Handwritting English Character Recoginition Multi-Layer Perceptron Network For Handwritting English Character Recoginition 1 Mohit Mittal, 2 Tarun Bhalla 1,2 Anand College of Engg & Mgmt., Kapurthala, Punjab, India Abstract Handwriting recognition

More information

A Review on Different Character Segmentation Techniques for Handwritten Gurmukhi Scripts

A Review on Different Character Segmentation Techniques for Handwritten Gurmukhi Scripts WWJMRD2017; 3(10): 162-166 www.wwjmrd.com International Journal Peer Reviewed Journal Refereed Journal Indexed Journal UGC Approved Journal Impact Factor MJIF: 4.25 e-issn: 2454-6615 Manas Kaur Research

More information

Segmentation of Isolated and Touching characters in Handwritten Gurumukhi Word using Clustering approach

Segmentation of Isolated and Touching characters in Handwritten Gurumukhi Word using Clustering approach Segmentation of Isolated and Touching characters in Handwritten Gurumukhi Word using Clustering approach Akashdeep Kaur Dr.Shaveta Rani Dr. Paramjeet Singh M.Tech Student (Associate Professor) (Associate

More information

Robust line segmentation for handwritten documents

Robust line segmentation for handwritten documents Robust line segmentation for handwritten documents Kamal Kuzhinjedathu, Harish Srinivasan and Sargur Srihari Center of Excellence for Document Analysis and Recognition (CEDAR) University at Buffalo, State

More information

SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION

SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION Binod Kumar Prasad * * Bengal College of Engineering and Technology, Durgapur, W.B., India. Rajdeep Kundu 2 2 Bengal College

More information

Segmentation of Kannada Handwritten Characters and Recognition Using Twelve Directional Feature Extraction Techniques

Segmentation of Kannada Handwritten Characters and Recognition Using Twelve Directional Feature Extraction Techniques Segmentation of Kannada Handwritten Characters and Recognition Using Twelve Directional Feature Extraction Techniques 1 Lohitha B.J, 2 Y.C Kiran 1 M.Tech. Student Dept. of ISE, Dayananda Sagar College

More information

Word Matching of handwritten scripts

Word Matching of handwritten scripts Word Matching of handwritten scripts Seminar about ancient document analysis Introduction Contour extraction Contour matching Other methods Conclusion Questions Problem Text recognition in handwritten

More information

Offline Signature verification and recognition using ART 1

Offline Signature verification and recognition using ART 1 Offline Signature verification and recognition using ART 1 R. Sukanya K.Malathy M.E Infant Jesus College of Engineering And Technology Abstract: The main objective of this project is signature verification

More information

Isolated Handwritten Words Segmentation Techniques in Gurmukhi Script

Isolated Handwritten Words Segmentation Techniques in Gurmukhi Script Isolated Handwritten Words Segmentation Techniques in Gurmukhi Script Galaxy Bansal Dharamveer Sharma ABSTRACT Segmentation of handwritten words is a challenging task primarily because of structural features

More information

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 2, ISSUE 1 JAN-2015

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 2, ISSUE 1 JAN-2015 Offline Handwritten Signature Verification using Neural Network Pallavi V. Hatkar Department of Electronics Engineering, TKIET Warana, India Prof.B.T.Salokhe Department of Electronics Engineering, TKIET

More information

A System towards Indian Postal Automation

A System towards Indian Postal Automation A System towards Indian Postal Automation K. Roy C.V.P.R Unit, I.S.I, Kolkata-108; India, Kaushik_mrg@hotmail.com S. Vajda LORIA Research Center, B.P. 239 54506, Nancy, France Szilard.Vajda@loria.fr U.

More information

II. WORKING OF PROJECT

II. WORKING OF PROJECT Handwritten character Recognition and detection using histogram technique Tanmay Bahadure, Pranay Wekhande, Manish Gaur, Shubham Raikwar, Yogendra Gupta ABSTRACT : Cursive handwriting recognition is a

More information

AUTOMATIC LOGO EXTRACTION FROM DOCUMENT IMAGES

AUTOMATIC LOGO EXTRACTION FROM DOCUMENT IMAGES AUTOMATIC LOGO EXTRACTION FROM DOCUMENT IMAGES Umesh D. Dixit 1 and M. S. Shirdhonkar 2 1 Department of Electronics & Communication Engineering, B.L.D.E.A s CET, Bijapur. 2 Department of Computer Science

More information

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 17 (2014), pp. 1839-1845 International Research Publications House http://www. irphouse.com Recognition of

More information

IDIAP. Martigny - Valais - Suisse IDIAP

IDIAP. Martigny - Valais - Suisse IDIAP R E S E A R C H R E P O R T IDIAP Martigny - Valais - Suisse Off-Line Cursive Script Recognition Based on Continuous Density HMM Alessandro Vinciarelli a IDIAP RR 99-25 Juergen Luettin a IDIAP December

More information

A Hierarchical Pre-processing Model for Offline Handwritten Document Images

A Hierarchical Pre-processing Model for Offline Handwritten Document Images International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 2, Issue 3, March 2015, PP 41-45 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org A Hierarchical

More information

One Dim~nsional Representation Of Two Dimensional Information For HMM Based Handwritten Recognition

One Dim~nsional Representation Of Two Dimensional Information For HMM Based Handwritten Recognition One Dim~nsional Representation Of Two Dimensional Information For HMM Based Handwritten Recognition Nafiz Arica Dept. of Computer Engineering, Middle East Technical University, Ankara,Turkey nafiz@ceng.metu.edu.

More information

DEVANAGARI SCRIPT SEPARATION AND RECOGNITION USING MORPHOLOGICAL OPERATIONS AND OPTIMIZED FEATURE EXTRACTION METHODS

DEVANAGARI SCRIPT SEPARATION AND RECOGNITION USING MORPHOLOGICAL OPERATIONS AND OPTIMIZED FEATURE EXTRACTION METHODS DEVANAGARI SCRIPT SEPARATION AND RECOGNITION USING MORPHOLOGICAL OPERATIONS AND OPTIMIZED FEATURE EXTRACTION METHODS Sushilkumar N. Holambe Dr. Ulhas B. Shinde Shrikant D. Mali Persuing PhD at Principal

More information

Hilditch s Algorithm Based Tamil Character Recognition

Hilditch s Algorithm Based Tamil Character Recognition Hilditch s Algorithm Based Tamil Character Recognition V. Karthikeyan Department of ECE, SVS College of Engineering Coimbatore, India, Karthick77keyan@gmail.com Abstract-Character identification plays

More information

Chapter 2. Literature Survey and Objectives. 2.1 Literature Survey

Chapter 2. Literature Survey and Objectives. 2.1 Literature Survey Chapter 2 Literature Survey and Objectives 2.1 Literature Survey In India, there are 18 official (Indian constitution accepted) languages. Two or more of these languages may be written in one script. Twelve

More information

Handwritten Character Recognition with Feedback Neural Network

Handwritten Character Recognition with Feedback Neural Network Apash Roy et al / International Journal of Computer Science & Engineering Technology (IJCSET) Handwritten Character Recognition with Feedback Neural Network Apash Roy* 1, N R Manna* *Department of Computer

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

Extracting Characters From Books Based On The OCR Technology

Extracting Characters From Books Based On The OCR Technology 2016 International Conference on Engineering and Advanced Technology (ICEAT-16) Extracting Characters From Books Based On The OCR Technology Mingkai Zhang1, a, Xiaoyi Bao1, b,xin Wang1, c, Jifeng Ding1,

More information

Slant normalization of handwritten numeral strings

Slant normalization of handwritten numeral strings Slant normalization of handwritten numeral strings Alceu de S. Britto Jr 1,4, Robert Sabourin 2, Edouard Lethelier 1, Flávio Bortolozzi 1, Ching Y. Suen 3 adesouza, sabourin@livia.etsmtl.ca suen@cenparmi.concordia.ca

More information

A Technique for Offline Handwritten Character Recognition

A Technique for Offline Handwritten Character Recognition A Technique for Offline Handwritten Character Recognition 1 Shilpy Bansal, 2 Mamta Garg, 3 Munish Kumar 1 Lecturer, Department of Computer Science Engineering, BMSCET, Muktsar, Punjab 2 Assistant Professor,

More information

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 5, ISSUE

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 5, ISSUE OPTICAL HANDWRITTEN DEVNAGARI CHARACTER RECOGNITION USING ARTIFICIAL NEURAL NETWORK APPROACH JYOTI A.PATIL Ashokrao Mane Group of Institution, Vathar Tarf Vadgaon, India. DR. SANJAY R. PATIL Ashokrao Mane

More information

An Efficient Character Segmentation Based on VNP Algorithm

An Efficient Character Segmentation Based on VNP Algorithm Research Journal of Applied Sciences, Engineering and Technology 4(24): 5438-5442, 2012 ISSN: 2040-7467 Maxwell Scientific organization, 2012 Submitted: March 18, 2012 Accepted: April 14, 2012 Published:

More information

FEATURE EXTRACTION TECHNIQUE FOR HANDWRITTEN INDIAN NUMBERS CLASSIFICATION

FEATURE EXTRACTION TECHNIQUE FOR HANDWRITTEN INDIAN NUMBERS CLASSIFICATION FEATURE EXTRACTION TECHNIQUE FOR HANDWRITTEN INDIAN NUMBERS CLASSIFICATION 1 SALAMEH A. MJLAE, 2 SALIM A. ALKHAWALDEH, 3 SALAH M. AL-SALEH 1, 3 Department of Computer Science, Zarqa University Collage,

More information

Word-wise Hand-written Script Separation for Indian Postal automation

Word-wise Hand-written Script Separation for Indian Postal automation Word-wise Hand-written Script Separation for Indian Postal automation K. Roy U. Pal Dept. of Comp. Sc. & Engg. West Bengal University of Technology, Sector 1, Saltlake City, Kolkata-64, India Abstract

More information

Structural Feature Extraction to recognize some of the Offline Isolated Handwritten Gujarati Characters using Decision Tree Classifier

Structural Feature Extraction to recognize some of the Offline Isolated Handwritten Gujarati Characters using Decision Tree Classifier Structural Feature Extraction to recognize some of the Offline Isolated Handwritten Gujarati Characters using Decision Tree Classifier Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad

More information

Mobile Application with Optical Character Recognition Using Neural Network

Mobile Application with Optical Character Recognition Using Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 1, January 2015,

More information

Hand Written Character Recognition using VNP based Segmentation and Artificial Neural Network

Hand Written Character Recognition using VNP based Segmentation and Artificial Neural Network International Journal of Emerging Engineering Research and Technology Volume 4, Issue 6, June 2016, PP 38-46 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Hand Written Character Recognition using VNP

More information

A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition

A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition Dinesh Mandalapu, Sridhar Murali Krishna HP Laboratories India HPL-2007-109 July

More information

A New Algorithm for Detecting Text Line in Handwritten Documents

A New Algorithm for Detecting Text Line in Handwritten Documents A New Algorithm for Detecting Text Line in Handwritten Documents Yi Li 1, Yefeng Zheng 2, David Doermann 1, and Stefan Jaeger 1 1 Laboratory for Language and Media Processing Institute for Advanced Computer

More information

Isolated Curved Gurmukhi Character Recognition Using Projection of Gradient

Isolated Curved Gurmukhi Character Recognition Using Projection of Gradient International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 6 (2017), pp. 1387-1396 Research India Publications http://www.ripublication.com Isolated Curved Gurmukhi Character

More information

Offline Tamil Handwritten Character Recognition using Chain Code and Zone based Features

Offline Tamil Handwritten Character Recognition using Chain Code and Zone based Features Offline Tamil Handwritten Character Recognition using Chain Code and Zone based Features M. Antony Robert Raj 1, S. Abirami 2 Department of Information Science and Technology Anna University, Chennai 600

More information

Anale. Seria Informatică. Vol. XVII fasc Annals. Computer Science Series. 17 th Tome 1 st Fasc. 2019

Anale. Seria Informatică. Vol. XVII fasc Annals. Computer Science Series. 17 th Tome 1 st Fasc. 2019 EVALUATION OF AN OPTICAL CHARACTER RECOGNITION MODEL FOR YORUBA TEXT 1 Abimbola Akintola, 2 Tunji Ibiyemi, 3 Amos Bajeh 1,3 Department of Computer Science, University of Ilorin, Nigeria 2 Department of

More information

Optical Character Recognition For Bangla Documents Using HMM

Optical Character Recognition For Bangla Documents Using HMM Optical Character Recognition For Bangla Documents Using HMM Md. Sheemam Monjel and Mumit Khan Dept. of CSE, BRAC University, Dhaka, Bangladesh. sheemam@bracuniversity.net, mumit@bracuniversity.net Abstract

More information

Segmentation Based Optical Character Recognition for Handwritten Marathi characters

Segmentation Based Optical Character Recognition for Handwritten Marathi characters Segmentation Based Optical Character Recognition for Handwritten Marathi characters Madhav Vaidya 1, Yashwant Joshi 2,Milind Bhalerao 3 Department of Information Technology 1 Department of Electronics

More information

2. Basic Task of Pattern Classification

2. Basic Task of Pattern Classification 2. Basic Task of Pattern Classification Definition of the Task Informal Definition: Telling things apart 3 Definition: http://www.webopedia.com/term/p/pattern_recognition.html pattern recognition Last

More information

One type of these solutions is automatic license plate character recognition (ALPR).

One type of these solutions is automatic license plate character recognition (ALPR). 1.0 Introduction Modelling, Simulation & Computing Laboratory (msclab) A rapid technical growth in the area of computer image processing has increased the need for an efficient and affordable security,

More information

Character Segmentation and Recognition Algorithm of Text Region in Steel Images

Character Segmentation and Recognition Algorithm of Text Region in Steel Images Character Segmentation and Recognition Algorithm of Text Region in Steel Images Keunhwi Koo, Jong Pil Yun, SungHoo Choi, JongHyun Choi, Doo Chul Choi, Sang Woo Kim Division of Electrical and Computer Engineering

More information

OFFLINE SIGNATURE VERIFICATION

OFFLINE SIGNATURE VERIFICATION International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 2, March - April 2017, pp. 120 128, Article ID: IJECET_08_02_016 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=8&itype=2

More information

Handwritten Hindi Numerals Recognition System

Handwritten Hindi Numerals Recognition System CS365 Project Report Handwritten Hindi Numerals Recognition System Submitted by: Akarshan Sarkar Kritika Singh Project Mentor: Prof. Amitabha Mukerjee 1 Abstract In this project, we consider the problem

More information

Handwritten Numeral Recognition of Kannada Script

Handwritten Numeral Recognition of Kannada Script Handwritten Numeral Recognition of Kannada Script S.V. Rajashekararadhya Department of Electrical and Electronics Engineering CEG, Anna University, Chennai, India svr_aradhya@yahoo.co.in P. Vanaja Ranjan

More information

HANDWRITTEN/PRINTED TEXT SEPARATION USING PSEUDO-LINES FOR CONTEXTUAL RE-LABELING

HANDWRITTEN/PRINTED TEXT SEPARATION USING PSEUDO-LINES FOR CONTEXTUAL RE-LABELING HANDWRITTEN/PRINTED TEXT SEPARATION USING PSEUDO-LINES FOR CONTEXTUAL RE-LABELING By: Ahmad Montaser Awal Abdel Belaïd Vincent Poulain d Andecy CONTEXT Administrative documents are Noisy Annotated Separation

More information

guessed style annotated.style mixed print mixed print cursive mixed mixed cursive

guessed style annotated.style mixed print mixed print cursive mixed mixed cursive COARSE WRITING-STYLE CLUSTERING BASED ON SIMPLE STROKE-RELATED FEATURES LOUIS VUURPIJL, LAMBERT SCHOMAKER NICI, Nijmegen Institute for Cognition and Information, University of Nijmegen, P.O.Box 9104, 6500

More information

Radial Basis Function Neural Network Classifier

Radial Basis Function Neural Network Classifier Recognition of Unconstrained Handwritten Numerals by a Radial Basis Function Neural Network Classifier Hwang, Young-Sup and Bang, Sung-Yang Department of Computer Science & Engineering Pohang University

More information

An Improvement Study for Optical Character Recognition by using Inverse SVM in Image Processing Technique

An Improvement Study for Optical Character Recognition by using Inverse SVM in Image Processing Technique An Improvement Study for Optical Character Recognition by using Inverse SVM in Image Processing Technique I Dinesh KumarVerma, II Anjali Khatri I Assistant Professor (ECE) PDM College of Engineering, Bahadurgarh,

More information

Extract an Essential Skeleton of a Character as a Graph from a Character Image

Extract an Essential Skeleton of a Character as a Graph from a Character Image Extract an Essential Skeleton of a Character as a Graph from a Character Image Kazuhisa Fujita University of Electro-Communications 1-5-1 Chofugaoka, Chofu, Tokyo, 182-8585 Japan k-z@nerve.pc.uec.ac.jp

More information

Available online at ScienceDirect. Procedia Computer Science 45 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 45 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 45 (2015 ) 205 214 International Conference on Advanced Computing Technologies and Applications (ICACTA- 2015) Automatic

More information

Universal Graphical User Interface for Online Handwritten Character Recognition

Universal Graphical User Interface for Online Handwritten Character Recognition Universal Graphical User Interface for Online Handwritten Character Recognition Thesis submitted in partial fulfillment of the requirements for the award of degree of Master of Engineering in Computer

More information

Off-line Character Recognition using On-line Character Writing Information

Off-line Character Recognition using On-line Character Writing Information Off-line Character Recognition using On-line Character Writing Information Hiromitsu NISHIMURA and Takehiko TIMIKAWA Dept. of Information and Computer Sciences, Kanagawa Institute of Technology 1030 Shimo-ogino,

More information

HANDWRITTEN SIGNATURE VERIFICATION USING NEURAL NETWORK & ECLUDEAN APPROACH

HANDWRITTEN SIGNATURE VERIFICATION USING NEURAL NETWORK & ECLUDEAN APPROACH http:// HANDWRITTEN SIGNATURE VERIFICATION USING NEURAL NETWORK & ECLUDEAN APPROACH Shalu Saraswat 1, Prof. Sitesh Kumar Sinha 2, Prof. Mukesh Kumar 3 1,2,3 Department of Computer Science, AISECT University

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 3.632 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 (Special Issue for ITECE 2016) Analysis and Implementation

More information

INTERNATIONAL RESEARCH JOURNAL OF MULTIDISCIPLINARY STUDIES

INTERNATIONAL RESEARCH JOURNAL OF MULTIDISCIPLINARY STUDIES STUDIES & SPPP's, Karmayogi Engineering College, Pandharpur Organize National Conference Special Issue March 2016 Neuro-Fuzzy System based Handwritten Marathi System Numerals Recognition 1 Jayashri H Patil(Madane),

More information

Segmentation of Arabic handwritten text to lines

Segmentation of Arabic handwritten text to lines Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 73 (2015 ) 115 121 The International Conference on Advanced Wireless, Information, and Communication Technologies (AWICT

More information

PRINTED ARABIC CHARACTERS CLASSIFICATION USING A STATISTICAL APPROACH

PRINTED ARABIC CHARACTERS CLASSIFICATION USING A STATISTICAL APPROACH PRINTED ARABIC CHARACTERS CLASSIFICATION USING A STATISTICAL APPROACH Ihab Zaqout Dept. of Information Technology Faculty of Engineering & Information Technology Al-Azhar University Gaza ABSTRACT In this

More information

Opportunities and Challenges of Handwritten Sanskrit Character Recognition System

Opportunities and Challenges of Handwritten Sanskrit Character Recognition System Opportunities and Challenges of Handwritten System Shailendra Kumar Singh Research Scholar, CSE Department SLIET Longowal, Sangrur, Punjab, India Sks.it2012@gmail.com Manoj Kumar Sachan Assosiate Professor,

More information

Invarianceness for Character Recognition Using Geo-Discretization Features

Invarianceness for Character Recognition Using Geo-Discretization Features Computer and Information Science; Vol. 9, No. 2; 2016 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Invarianceness for Character Recognition Using Geo-Discretization

More information

2009 International Conference on Emerging Technologies

2009 International Conference on Emerging Technologies 2009 International Conference on Emerging Technologies A Self Organizing Map Based Urdu Nasakh Character Recognition Syed Afaq Hussain *, Safdar Zaman ** and Muhammad Ayub ** afaq.husain@mail.au.edu.pk,

More information

Online Signature Verification Technique

Online Signature Verification Technique Volume 3, Issue 1 ISSN: 2320-5288 International Journal of Engineering Technology & Management Research Journal homepage: www.ijetmr.org Online Signature Verification Technique Ankit Soni M Tech Student,

More information