Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: online handwritten script recognition
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Online Handwritten Script Recognition

Automatic identification of handwritten script facilitates many important applications such as automatic transcription of multilingual documents and search for documents on the Web containing a particular script. The increase in usage of handheld devices which accept handwritten input has created a growing demand for algorithms that can efficiently analyze and retrieve handwritten data.
The proposed system attains an overall classification accuracy of 87.1 percent at the word level with 5-fold cross validation on a data set containing 13,379 words. The classification accuracy improves to 95 percent as the number of words in the test sample is increased to five, and to 95.5 percent for complete text lines consisting of an average of seven words.

please read http://www.scribddoc/6826227/online-hand...ecognition

[attachment=5737]
online handwritten script recognition

Under guidelines by:
Mr. Mutyalu
Asst professor
Department of IT.
Prepared by:
R.Prabhu Kiran
(O7A81A12A3)
N.Anvesh
(07A81A1273)
P.Murali Krishna
(07A81A1299)


INTRODUCTION

This project is based on the domain hand writing script recognition.
Here, we emphasize upon one aspect of this domain , i.e. signature verification as well script recognition.
Online Handwritten Script Recognition

[attachment=18144]

INTRODUCTION
WITH the increase in popularity of portable computing devices
such as PDAs and handheld computers [1], [2], nonkeyboardbased
methods for data entry are receiving more attention in the
research communities and commercial sector. The most promising
options are pen-based and voice-based inputs. Digitizing devices
like SmartBoards [3] and computing platforms such as the IBM
Thinkpad TransNote [4] and Tablet PCs [5], have a pen-based user
interface. Such devices, which generate handwritten documents
with online or dynamic (temporal) information, require efficient
algorithms for processing and retrieving handwritten data.



DATA COLLECTION AND PREPROCESSING
The data used in this paper was collected using the CrossPad1.3
The CrossPad has a pen and paper interface along with the ability
to digitally capture the ðx; yÞ position of the pen tip using an
RF transmitter embedded in the pen. The pen position is sampled
at a constant rate of 132 samples per second and the device has a
resolution of 0:1 mm along the x and y axes. The data was collected
on ruled paper with an interline distance of 8:75 mm, although
some writers wrote on alternate lines. We must point out that the
actual device for data collection is not important as long as it can
generate a temporal sequence of x and y positions of the pen tip.



Line and Word Detection
The data available to a script recognizer is usually a complete
handwritten page or a subset of it. To recognize the script of
individual lines or words in the page, we first need to segment the
page into lines and words. The problem of text line identification in
online documents has been attempted before [20]. To identify the
individual lines, first the interline distance is estimated. The
interline distance, d, is defined as the distance between successive
peaks in the autocorrelation of the y-axis projection of the text.
Fig. 4a shows the y-axis projection of the document in Fig. 1, and
Fig. 4b shows the autocorrelation of the projection. The interline
distance estimate is indicated in Fig. 4b as d.



FEATURE EXTRACTION
Each sample or pattern that we attempt to classify is either a word
or a set of contiguous words in a line. It is helpful to study the
general properties of each of the six scripts for feature extraction.
1. Arabic: Arabic is written from right to left within a line and
the lines are written from top to bottom. A typical Arabic
character contains a relatively long main stroke which is
drawn from right to left, along with one to three dots. The
character set contains three long vowels. Short markings
(diacritics) may be added to the main character to indicate
short vowels [21]. Due to these diacritical marks and the dots
in the script, the length of the strokes vary considerably.
2. Cyrillic: Cyrillic script looks very similar to the cursive
Roman script. The most distinctive features of Cyrillic
script, compared to Roman script are: 1) individual
characters, connected together in a word, form one long
stroke, and 2) the absence of delayed strokes (see Fig. 7).
Delayed strokes cause movement of the pen in the
direction opposite to the regular writing direction.
3. Devnagari: The most important characteristic of Devnagari
script is the horizontal line present at the top of each word,
called “Shirorekha” (see Fig. 6). These lines are usually
drawn after the word is written and hence are similar to
delayed strokes in Roman script. The words are written
from left to right in a line.
4. Han: Characters of Han script are composed of multiple
short strokes. The strokes are usually drawn from top to
bottom and left to right within a character. The direction of
writing of words in a line is either left to right or top to
bottom. The database used in this study contains Han
script text of the former type (horizontal text lines).