SlideShare uma empresa Scribd logo
1 de 9
Baixar para ler offline
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
80
ODIA HANDWRITTEN DIGIT RECOGNITION USING SINGLE LAYER
PERCEPTRON
Jagyanseni Panda1
, Manaswinee M. Panda1
, Aryapriyanka Samal1
, Niva Das1
1
Department of Electronics and Communication Engineering
ITER, Sikha ‘O‘ Anusandhan University, Odisha, India.
ABSTRACT
The goal of handwriting recognition is to interpret the contents of the data and to generate a
description of that interpretation in the desired format. The paper develops an efficient way for
recognition of odia numerals by using a non-linear classifier. Here the gradient and curvature feature
of odia numerals calculated. Then this processed through a non linear classifier for classification.
The classification results using gradient and curvature are better than other method. This paper
presents recognition of odia numeral using single layer perceptron where complexity is reduced and
by using gradient method accuracy is more. Experimental results demonstrate that on a database of
100 digit patterns written by 100 different people perceptron based classifier which exhibits 85%
accuracy.
Keywords: Curvature Feature, Gradient Feature, Numeral Recognition, Neural Network, Principal
Component Analysis.
I. INTRODUCTION
Over the years computerization has taken over large number of numeral operations, one such
example is offline handwritten numeral recognition. Automatic handwritten odia digit recognition
still remains a challenging task for a computer although a lot of research has been done on this topic.
Recognition of hand written numeral or character is difficult because different people have different
writing style and some characters closely resemble each other. Electronics media has recently
gaining popularity because it replaces the paper and is fast to access [1] .So offline character
recognition is an active research area. Automatic digit recognition system usually follows two steps:
feature analysis and pattern classification.
Feature extraction is that of extracting from the raw data the information which is most
relevant for classification purposes, in the sense of minimizing the within-class pattern variability
while enhancing the between class pattern variability. Considerable research work has been carried
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 5, Issue 4, April (2014), pp. 80-88
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2014): 7.2836 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
81
out in this area and various methods have been proposed for the classification of handwritten digits.
The methods include principal component analysis (PCA) for feature reduction. India is a multi-
lingual multi-script country and there are twenty two languages. Among Indian scripts, Devnagri,
Tamil, Odia and Bangla have started to receive attention for OCR related research in the recent years
[2, 3].
The basic features of offline character recognition are:
• Flexibility: it should recognize a large number of character patterns.
• Efficiency: it should be efficient.
• Automated Learning: it should have automatic learning capability.
Online Adaptability: it should have the capability to gather new knowledge of different
writer-specific handwritten patterns as it operates.
In 2009 Subhadip Basu et al. proposed a hierarchical approach to recognition of handwritten
Bangla character. Though the bangla characters contain the matras. The matra hierarchy has three
zones; i. e. the upper zone, middle zone and lower zone. The character segments obtained from the
said three portions are recognized separately through appropriate pattern classifiers. Literature
reports some work related to recognition of handwritten digits of Indian scripts [4],[5],[6],[7].
Technique for recognition of handwritten Hindi numerals based on modified exponential
membership function fitted to fuzzy sets is presented in [8]. In this paper we have proposed single
layer perceptron for classification. In the first stage of recognition the feature selection is done.
Gradient features and curvature feature have been considered for this purpose. Then these feature are
used to train the single layer perceptron network.
The paper is organised in 5 Sections, Section 2 presents a brief overview of data collection
and feature extraction method. Section 3 deals with the classification task using two single layer
ANN structures. The simulation results are given in section 4. Section 5 presents the conclusion.
II. DATA SET AND FEATURE EXTRACTION
Data set of odia handwritten numerals 0 and 2 is created by collecting the handwritten
documents from different people. Data collection is done on a sheet specially designed for data
collection.
Fig.1. General Architecture of handwritten character recognition system
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
82
The feature extraction process consists of procedures for gradient calculation, curvature
feature calculation, feature vector generation and dimension reduction of the feature vector. Each
procedure is described in succeeding subsections.
2.1 Calculation of Gradient
A gray scale image is generated from an input binary image, and the gradient is calculated as
described below.
(1) Size normalization is applied to a binary character image so that the image has standard width
and height.
(2) Mean filter of size 3×3 is repeatedly applied r times to obtain a gray scale image.
(3) The gray scale image is normalized so that the mean and the maximum of the gray scale are 0
and 1, respectively.
(4) Roberts filter [9], [10] given by Eq. (1) and Eq.(2) is applied to each pixel g(i; j) of the
normalized image to calculate the gradient.
∆‫ݑ‬ ൌ ݃ሺ݅ ൅ 1, ݆ ൅ 1ሻ െ ݃ሺ݅, ݆ሻ
∆‫ݒ‬ ൌ ݃ሺ݅ ൅ 1, ݆ሻ െ ݃ሺ݅, ݆ ൅ 1ሻ
Direction:ߠሺ݅, ݆ሻ ൌ ‫݊ܽݐ‬ିଵ
ሺ
∆௩
∆௨
) (1)
Strength: ݂ሺ݅, ݆ሻ ൌ √∆uଶ ൅ ∆vଶ (2)
2.2 Calculation of Curvature
The procedure for curvature calculation, based on bi-quadratic interpolation is described below.
Fig. 2 neighbourhood of a pixel x0.
The curvature c at x0 in a gray scale image is defined by;
( )32
'1
''
y
y
c
+
=
(3)
Where y=g(x) is equi-gray scale curve passing through x0, (x, y) is the spatial coordinates of
x0, y’ and y’’ are the first and the second order derivatives of y, respectively. The derivatives y’ and
y’’ are derived from bi-quadratic interpolating surface for the gray scale values in the 8-
neighborhood of x0. The bi-quadratic surface is given by;
x4 x3 x2
x5 x0 x1
x6 x7 x8
j
i
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
83
[ ]




















=
2
222120
121110
020100
2
1
1
y
y
aaa
aaa
aaa
xxz
Then the equi-gray scale curve passing through x0 is given by
( ) ( )
000010
2
20
0111
2
21
2
02
2
22
=−++
+++++
faxaxa
yaxaxayaxa
(4)
Differentiation of both sides of Eq. (4) by x leads to
( ) ( ){ }
( ) 0111
2
210212
2
22
10201120
2
22
2
222
'
axaxaaxaxay
axayaxayxa
y
+++++
+++++−
=
(5)
Substituting the coordinates (0, 0) of x0 to (5), the value of y’ at x0 is given by
0110 /' aay −=
(6)
Similarly, the value of y’’ at x0 is given by
01
3
2001
2
1110010210
2
/)(2'' aaaaaaaay +−−= (7)
Solving the simultaneous linear equations (3) holding for 8-neighbor of x0, the coefficients of the bi-
quadratic surface are given by
ܽଵ଴ ൌ ሺ݂ଵ െ ݂ହሻ/2
ܽଶ଴ ൌ ሺ݂ଵ ൅ ݂ହ െ 2݂଴ሻ/2
ܽ଴ଶ ൌ ሺ݂ଷ ൅ ݂଻ െ 2݂଴ሻ/2
ܽ଴ଵ ൌ ሺ݂ଷ െ ݂଻ሻ/2
ܽଵଵ ൌ ሺ݂ଶ െ ଼݂ሻ െ ሺ݂ସ െ ݂଺ሻ/4 (8)
The coefficients a10 and a20 are, respectively, the first and the second order partial derivatives
of f(x, y) regarding x; a01 and a02 are similar partial derivatives regarding y, and a11 is the one
regarding to x and y. Substituting Eqs. (6) And (7) to Eq. (2), the curvature is given by
‫ܥ‬ ൌ െ2ሺܽଶ
଴ଵ
ܽ଴ଶ െ ܽ଴ଵܽଵ଴ܽଵଵ ൅ ܽଶ
଴ଵܽ଴ଶሻ/ሺܽଶ
ଵ଴ ൅ ܽଶ
଴ଵሻଷ/ଶ
(9)
2.3 Generation of Feature Vector
A feature vector is composed of the strength of gradient accumulated separately in different
directions as described below;
(1) The direction of gradient detected is quantized to 32 levels with
గ
ଵ଺
interval.
(2) The normalized character image is divided into 81 (9 horizontal × 9 vertical) blocks.
(3) The strength of the gradient is accumulated separately in each of 32 directions, in each block,
to produce 81 local spectra of direction.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
84
(4)The variable transformation (y = x^0.4) is applied to make the distribution of the features
Gaussian-like [11], [12].
2.4 Dimension Reduction
The required processing time and storage can be reduced by the dimension reduction
employing the principal component analysis (KL transform). The principal component analysis is a
typical dimension reduction procedure based on the orthonormal transformation which maximizes
the total variances, and minimizes the mean square error due to the dimension reduction. It is shown
that the dimensionality can be reduced to without sacrificing the recognition accuracy in
handwritten numeral recognition employing the feature vector of size 400 detected from the gradient
of the gray scale[13],[14].
III. CLASSIFICATION
ANN has been considered as one of the nonlinear classifiers for digit recognition. The most
common architecture of ANN is the multi layer feed forward network. But due to its multi layered
structure, the complexity is more as compared to other single layer feed forward networks. Hence in
this paper we have proposed a single layer perceptron based scheme for the recognition task.
3.1 Single Layer Perceptron Structure
The basic structure of a single layer perceptron is given in Fig.3. It can be viewed as a single
"neuron" with multiple inputs that generates an output signal.
Fig.3: Single layer perceptron network
(10)
The value of this output depends on the relative strengths of weighted input signals. The perceptron
output can be expressed as:
(11)
where, is the adaptive weight vector is
the input signal vector, and b is the bias term. The most commonly used activation functions are
sigmoid & hard limiter. The perceptron weights are updated according to:
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
85
(12)
Where, η is the learning rate parameter less than 1 d(n) is the desired output or target.
IV. SIMULATION RESULT
To test the performance of the proposed single layer perceptron based scheme simulation was
carried out on MATLAB 2007b platform. 100 isolated handwritten odia digits were collected for the
purpose of training and testing. First, the gradient feature was calculated then the curvature feature
was calculated. Using the procedure in Section 2. For each data set a feature vector consisting of
2592 features was generated. Then using PCA the gradient and cuvature features were reduced to 95,
97 numbers. The feature vector comprising of 95, 97 features was used to train both the ANN based
structures.
Out of 100 isholated hand written odia digits 50 numbers of 0 and 50 numbers of 2 were
collected. For the single layer perceptron, each training set comprises of 95 reduced gradient features
as input and appropriate target. The 95 number of weights are initialized with small random values.
Sigmoidal activation function is used as the non-linearity. Training was carried out for 500 iterations
and learning curve for the same was plotted in the Fig. 9.And the same procedure is carried out for
97 reduced curvature features was plotted in Fig.10. After training, the error reduces to marginal
value and convergence is achieved. 20 data sets were chosen for the purpose of testing out of which
10 data was from odia digit 0 and 10 data was from odia digit 2. It was observed that out of 20
isolated digits only digits have been recognized correctly showing an accuracy of 80% only. The
testing results for the perceptron based scheme are shown in Table I.
Fig.4: Data Set after Normalization Fig.5: Gray scale image
Fig.6: Direction Of Gradient Fig.7: Strength Of Gradient
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
86
Fig.8: Curvature
Fig.4: Training curve of Single layer perceptron for Curvature feature
Fig.5: Training curve of Single layer perceptron for Gradient feature
Table I: Testing Results
Collected odia
digits
Pattern used in
testing
Results for gradient feature Results for curvature
feature
classified Not classified classified Not classified
0 10 9 1 8 2
2 10 8 2 6 4
0 50 100 150 200 250 300 350 400 450 500
0.1
0.15
0.2
0.25
0.3
0.35
0.4
0.45
0.5
iteration->
mse->
0 50 100 150 200 250 300 350 400 450 500
0.1
0.15
0.2
0.25
0.3
0.35
0.4
0.45
0.5
iteration->
mse->
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
87
Confusion matrix (CT) of gradient in testing
9 2
CT =
1 8
Confusion matrix (CT) of curvature in testing
8 4
CT =
2 6
V. CONCLUSION
In this paper we have considered the gradient features and curvature feature are used these for
the recognition of isolated handwritten odia digits. These features are then reduced using the
Principal Component Analysis. The reduced features are then separately used for training the single
layer perceptron network adopted for the classification task. The network is trained as in the single
layer perceptron network and the weights are updated using lms algorithm. Different sets of data
were prepared for training and testing. The gradient feature are tested for 10 numbers of odia digit 0
and 10 numbers of odia digit 2.Out of 10 number of odia 0 digits only 9 number of digits are
classified and out of 10 number of odia 2 digits only 8 number of digits are classified properly. So
the Acurracy of classification using gradient feature is 85%, where as in curvature feature out of 10
number of odia 0 digits only 8 number of digits are classified and out of 10 number of odia 2 digits
only 6 number of digits are classified properly. So the classification accuracy for the curvature
feature feature is 70% only.
REFERENCES
[1] A. Amin, Off-Line Arabic Character Recognition System, State of the Art, Pattern
Recognition, 31(5), 1998, 517-530.
[2] Subhadip Basu, Nibaran Das, Ram Sarkar, Mahantapas Kundu, Mita Nasipuri and Dipak
Kumar Basu, A hierarchical approach to recognition of handwritten Bangla characters,
Pattern Recognition, Elsevier, 42, 2009,1467-1484.
[3] J. Park, V. Govindaraju, S.N. Shrihari, OCR in hierarchical feature space, IEEE Transactions
on Pattern Analysis and Machine Intelligence,22(24), 2000, 400–408.
[4] U. Pal, Chaudhuri, B.B, Automatic Recognition of Unconstrained Off-line Bangla Hand-
written Numerals, Proc. Advances in Multimodal Interfaces, Springer Verlag Lecture Notes
on Computer Science, LNCS-1948, 2000,371-378.
[5] N.Tripathy, M.Panda, U.Pal, A system for Oriya Handwritten Numeral Recognition, SPIE
Proceeding, 5296, Eds. Barney Smith,E.,H., Hu, J., Allan, J., 174-181.
[6] Y. Wen, Y.Lu, P.Shi, Handwritten Bangla Numeral Recognition System and its Application
to Postal Automation, Pattern recognition, 40(1), 2007, 99-107.
[7] Rajput,G.G., Hangarge, Mallikarjun, Recognition of Isolated Handwritten Kannada Numerals
Based on Image Fusion Method, in Pattern Recognition and Machine Intelligence,
LNCS.4815, 2007,153-160.
[8] Bajaj, Reena, Dey, Leepika, Choudhuri, Santanu, Marathi Numeral Recognition by
Combining Decision of Multiple Connectionist Classifiers,27(1), 2002,59-72.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME
88
[9] Roberts, L.G, Machine Perception of Three-Dimensional Solids, in, Tippett (Ed.), J.T,
Optical Electro-Optical Processing of Information, MIT Press, Cambridge, MA,pp. 1965,
159–197.
[10] Russ,J.C, The Image Processing Handbook, 2nd Edition, CRC Press, Boca Raton, FL.1995.
[11] Wakabayashi,T., Tsuruoka,S., Kimura,F., Miyake,Y, Increasing the Feature Size in
Handwritten Numeral Recognition to Improve Accuracy, Systems and Computers in Japan
(English Edition), Scripta Technical, 26.(8),1995,35–44.
[12] Fukunaga,K., in: Rheinboldt,W., Siewiorek (Eds.),D, Introduction to Statistical Pattern
Recognition, 2nd Edition, Academic Press, New York,1990.
[13] Kimura,F., Wakabayashi,T., Miyake,Y, On Feature Extraction for Limited Class Problem,
Proceedings of the 13th ICPR, II, 1996,191–194.
[14] Shi,M., Fujisawa,Y., Wakabayashi,T., Kimura,F, Handwritten Numeral Recognition using
Gradient and Curvature of Gray Scale Image, Pattern Recognition 35, 2002, 2051 – 2059.
[15] Primekumar K.P and Sumam Mary Idicula, “Performance of On-Line Malayalam
Handwritten character Recognition using Hmm and Sfam”, International Journal of
Computer Engineering & Technology (IJCET), Volume 3, Issue 1, 2012, pp. 115 - 125,
ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[16] Dr. Vangala Padmaja, “A Brief Review on Hand Written Character Recognition”,
International Journal of Advanced Research in Engineering & Technology (IJARET),
Volume 5, Issue 2, 2014, pp. 70 - 78, ISSN Print: 0976-6480, ISSN Online: 0976-6499.
[17] Gunjan Singh, Avinash Pokhriyal and Sushma Lehri, “Fuzzy Rule Based Classification And
Recognition Of Handwritten Hindi Curve Script”, International Journal of Computer
Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 337 - 357, ISSN Print:
0976 – 6367, ISSN Online: 0976 – 6375.
[18] Chaitali K.Dhande and P.M.Mahajan, “Evaluating Neural Network and Hidden Markov
Model Classifiers for Handwritten Word Recognition”, International Journal of Electronics
and Communication Engineering & Technology (IJECET), Volume 4, Issue 6, 2013,
pp. 117 - 123, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.

Mais conteúdo relacionado

Mais procurados

SEGMENTATION USING ‘NEW’ TEXTURE FEATURE
SEGMENTATION USING ‘NEW’ TEXTURE FEATURESEGMENTATION USING ‘NEW’ TEXTURE FEATURE
SEGMENTATION USING ‘NEW’ TEXTURE FEATUREacijjournal
 
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELDFINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELDijesajournal
 
Optical character recognition performance analysis of sif and ldf based ocr
Optical character recognition performance analysis of sif and ldf based ocrOptical character recognition performance analysis of sif and ldf based ocr
Optical character recognition performance analysis of sif and ldf based ocrcsandit
 
An Experiment with Sparse Field and Localized Region Based Active Contour Int...
An Experiment with Sparse Field and Localized Region Based Active Contour Int...An Experiment with Sparse Field and Localized Region Based Active Contour Int...
An Experiment with Sparse Field and Localized Region Based Active Contour Int...CSCJournals
 
OTSU Thresholding Method for Flower Image Segmentation
OTSU Thresholding Method for Flower Image SegmentationOTSU Thresholding Method for Flower Image Segmentation
OTSU Thresholding Method for Flower Image Segmentationijceronline
 
Investigation on Using Fractal Geometry for Classification of Partial Dischar...
Investigation on Using Fractal Geometry for Classification of Partial Dischar...Investigation on Using Fractal Geometry for Classification of Partial Dischar...
Investigation on Using Fractal Geometry for Classification of Partial Dischar...IOSR Journals
 
A Survey on Tamil Handwritten Character Recognition using OCR Techniques
A Survey on Tamil Handwritten Character Recognition using OCR TechniquesA Survey on Tamil Handwritten Character Recognition using OCR Techniques
A Survey on Tamil Handwritten Character Recognition using OCR Techniquescscpconf
 
Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...
Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...
Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...CSCJournals
 
Leaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationLeaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationIAEME Publication
 
11.similarity of inference face matching on angle oriented
11.similarity of inference face matching on angle oriented11.similarity of inference face matching on angle oriented
11.similarity of inference face matching on angle orientedAlexander Decker
 
Similarity of inference face matching on angle oriented
Similarity of inference face matching on angle orientedSimilarity of inference face matching on angle oriented
Similarity of inference face matching on angle orientedAlexander Decker
 
Blind Image Seperation Using Forward Difference Method (FDM)
Blind Image Seperation Using Forward Difference Method (FDM)Blind Image Seperation Using Forward Difference Method (FDM)
Blind Image Seperation Using Forward Difference Method (FDM)sipij
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisIAEME Publication
 
SVM Based Identification of Psychological Personality Using Handwritten Text
SVM Based Identification of Psychological Personality Using Handwritten Text SVM Based Identification of Psychological Personality Using Handwritten Text
SVM Based Identification of Psychological Personality Using Handwritten Text IJERA Editor
 
Skin colour segmentation using fintte bivariate pearsonian type iv a mixture ...
Skin colour segmentation using fintte bivariate pearsonian type iv a mixture ...Skin colour segmentation using fintte bivariate pearsonian type iv a mixture ...
Skin colour segmentation using fintte bivariate pearsonian type iv a mixture ...Alexander Decker
 
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
 

Mais procurados (19)

SEGMENTATION USING ‘NEW’ TEXTURE FEATURE
SEGMENTATION USING ‘NEW’ TEXTURE FEATURESEGMENTATION USING ‘NEW’ TEXTURE FEATURE
SEGMENTATION USING ‘NEW’ TEXTURE FEATURE
 
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELDFINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
 
Optical character recognition performance analysis of sif and ldf based ocr
Optical character recognition performance analysis of sif and ldf based ocrOptical character recognition performance analysis of sif and ldf based ocr
Optical character recognition performance analysis of sif and ldf based ocr
 
An Experiment with Sparse Field and Localized Region Based Active Contour Int...
An Experiment with Sparse Field and Localized Region Based Active Contour Int...An Experiment with Sparse Field and Localized Region Based Active Contour Int...
An Experiment with Sparse Field and Localized Region Based Active Contour Int...
 
OTSU Thresholding Method for Flower Image Segmentation
OTSU Thresholding Method for Flower Image SegmentationOTSU Thresholding Method for Flower Image Segmentation
OTSU Thresholding Method for Flower Image Segmentation
 
Investigation on Using Fractal Geometry for Classification of Partial Dischar...
Investigation on Using Fractal Geometry for Classification of Partial Dischar...Investigation on Using Fractal Geometry for Classification of Partial Dischar...
Investigation on Using Fractal Geometry for Classification of Partial Dischar...
 
A Survey on Tamil Handwritten Character Recognition using OCR Techniques
A Survey on Tamil Handwritten Character Recognition using OCR TechniquesA Survey on Tamil Handwritten Character Recognition using OCR Techniques
A Survey on Tamil Handwritten Character Recognition using OCR Techniques
 
Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...
Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...
Segmentation by Fusion of Self-Adaptive SFCM Cluster in Multi-Color Space Com...
 
Leaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationLeaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classification
 
11.similarity of inference face matching on angle oriented
11.similarity of inference face matching on angle oriented11.similarity of inference face matching on angle oriented
11.similarity of inference face matching on angle oriented
 
Similarity of inference face matching on angle oriented
Similarity of inference face matching on angle orientedSimilarity of inference face matching on angle oriented
Similarity of inference face matching on angle oriented
 
40120130406002
4012013040600240120130406002
40120130406002
 
Blind Image Seperation Using Forward Difference Method (FDM)
Blind Image Seperation Using Forward Difference Method (FDM)Blind Image Seperation Using Forward Difference Method (FDM)
Blind Image Seperation Using Forward Difference Method (FDM)
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
 
SVM Based Identification of Psychological Personality Using Handwritten Text
SVM Based Identification of Psychological Personality Using Handwritten Text SVM Based Identification of Psychological Personality Using Handwritten Text
SVM Based Identification of Psychological Personality Using Handwritten Text
 
ijecct
ijecctijecct
ijecct
 
Skin colour segmentation using fintte bivariate pearsonian type iv a mixture ...
Skin colour segmentation using fintte bivariate pearsonian type iv a mixture ...Skin colour segmentation using fintte bivariate pearsonian type iv a mixture ...
Skin colour segmentation using fintte bivariate pearsonian type iv a mixture ...
 
I1803026164
I1803026164I1803026164
I1803026164
 
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
 

Destaque (9)

Inicio obras presentacion
Inicio obras presentacionInicio obras presentacion
Inicio obras presentacion
 
20320130406025 2-3
20320130406025 2-320320130406025 2-3
20320130406025 2-3
 
10320130403006
1032013040300610320130403006
10320130403006
 
Anexos 5º ano
Anexos 5º anoAnexos 5º ano
Anexos 5º ano
 
ATIVIDADE PROG. ORIENTADA
ATIVIDADE PROG. ORIENTADAATIVIDADE PROG. ORIENTADA
ATIVIDADE PROG. ORIENTADA
 
30120140504026
3012014050402630120140504026
30120140504026
 
Lectores rss blanca
Lectores rss blancaLectores rss blanca
Lectores rss blanca
 
Presentacion rss dairys
Presentacion rss dairysPresentacion rss dairys
Presentacion rss dairys
 
40120140504012
4012014050401240120140504012
40120140504012
 

Semelhante a 40120140504011

Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...ijfcstjournal
 
Paper id 24201433
Paper id 24201433Paper id 24201433
Paper id 24201433IJRAT
 
Fingerprint verification using steerable filters
Fingerprint verification using steerable filtersFingerprint verification using steerable filters
Fingerprint verification using steerable filtersIAEME Publication
 
Fingerprint verification using steerable filters
Fingerprint verification using steerable filtersFingerprint verification using steerable filters
Fingerprint verification using steerable filtersIAEME Publication
 
Improvement of the Recognition Rate by Random Forest
Improvement of the Recognition Rate by Random ForestImprovement of the Recognition Rate by Random Forest
Improvement of the Recognition Rate by Random ForestIJERA Editor
 
Improvement oh the recognition rate by random forest
Improvement oh the recognition rate by random forestImprovement oh the recognition rate by random forest
Improvement oh the recognition rate by random forestYoussef Rachidi
 
New Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionNew Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionIJERA Editor
 
Classifier fusion method to recognize
Classifier fusion method to recognizeClassifier fusion method to recognize
Classifier fusion method to recognizeIJCI JOURNAL
 
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...IJCI JOURNAL
 
A Novel Approach to Recognize Handwritten Gujarati Digits.pdf
A Novel Approach to Recognize Handwritten Gujarati Digits.pdfA Novel Approach to Recognize Handwritten Gujarati Digits.pdf
A Novel Approach to Recognize Handwritten Gujarati Digits.pdfSamantha Martinez
 
An fpga based efficient fruit recognition system using minimum
An fpga based efficient fruit recognition system using minimumAn fpga based efficient fruit recognition system using minimum
An fpga based efficient fruit recognition system using minimumAlexander Decker
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionIJECEIAES
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...IAEME Publication
 
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
 

Semelhante a 40120140504011 (20)

Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...
 
Paper id 24201433
Paper id 24201433Paper id 24201433
Paper id 24201433
 
20120140504013
2012014050401320120140504013
20120140504013
 
40120140505005 2
40120140505005 240120140505005 2
40120140505005 2
 
40120140505005
4012014050500540120140505005
40120140505005
 
40120140505005
4012014050500540120140505005
40120140505005
 
Fingerprint verification using steerable filters
Fingerprint verification using steerable filtersFingerprint verification using steerable filters
Fingerprint verification using steerable filters
 
Fingerprint verification using steerable filters
Fingerprint verification using steerable filtersFingerprint verification using steerable filters
Fingerprint verification using steerable filters
 
Improvement of the Recognition Rate by Random Forest
Improvement of the Recognition Rate by Random ForestImprovement of the Recognition Rate by Random Forest
Improvement of the Recognition Rate by Random Forest
 
Improvement oh the recognition rate by random forest
Improvement oh the recognition rate by random forestImprovement oh the recognition rate by random forest
Improvement oh the recognition rate by random forest
 
New Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionNew Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral Recognition
 
Classifier fusion method to recognize
Classifier fusion method to recognizeClassifier fusion method to recognize
Classifier fusion method to recognize
 
Ijetcas14 399
Ijetcas14 399Ijetcas14 399
Ijetcas14 399
 
40120140501009
4012014050100940120140501009
40120140501009
 
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
 
A Novel Approach to Recognize Handwritten Gujarati Digits.pdf
A Novel Approach to Recognize Handwritten Gujarati Digits.pdfA Novel Approach to Recognize Handwritten Gujarati Digits.pdf
A Novel Approach to Recognize Handwritten Gujarati Digits.pdf
 
An fpga based efficient fruit recognition system using minimum
An fpga based efficient fruit recognition system using minimumAn fpga based efficient fruit recognition system using minimum
An fpga based efficient fruit recognition system using minimum
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and Recognition
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
 
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...
 

Mais de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mais de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Último (20)

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

40120140504011

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 80 ODIA HANDWRITTEN DIGIT RECOGNITION USING SINGLE LAYER PERCEPTRON Jagyanseni Panda1 , Manaswinee M. Panda1 , Aryapriyanka Samal1 , Niva Das1 1 Department of Electronics and Communication Engineering ITER, Sikha ‘O‘ Anusandhan University, Odisha, India. ABSTRACT The goal of handwriting recognition is to interpret the contents of the data and to generate a description of that interpretation in the desired format. The paper develops an efficient way for recognition of odia numerals by using a non-linear classifier. Here the gradient and curvature feature of odia numerals calculated. Then this processed through a non linear classifier for classification. The classification results using gradient and curvature are better than other method. This paper presents recognition of odia numeral using single layer perceptron where complexity is reduced and by using gradient method accuracy is more. Experimental results demonstrate that on a database of 100 digit patterns written by 100 different people perceptron based classifier which exhibits 85% accuracy. Keywords: Curvature Feature, Gradient Feature, Numeral Recognition, Neural Network, Principal Component Analysis. I. INTRODUCTION Over the years computerization has taken over large number of numeral operations, one such example is offline handwritten numeral recognition. Automatic handwritten odia digit recognition still remains a challenging task for a computer although a lot of research has been done on this topic. Recognition of hand written numeral or character is difficult because different people have different writing style and some characters closely resemble each other. Electronics media has recently gaining popularity because it replaces the paper and is fast to access [1] .So offline character recognition is an active research area. Automatic digit recognition system usually follows two steps: feature analysis and pattern classification. Feature extraction is that of extracting from the raw data the information which is most relevant for classification purposes, in the sense of minimizing the within-class pattern variability while enhancing the between class pattern variability. Considerable research work has been carried INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2014): 7.2836 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 81 out in this area and various methods have been proposed for the classification of handwritten digits. The methods include principal component analysis (PCA) for feature reduction. India is a multi- lingual multi-script country and there are twenty two languages. Among Indian scripts, Devnagri, Tamil, Odia and Bangla have started to receive attention for OCR related research in the recent years [2, 3]. The basic features of offline character recognition are: • Flexibility: it should recognize a large number of character patterns. • Efficiency: it should be efficient. • Automated Learning: it should have automatic learning capability. Online Adaptability: it should have the capability to gather new knowledge of different writer-specific handwritten patterns as it operates. In 2009 Subhadip Basu et al. proposed a hierarchical approach to recognition of handwritten Bangla character. Though the bangla characters contain the matras. The matra hierarchy has three zones; i. e. the upper zone, middle zone and lower zone. The character segments obtained from the said three portions are recognized separately through appropriate pattern classifiers. Literature reports some work related to recognition of handwritten digits of Indian scripts [4],[5],[6],[7]. Technique for recognition of handwritten Hindi numerals based on modified exponential membership function fitted to fuzzy sets is presented in [8]. In this paper we have proposed single layer perceptron for classification. In the first stage of recognition the feature selection is done. Gradient features and curvature feature have been considered for this purpose. Then these feature are used to train the single layer perceptron network. The paper is organised in 5 Sections, Section 2 presents a brief overview of data collection and feature extraction method. Section 3 deals with the classification task using two single layer ANN structures. The simulation results are given in section 4. Section 5 presents the conclusion. II. DATA SET AND FEATURE EXTRACTION Data set of odia handwritten numerals 0 and 2 is created by collecting the handwritten documents from different people. Data collection is done on a sheet specially designed for data collection. Fig.1. General Architecture of handwritten character recognition system
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 82 The feature extraction process consists of procedures for gradient calculation, curvature feature calculation, feature vector generation and dimension reduction of the feature vector. Each procedure is described in succeeding subsections. 2.1 Calculation of Gradient A gray scale image is generated from an input binary image, and the gradient is calculated as described below. (1) Size normalization is applied to a binary character image so that the image has standard width and height. (2) Mean filter of size 3×3 is repeatedly applied r times to obtain a gray scale image. (3) The gray scale image is normalized so that the mean and the maximum of the gray scale are 0 and 1, respectively. (4) Roberts filter [9], [10] given by Eq. (1) and Eq.(2) is applied to each pixel g(i; j) of the normalized image to calculate the gradient. ∆‫ݑ‬ ൌ ݃ሺ݅ ൅ 1, ݆ ൅ 1ሻ െ ݃ሺ݅, ݆ሻ ∆‫ݒ‬ ൌ ݃ሺ݅ ൅ 1, ݆ሻ െ ݃ሺ݅, ݆ ൅ 1ሻ Direction:ߠሺ݅, ݆ሻ ൌ ‫݊ܽݐ‬ିଵ ሺ ∆௩ ∆௨ ) (1) Strength: ݂ሺ݅, ݆ሻ ൌ √∆uଶ ൅ ∆vଶ (2) 2.2 Calculation of Curvature The procedure for curvature calculation, based on bi-quadratic interpolation is described below. Fig. 2 neighbourhood of a pixel x0. The curvature c at x0 in a gray scale image is defined by; ( )32 '1 '' y y c + = (3) Where y=g(x) is equi-gray scale curve passing through x0, (x, y) is the spatial coordinates of x0, y’ and y’’ are the first and the second order derivatives of y, respectively. The derivatives y’ and y’’ are derived from bi-quadratic interpolating surface for the gray scale values in the 8- neighborhood of x0. The bi-quadratic surface is given by; x4 x3 x2 x5 x0 x1 x6 x7 x8 j i
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 83 [ ]                     = 2 222120 121110 020100 2 1 1 y y aaa aaa aaa xxz Then the equi-gray scale curve passing through x0 is given by ( ) ( ) 000010 2 20 0111 2 21 2 02 2 22 =−++ +++++ faxaxa yaxaxayaxa (4) Differentiation of both sides of Eq. (4) by x leads to ( ) ( ){ } ( ) 0111 2 210212 2 22 10201120 2 22 2 222 ' axaxaaxaxay axayaxayxa y +++++ +++++− = (5) Substituting the coordinates (0, 0) of x0 to (5), the value of y’ at x0 is given by 0110 /' aay −= (6) Similarly, the value of y’’ at x0 is given by 01 3 2001 2 1110010210 2 /)(2'' aaaaaaaay +−−= (7) Solving the simultaneous linear equations (3) holding for 8-neighbor of x0, the coefficients of the bi- quadratic surface are given by ܽଵ଴ ൌ ሺ݂ଵ െ ݂ହሻ/2 ܽଶ଴ ൌ ሺ݂ଵ ൅ ݂ହ െ 2݂଴ሻ/2 ܽ଴ଶ ൌ ሺ݂ଷ ൅ ݂଻ െ 2݂଴ሻ/2 ܽ଴ଵ ൌ ሺ݂ଷ െ ݂଻ሻ/2 ܽଵଵ ൌ ሺ݂ଶ െ ଼݂ሻ െ ሺ݂ସ െ ݂଺ሻ/4 (8) The coefficients a10 and a20 are, respectively, the first and the second order partial derivatives of f(x, y) regarding x; a01 and a02 are similar partial derivatives regarding y, and a11 is the one regarding to x and y. Substituting Eqs. (6) And (7) to Eq. (2), the curvature is given by ‫ܥ‬ ൌ െ2ሺܽଶ ଴ଵ ܽ଴ଶ െ ܽ଴ଵܽଵ଴ܽଵଵ ൅ ܽଶ ଴ଵܽ଴ଶሻ/ሺܽଶ ଵ଴ ൅ ܽଶ ଴ଵሻଷ/ଶ (9) 2.3 Generation of Feature Vector A feature vector is composed of the strength of gradient accumulated separately in different directions as described below; (1) The direction of gradient detected is quantized to 32 levels with గ ଵ଺ interval. (2) The normalized character image is divided into 81 (9 horizontal × 9 vertical) blocks. (3) The strength of the gradient is accumulated separately in each of 32 directions, in each block, to produce 81 local spectra of direction.
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 84 (4)The variable transformation (y = x^0.4) is applied to make the distribution of the features Gaussian-like [11], [12]. 2.4 Dimension Reduction The required processing time and storage can be reduced by the dimension reduction employing the principal component analysis (KL transform). The principal component analysis is a typical dimension reduction procedure based on the orthonormal transformation which maximizes the total variances, and minimizes the mean square error due to the dimension reduction. It is shown that the dimensionality can be reduced to without sacrificing the recognition accuracy in handwritten numeral recognition employing the feature vector of size 400 detected from the gradient of the gray scale[13],[14]. III. CLASSIFICATION ANN has been considered as one of the nonlinear classifiers for digit recognition. The most common architecture of ANN is the multi layer feed forward network. But due to its multi layered structure, the complexity is more as compared to other single layer feed forward networks. Hence in this paper we have proposed a single layer perceptron based scheme for the recognition task. 3.1 Single Layer Perceptron Structure The basic structure of a single layer perceptron is given in Fig.3. It can be viewed as a single "neuron" with multiple inputs that generates an output signal. Fig.3: Single layer perceptron network (10) The value of this output depends on the relative strengths of weighted input signals. The perceptron output can be expressed as: (11) where, is the adaptive weight vector is the input signal vector, and b is the bias term. The most commonly used activation functions are sigmoid & hard limiter. The perceptron weights are updated according to:
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 85 (12) Where, η is the learning rate parameter less than 1 d(n) is the desired output or target. IV. SIMULATION RESULT To test the performance of the proposed single layer perceptron based scheme simulation was carried out on MATLAB 2007b platform. 100 isolated handwritten odia digits were collected for the purpose of training and testing. First, the gradient feature was calculated then the curvature feature was calculated. Using the procedure in Section 2. For each data set a feature vector consisting of 2592 features was generated. Then using PCA the gradient and cuvature features were reduced to 95, 97 numbers. The feature vector comprising of 95, 97 features was used to train both the ANN based structures. Out of 100 isholated hand written odia digits 50 numbers of 0 and 50 numbers of 2 were collected. For the single layer perceptron, each training set comprises of 95 reduced gradient features as input and appropriate target. The 95 number of weights are initialized with small random values. Sigmoidal activation function is used as the non-linearity. Training was carried out for 500 iterations and learning curve for the same was plotted in the Fig. 9.And the same procedure is carried out for 97 reduced curvature features was plotted in Fig.10. After training, the error reduces to marginal value and convergence is achieved. 20 data sets were chosen for the purpose of testing out of which 10 data was from odia digit 0 and 10 data was from odia digit 2. It was observed that out of 20 isolated digits only digits have been recognized correctly showing an accuracy of 80% only. The testing results for the perceptron based scheme are shown in Table I. Fig.4: Data Set after Normalization Fig.5: Gray scale image Fig.6: Direction Of Gradient Fig.7: Strength Of Gradient
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 86 Fig.8: Curvature Fig.4: Training curve of Single layer perceptron for Curvature feature Fig.5: Training curve of Single layer perceptron for Gradient feature Table I: Testing Results Collected odia digits Pattern used in testing Results for gradient feature Results for curvature feature classified Not classified classified Not classified 0 10 9 1 8 2 2 10 8 2 6 4 0 50 100 150 200 250 300 350 400 450 500 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 iteration-> mse-> 0 50 100 150 200 250 300 350 400 450 500 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 iteration-> mse->
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 87 Confusion matrix (CT) of gradient in testing 9 2 CT = 1 8 Confusion matrix (CT) of curvature in testing 8 4 CT = 2 6 V. CONCLUSION In this paper we have considered the gradient features and curvature feature are used these for the recognition of isolated handwritten odia digits. These features are then reduced using the Principal Component Analysis. The reduced features are then separately used for training the single layer perceptron network adopted for the classification task. The network is trained as in the single layer perceptron network and the weights are updated using lms algorithm. Different sets of data were prepared for training and testing. The gradient feature are tested for 10 numbers of odia digit 0 and 10 numbers of odia digit 2.Out of 10 number of odia 0 digits only 9 number of digits are classified and out of 10 number of odia 2 digits only 8 number of digits are classified properly. So the Acurracy of classification using gradient feature is 85%, where as in curvature feature out of 10 number of odia 0 digits only 8 number of digits are classified and out of 10 number of odia 2 digits only 6 number of digits are classified properly. So the classification accuracy for the curvature feature feature is 70% only. REFERENCES [1] A. Amin, Off-Line Arabic Character Recognition System, State of the Art, Pattern Recognition, 31(5), 1998, 517-530. [2] Subhadip Basu, Nibaran Das, Ram Sarkar, Mahantapas Kundu, Mita Nasipuri and Dipak Kumar Basu, A hierarchical approach to recognition of handwritten Bangla characters, Pattern Recognition, Elsevier, 42, 2009,1467-1484. [3] J. Park, V. Govindaraju, S.N. Shrihari, OCR in hierarchical feature space, IEEE Transactions on Pattern Analysis and Machine Intelligence,22(24), 2000, 400–408. [4] U. Pal, Chaudhuri, B.B, Automatic Recognition of Unconstrained Off-line Bangla Hand- written Numerals, Proc. Advances in Multimodal Interfaces, Springer Verlag Lecture Notes on Computer Science, LNCS-1948, 2000,371-378. [5] N.Tripathy, M.Panda, U.Pal, A system for Oriya Handwritten Numeral Recognition, SPIE Proceeding, 5296, Eds. Barney Smith,E.,H., Hu, J., Allan, J., 174-181. [6] Y. Wen, Y.Lu, P.Shi, Handwritten Bangla Numeral Recognition System and its Application to Postal Automation, Pattern recognition, 40(1), 2007, 99-107. [7] Rajput,G.G., Hangarge, Mallikarjun, Recognition of Isolated Handwritten Kannada Numerals Based on Image Fusion Method, in Pattern Recognition and Machine Intelligence, LNCS.4815, 2007,153-160. [8] Bajaj, Reena, Dey, Leepika, Choudhuri, Santanu, Marathi Numeral Recognition by Combining Decision of Multiple Connectionist Classifiers,27(1), 2002,59-72.
  • 9. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 4, April (2014), pp. 80-88 © IAEME 88 [9] Roberts, L.G, Machine Perception of Three-Dimensional Solids, in, Tippett (Ed.), J.T, Optical Electro-Optical Processing of Information, MIT Press, Cambridge, MA,pp. 1965, 159–197. [10] Russ,J.C, The Image Processing Handbook, 2nd Edition, CRC Press, Boca Raton, FL.1995. [11] Wakabayashi,T., Tsuruoka,S., Kimura,F., Miyake,Y, Increasing the Feature Size in Handwritten Numeral Recognition to Improve Accuracy, Systems and Computers in Japan (English Edition), Scripta Technical, 26.(8),1995,35–44. [12] Fukunaga,K., in: Rheinboldt,W., Siewiorek (Eds.),D, Introduction to Statistical Pattern Recognition, 2nd Edition, Academic Press, New York,1990. [13] Kimura,F., Wakabayashi,T., Miyake,Y, On Feature Extraction for Limited Class Problem, Proceedings of the 13th ICPR, II, 1996,191–194. [14] Shi,M., Fujisawa,Y., Wakabayashi,T., Kimura,F, Handwritten Numeral Recognition using Gradient and Curvature of Gray Scale Image, Pattern Recognition 35, 2002, 2051 – 2059. [15] Primekumar K.P and Sumam Mary Idicula, “Performance of On-Line Malayalam Handwritten character Recognition using Hmm and Sfam”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 1, 2012, pp. 115 - 125, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [16] Dr. Vangala Padmaja, “A Brief Review on Hand Written Character Recognition”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 5, Issue 2, 2014, pp. 70 - 78, ISSN Print: 0976-6480, ISSN Online: 0976-6499. [17] Gunjan Singh, Avinash Pokhriyal and Sushma Lehri, “Fuzzy Rule Based Classification And Recognition Of Handwritten Hindi Curve Script”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 337 - 357, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [18] Chaitali K.Dhande and P.M.Mahajan, “Evaluating Neural Network and Hidden Markov Model Classifiers for Handwritten Word Recognition”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 6, 2013, pp. 117 - 123, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.