SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

TECHNOLOGY (IJCET)

ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 6, November - December (2013), pp. 181-191
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com

IJCET
©IAEME

SEGMENTATION OF TEXT LINES USING SUB-IMAGE PROFILE FOR
MACHINE PRINTED TELUGU SCRIPT
J. Bharathi1,
1

Dr. P. Chandrasekhar Reddy2

Associate Professor, Dept. of ECE, DCET, Nampally, Hyderabad, India,
2
Professor, Dept. of ECE, JNTUCE, Kukatpally, Hyderabad, India.

ABSTRACT
In thick printed documents, improperly binarized documents and manually type set
documents a continuous horizontal gap in between the text lines is seldom possible, causing overlap
in the horizontal profile of the two neighboring lines. The touching of the vowel modifiers and
secondary form of consonants in between two consecutive text lines is extremely rare. The overlap of
the line profiles of two neighboring lines renders the horizontal profile method inefficient for line
segmentation. Improper segmentation of lines gives erroneous results in the connected component
analysis performed for segmenting the multiple components of the single character in the next step.
In the literature many researchers have analyzed this problem; however for Indian scripts especially
for Telugu script this has not been fully explored. In this paper we propose to segment the lines in a
page which has fewer valleys than the number of lines in horizontal profile by an algorithm that
searches for a clear gap between the top and bottom lines of the inter-line space based on the
statistical analysis of the overlap. The analysis of horizontal profile of a small sub-image in the
segmentation path is used for selecting the correct path when two paths are possible to move further.
The results of the algorithm are very encouraging with the success rate of 99.1% on the data set
considered.
Keywords: Bounding Lines, Horizontal Profile, Line Segmentation, Segmentation Path,
Sub-Image Profile.
1. INTRODUCTION
OCR is the process of converting the printed document into editable form. The basic steps
involved are, acquiring an image of the document, binarization of the image, extraction of characters
by the segmentation process, recognition of the characters and mapping of character classes to the
181
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

standard codes for viewing. The binarization categorizes each pixel into two classes of foreground
and background pixels by utilizing a property of the pixel intensity or their distribution in the image.
Extraction of characters is the main objective of segmentation. Character segmentation is an
important step in the pre-processing stage, as the performance of the character segmentation can
affect the performance of the overall system due to the fact that incorrectly segmented characters are
not likely to be recognized properly [1]. After binarization the binarized image is segmented initially
to obtain the lines of the script. The image of the line is segmented into words and then into
characters. The characters are further segmented to obtain individual components.
2. LITERATURE SURVEY
One of the most popular methods used for printed documents is the Projection-profile
method. The horizontal profile method is one of the effective methods used for the segmentation.
The projection profile consists of the count of pixels in a horizontal scan line for all rows and plotted
along a vertical line for the entire document. The white space in between the text lines is used for
segmentation. This algorithm is effective when there is sufficient spacing between the two adjacent
text lines. However, Telugu script consisting of vowel modifiers and consonant modifiers which
extend into the white space in between two consecutive text lines will cause a problem such that the
white space in the horizontal projections is not observed making the text line segmentation process
prone to errors. C. V. Lakshmi and C. Patvardhan used this method in optical character recognition
system for machine printed Telugu text [2].
Run Length Smearing Algorithm (RLSA) proposed by K. Y. Wong, R. G. Casey and F. M.
Wahl [3] which works on binary images is used for segmenting the text line. In this algorithm the
consecutive text pixels along the rows and columns are smeared. The white space in between the
text pixels is filled with the black pixels if the distance is inside a predefined threshold. The
bounding boxes of the connected components in the smeared image are considered as text lines. The
same algorithm is used for segmenting the text lines in printed Telugu script by Negi et al., [4].
Vertical and horizontal thresholds are used to extract words. Vertical smearing is used to unite a
consonant modifier with the associated base character on top of it. This smearing may join
consonants and the vowel modifiers of lines that are close as shown in Fig. 1. However the adjacent
lines may join when large threshold values are used. Ideal threshold values for this method are
difficult to select.

Fig. 1. Run length smeared image
Distance metric between connected components for text line extraction in Telugu documents
is used by Koppula et al [5]. The performance of this approach is good for closely spaced text lines
and deteriorates with skew and overlapping of text lines.
Text line segmentation based on fringe maps is proposed by Negi et al. [6]. In this method
each pixel of the binary image is given a fringe number. Every text pixel is given a fringe number of
zero and the white pixels i.e. the background pixels is given a fringe value based on the distance
from the nearest black pixel using L2 metric. Fringe value information is used to segment the text
lines. Initially peak fringe numbers are located. Peak fringe numbers in between the text lines are
retained by filtering out the remaining. Region in between the adjacent text lines is grown based on
182
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

the peak fringe numbers and the segmentation path is found by joining the filtered PFNs. However
this method needs lot of calculations for finding the fringe numbers and PFNs.
N. Priyanka et al. [7] proposed a method for segmentation of lines for Indian scripts. This
method uses RLSA for smearing the text in document. The segmentation path is proposed based on
vertical distances for the middle of text lines. The segmentation line is traced along the contour line
of the part which obstructs the path.
Manish Kumar [8] has proposed an algorithm for the segmentation of text lines in degraded
documents for Indian scripts.
3. METHODOLOGY
3.1 Segmentation of Lines
The inter-character space between the lines is characterized by a zero height valley in the
horizontal profile. We can segment between the zero valued valleys to isolate each line image.
However the presence of small skew in the document image, improper binarization of documents,
manual typesetting used in earlier days etc., may result in the overlap of the pixel profiles in the
horizontal profile (Fig. 2). The characters themselves may not have overlapped but the projection
profile of top line interferes with the projection profile of bottom line thus the valley will not have a
zero value. The scan line in between two text lines passes through the vowel modifiers and
consonant modifiers which exist in between the two text lines. The segmentation with horizontal
projection profile results in blocks of text lines (Fig. 3), lines having only consonant modifiers and
lines having consonant modifiers of top line attached to the bottom line. It is observed that some font
styles are more prone to touching than others.
Thus segmentation of the image of text lines having no zero valued valleys in horizontal
profile method is not straightforward. In this paper we have proposed a method to segment the lines
which have overlapped projection profile. This method is based on the observation that in most of
the cases the characters contributing to the overlapped horizontal profile are not vertically one over
the other. Therefore a segmentation path can be computed which passes through the inter-character
space without touching the characters of upper and lower bounding lines. However the algorithm
also effectively segments touching vowel modifiers and secondary form of consonants that occur in
the segmentation path.

Fig. 2. Overlapping projection profile

183
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

Fig. 3. Lines segmented using horizontal projection profile
The bounding lines of the white space in between the text lines are initially identified. A
threshold for the proposed location line is fixed based on statistical analysis and moved forward to
get the next point. Any ambiguities along the path are decided based on sub-image profile.
3.2. Estimating the Top and Bottom Bounding Lines of Inter-character Space
Telugu script character model has three zones viz., top zone, middle zone and bottom zone
[9]. The secondary form of consonants are written in bottom zone or bottom and middle zones either
to the left, right or at bottom of the base consonant. The horizontal profile is used to identify top and
bottom bounding lines (Fig. 4).
sk(i) = j,

(1)

Tk <= j <= Bk

Where sk = segmentation path of kth non-zero valley
i = ith column in the image
j = jth row in the image
Tk = Top bounding line of kth non-zero valley
Bk = Bottom bounding line of kth non-zero valley

Fig. 4. Bounding lines of white space

Fig. 5. Identifying bounding lines

184
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

Consider the horizontal profile in Fig. 5. The profiles of all the individual lines merged
without any zero valued valleys. We can obtain the location of top and bottom bounding lines of the
white space if we eliminate the merged portion of the profile by cutting off the lower portion of the
profile and projecting the top and bottom boundaries of white space back on to the line image. The
location of cutting line needs to be approximated by a statistical analysis of profile. Three cases are
considered for the analysis. The lower line may not effectively remove the secondary form of
consonants and vowel modifiers as only part of the profile to secondary form of consonants is
removed. The middle line results in larger fragments. The identification and removing them may not
yield correct results. The top line can yield bounding lines after removing the small fragments in the
remaining profile. The top bounding line as indicated by any one of the three cutting lines is
approximately the same as the slope of the profile is very steep and difference between the three
bounding lines is negligible. However the bottom bounding line as indicated by the three lines differs
from each other. This is because the number of vowel modifiers in top zone of bottom line and their
shapes differ resulting in slope variation of the profile. As we move up the cutting line in horizontal
profile some parts of the character may be included in the bounding space. The top two cutting lines
leave few fragments of pixel run lengths corresponding to the secondary form of consonants of the
top line and need to be eliminated. Based on the statistical analysis of large profiles it is found that
the position of the cutting line can be considered at about 15% of the peak value for identifying the
top and bottom bounding lines of the white space. In order to avoid small lines being eliminated and
consonant modifiers being attached to bottom lines, we considered the horizontal projection profile
for half the width of the image.
But the small run lengths of pixels need to be removed from the horizontal profile after
cutting off the lower portion of the profile as they give false boundaries. The run lengths of the pixels
after eliminating the pixel values less than 15% of the peak value are clustered into two groups.
Initially the pixel run lengths of the profile are sorted in the ascending order. The minimum and
maximum values of the sorted list are considered as the initial seed values of each group. A given
run length is assigned to a group based on the distance between the mean value of the group and the
value of run length. The group having the smaller run lengths is proposed for elimination if the
highest value of the group is less than 60% of the mean value of the second group. The starting and
end location of each run length indicate the top and bottom boundaries (Tk, Bk) of white space.
3.3. Location of Segmentation Path
The non-zero valleys in the horizontal projection profile are occurring between the lines due
to the overlap of projections of vowel modifiers of bottom line and secondary form of consonants of
top line. The segmentation path should be in between the bottom line of first line and to line of
second line. A mid path in the white space is a candidate for the segmentation path. However it is
observed that secondary form of consonants are shifted down into the inter-line space than vowel
modifiers shifted up from bottom line (Fig. 6). Hence the path also should move down. The
segmenting path at 70% of the inter-line space closely follows the contour of the characters correctly
segmenting the lines.
3.4. Prediction of Segmentation Path
After the initial estimate of the location of the segmentation path sk(i), the next pixel of the
path sk(i+1)is predicted to be at the same height as the present path. We now move up words until a
pixel or the bottom line of first line whichever is encountered first. Next we move down words until
a pixel or the top line of second line whichever is encountered first. The pixel at 70% of the distance
between two pixels is the point on the segmentation path (Fig. 6).
Prediction: sk1(i+1) = sk(i)

(2)
185
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

Estimation: sk(i+1) = p1+0.7*(p1+p2)

(3)

Where p1 = first encountered pixel either in upward direction on character or on Tk
upw
p2 = first encountered pixel either in downw
downward direction on character or on Bk

Fig. 6. Segmentation path

Fig. 7. Path 2 is the correct path with clear gap

3.5. Selection of Correct Path in Ambiguous Cases
If a pixel is encountered in the segmentation path, a decision should be made whether to
move upwards or downwards to segment. We have two paths to move forward. Among the two paths
in Fig. 6 the correct path is path 2. It is observed that path 1 is blocked and path 2 is open for the
forward movement. A small sub-image between the top and bottom bounding lines with a width of
image
half the average height of center to center distance of two lines is analyzed for valley in the
horizontal profile. As it is most probable that secondary form of consonant is blocking the path, we
path
look for a zero valued valley in lower half. If a valley is present we move down and move forward in
between the characters. If a valley is not present we look for a valley in upper half of sub
sub-image. If a
valley is present we move up and move forward.
If neither the upward pass nor the downward pass yields a feasible path, it is concluded that
downward
the parts of top and bottom lines are touching. A side profile towards right at given location indicates
a peak. The segmentation path should pass through the peak dividing the touching characters into top
and bottom parts. However it is observed that, this is a rare case. Some image blocks successfully
segmented are shown in Fig. 8.

Fig. 8. Successfully segmented image
4. EXPERIMENTS
Initially the horizontal profile for the document page is calculated. The horizontal profile is
examined for the zero valleys and the lines are segmented along the valleys. The height of each line
is found. The height of the lines are not uniform due to the presence of broken parts of characters in
binarization, scanning and binarization inaccuracies and presence of more lines in a segmented
186
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

image. Each line in the Telugu script has a middle zone, top zone and bottom zone. In the study
conducted on the documents in the database, it is found that only about 0.2% of lines do not have
bottom zone and all the lines have top zone. The presence or absence of the zones also contributes to
variation of the line height. The height of the segmented lines in a page is found to be at 40
percentile of the heights of all the segmented blocks with a confidence level of 95%.
The 40 percentile height in the sorted line heights is designated as the line height (ht40). The
blocks having more than one line and lines having smaller height which have only consonant
modifiers are found using the ht40.
4.1. Algorithm
1. Get the binarized and skew removed image
2. Construct horizontal projection profile
N

HPP(i ) = ∑ I (i, j )
i =1

3. Segment the lines
Count the start of HPP of each line
If (HPP(i)=0 && HPP(i+1)=1)
COUNT=COUNT+1
If (HPP(j)=1 && HPP(j+1)=0)
End of the line
4. Designate 40 percentile of height of the lines in the image as the line height (ht40)
AVG_HT = 40% of heights of all segmented blocks
5. If IMAGE_BLK_HT/AVG_HT >1.8 image block has two or more lines
N_LINE = N_LINE+1
6. If IMAGE_BLK_HT/AVG_HT between 0.3 and 0.5 the image has smaller height lines
NSM_LINE having the consonant modifiers only.
7. If N_LINE and NSM_LINE are zero, then exit (lines are properly segmented)
8. Construct the horizontal profile for half the width of image only to avoid smaller lines being
eliminated and consonant modifiers being attached to bottom lines
N /2

HPP _ BLK (i ) = ∑ I _ BLK (i, j )
i =1

9. Segment the HPP_BLK at 15% of max. peak height
CUT_THRESH = 0.15*MAX(HPP_BLK)
If (HPP_BLK(i) <CUT_THRESH
HPP_BLK(i) = 0
10. Find the continuous pixel runs and their lengths, then sort them
RL1,RL2, … RLn
11. Cluster the lengths into two groups of small lengths(fragments) and large lengths(characters)
SEED1 = RL1
SEED2 = RLn
If RLi <MEAN_GP1,
Assign RLi to GP1
else
Assign RLi to GP2
12. If MAX(GP1) < MEAN_GP2 Remove the small lengths group as they are small fragments
13. Edges of pixel runs having zero values (white space) are the top and bottom bounding lines of
segmentation path
If (HPP_BLK(i)=0 && HPP_BLK(i+1)=1)
187
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

BOT_BND_LINE
If (HPP(j)=0 && HPP(j+1)=1)
+1)=1)
TOP_BND_LINE
line
1
14. For each inter-line space do steps 15 to 19
15. Initialize the segmentation path at 0.7*white space height
SEG_LINE(i) = 0.7*HT_SPACE
16. Predict next segmentation point as the previous one and estimate the correct one at 0.7* the
oint
space
SEG_LINE(i+1) = SEG_LINE(i)
17. If the next pixel is a black one (the line is touching a part of the character) analyze a small
sub image of half the ht40 width x height of inter-char space.
18. If SEG_LINE(i) = 0 analyze sub image
e
Sub image analysis
orizontal
Construct horizontal projection profile
If valley in lower portion SEG_LINE to move down and then forward
If valley in upper portion SEG_LINE to move up and then forward
Else the characters are touching, construct side profile on left towards right, segment through
,
peak
19. Complete the segmentation p till the end of image.
path

Fig. 9. Kannada script segmentation with horizontal profile

Fig. 10. Segmentation with proposed algorithm

188
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

Fig. 11. Hindi script segmentation with horizontal profile

Fig. 12. Segmentation with proposed algorithm

5. RESULTS
About 148 pages of 10 different books binarized and de-skewed are considered for the
analysis which also includes binarized documents downloaded from Digital Library of India (DLI)
(DLI).
The segmented lines using the horizontal profile have one, two or more text lines. Each line block is
segmented using the proposed algorithm. The results are shown in Table I.

Table I
Projection
profile method

Proposed
method

No of Pages analyzed

148

148

Total number of lines

4008

4008

No of blocks having multiple text lines

612

0

No of lines correctly segmented

2559

3972

Accuracy

63.8%

99.1%

189
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

All the images have overlapping projection profiles though the characters are not touching.
The failure cases resulted due to unusual separating space between the base character and secondary
form of conjunct consonants, characters not aligned horizontally along a line and broken characters
in the documents. The algorithm is also tested to segment Kannada and Hindi scripts which have
given correct results for the few documents tested.

6. CONCLUSION
The horizontal profile method for text line segmentation is not effective when the zero valued
valleys are not present due to overlapping of text line projections. The proposed algorithm segments
the document page effectively using the clear gap in between the text lines and sub-image profile
valleys in cases of ambiguity. We can avoid smaller lines being eliminated by considering only half
the width of the document image for calculating horizontal projection profile. The algorithm worked
well for Hindi and Kannada documents.

REFERENCES
1. Yi Lu, “Machine Printed Character Segmentation – An Overview,” Pattern Recognition,
Vol. 28, No. 1, 1995, pp. 67-80.
2. C. V. Lakshmi and C. Patvardhan, “An Optical Character Recognition System for Printed
Telugu Text,” Pattern Analysis and Applications, July 2004, Vol. 7, No. 2, pp. 190–204.
3. K. Y. Wong, R. G. Casey and F.M. Wahl, “Document Analysis System”, IBM Journal of
Research and Development, Vol. 20, No. 6, November 1982,Pg 647-656.
4. A. Negi, C. Bhagvati, and B. Krishna, “An OCR system for Telugu,” in Proc. ICDAR,
Seattle, USA, Sep 2001, pp. 1110–1114.
5. V. K. Koppula, A. Negi and U. Garain, “Robust Text line, Word and Character Extraction
from Telugu Document Image”, ICETET, Nagpur, India, Dec 2009, pp. 269-272.
6. V. K. Koppula and A. Negi, “Fringe Map based Text Line Segmentation of Printed Telugu
Document Images”, Intl. Conference on Document Analysis and Recognition, IEEE, 2011,
pp 1294-1298.
7. N. Priyanka, S. Pal and R. Mandal, “Line and Word Segmentation Approach for Printed
Documents”, IJCA Spl. Issue on RTIPPR (1), 2010, pp 30-36.
8. Manish Kumar, “Degraded Text Recognition of Gurmukhi Script”, Ph.d Thesis, Dept of
Computer Science and Engineering, Thapar University, India, March, 2008.
9. J. Bharathi and P. Chandrasekhar Reddy, “Segmentation of Telugu Touching Conjunct
Consonants Using Overlapping Bounding Box”, IJCSE, Vol. 5, No. 06, June 2013,
pp 538-546.
10. M. M. Kodabagi, S. A. Angadi and Chetana. R. Shivanagi, “Character Recognition of
Kannada Text in Scene Images using Neural Network”, International Journal of Graphics and
Multimedia (IJGM), Volume 4, Issue 1, 2013, pp. 9 - 19, ISSN Print: 0976 – 6448,
ISSN Online: 0976 –6456.
11. Patange V.V and Prof. Deshmukh B.T, “Visual Acknowledgement [O.C.R.] – A Method To
Identify The Printed Characters”, International Journal of Computer Engineering &
Technology (IJCET), Volume 3, Issue 2, 2012, pp. 108 - 114, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.
12. M. M. Kodabagi and S. R. Karjol, “Script Identification from Printed Document Images
using Statistical Features”, International Journal of Computer Engineering & Technology
(IJCET), Volume 4, Issue 2, 2013, pp. 607 - 622, ISSN Print: 0976 – 6367, ISSN Online:
0976 – 6375.
190
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

AUTHORS’ PROFILE
J. Bharathi received her B.Tech degree in Electronics and Communication Engineering from
Acharya Nagarjuna Uniniversity, Guntur, India. She received her M.Tech degree in Digital
Systems and Computer Electronics from Jawaharlal Nehru Technological University,
Hyderabad, India. She joined as faculty member in Electronics and Communication
Engineering Department, Deccan College of Engineering and Technology, Hyderabad, India
and is currently working as Associate Professor. Her research interests include Image
Processing, Speech and Signal Processing.
Dr. P. Chandrasekhar Reddy received his B.Tech. degree in Electronics and
Communication Engineering from Jawaharlal Nehru Technological University, Hyderabad,
India and M.E. from Bharatiyar University, Coimbatore. He received his M.Tech and Ph.D
from Jawaharlal Nehru Technological University, Hyderabad, India. He joined as faculty in
JNTU, Anantapur. Currently he is working as Professor Co-ordination in JNTU, Hyderabad,
India. He is an author of numerous technical papers in the Fields of High Speed Networking
and Wireless Networks. His research interests include Mobile and Wireless Communications
and Networks, Personal Communications Service and High Speed Communications and
Protocols.

191

Contenu connexe

Tendances

Segmentation of Handwritten Chinese Character Strings Based on improved Algor...
Segmentation of Handwritten Chinese Character Strings Based on improved Algor...Segmentation of Handwritten Chinese Character Strings Based on improved Algor...
Segmentation of Handwritten Chinese Character Strings Based on improved Algor...ijeei-iaes
 
IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...IRJET Journal
 
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
 
BAG OF VISUAL WORDS FOR WORD SPOTTING IN HANDWRITTEN DOCUMENTS BASED ON CURVA...
BAG OF VISUAL WORDS FOR WORD SPOTTING IN HANDWRITTEN DOCUMENTS BASED ON CURVA...BAG OF VISUAL WORDS FOR WORD SPOTTING IN HANDWRITTEN DOCUMENTS BASED ON CURVA...
BAG OF VISUAL WORDS FOR WORD SPOTTING IN HANDWRITTEN DOCUMENTS BASED ON CURVA...ijcsit
 
Text Extraction of Colour Images using Mathematical Morphology & HAAR Transform
Text Extraction of Colour Images using Mathematical Morphology & HAAR TransformText Extraction of Colour Images using Mathematical Morphology & HAAR Transform
Text Extraction of Colour Images using Mathematical Morphology & HAAR TransformIOSR Journals
 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...sipij
 
Detection of crossover & bifurcation points on a retinal fundus image by anal...
Detection of crossover & bifurcation points on a retinal fundus image by anal...Detection of crossover & bifurcation points on a retinal fundus image by anal...
Detection of crossover & bifurcation points on a retinal fundus image by anal...eSAT Publishing House
 
Detection of crossover &amp; bifurcation points on a retinal fundus image by ...
Detection of crossover &amp; bifurcation points on a retinal fundus image by ...Detection of crossover &amp; bifurcation points on a retinal fundus image by ...
Detection of crossover &amp; bifurcation points on a retinal fundus image by ...eSAT Journals
 
Devnagari document segmentation using histogram approach
Devnagari document segmentation using histogram approachDevnagari document segmentation using histogram approach
Devnagari document segmentation using histogram approachVikas Dongre
 
Recognition Technology for Four Arithmetic Operations
Recognition Technology for Four Arithmetic OperationsRecognition Technology for Four Arithmetic Operations
Recognition Technology for Four Arithmetic OperationsTELKOMNIKA JOURNAL
 
A MODEL TO CONVERT WAVE–FORM-TEXT TO LINEAR-FORM-TEXT FOR BETTER READABILITY ...
A MODEL TO CONVERT WAVE–FORM-TEXT TO LINEAR-FORM-TEXT FOR BETTER READABILITY ...A MODEL TO CONVERT WAVE–FORM-TEXT TO LINEAR-FORM-TEXT FOR BETTER READABILITY ...
A MODEL TO CONVERT WAVE–FORM-TEXT TO LINEAR-FORM-TEXT FOR BETTER READABILITY ...ijma
 
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITIONA MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITIONijnlc
 
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITIONA MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITIONIJNLC Int.Jour on Natural Lang computing
 
ROBUST TEXT DETECTION AND EXTRACTION IN NATURAL SCENE IMAGES USING CONDITIONA...
ROBUST TEXT DETECTION AND EXTRACTION IN NATURAL SCENE IMAGES USING CONDITIONA...ROBUST TEXT DETECTION AND EXTRACTION IN NATURAL SCENE IMAGES USING CONDITIONA...
ROBUST TEXT DETECTION AND EXTRACTION IN NATURAL SCENE IMAGES USING CONDITIONA...ijiert bestjournal
 

Tendances (17)

Segmentation of Handwritten Chinese Character Strings Based on improved Algor...
Segmentation of Handwritten Chinese Character Strings Based on improved Algor...Segmentation of Handwritten Chinese Character Strings Based on improved Algor...
Segmentation of Handwritten Chinese Character Strings Based on improved Algor...
 
IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...
 
Classifier fusion method to recognize
Classifier fusion method to recognizeClassifier fusion method to recognize
Classifier fusion method to recognize
 
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...
 
Bi4103375380
Bi4103375380Bi4103375380
Bi4103375380
 
BAG OF VISUAL WORDS FOR WORD SPOTTING IN HANDWRITTEN DOCUMENTS BASED ON CURVA...
BAG OF VISUAL WORDS FOR WORD SPOTTING IN HANDWRITTEN DOCUMENTS BASED ON CURVA...BAG OF VISUAL WORDS FOR WORD SPOTTING IN HANDWRITTEN DOCUMENTS BASED ON CURVA...
BAG OF VISUAL WORDS FOR WORD SPOTTING IN HANDWRITTEN DOCUMENTS BASED ON CURVA...
 
Text Extraction of Colour Images using Mathematical Morphology & HAAR Transform
Text Extraction of Colour Images using Mathematical Morphology & HAAR TransformText Extraction of Colour Images using Mathematical Morphology & HAAR Transform
Text Extraction of Colour Images using Mathematical Morphology & HAAR Transform
 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
 
Detection of crossover & bifurcation points on a retinal fundus image by anal...
Detection of crossover & bifurcation points on a retinal fundus image by anal...Detection of crossover & bifurcation points on a retinal fundus image by anal...
Detection of crossover & bifurcation points on a retinal fundus image by anal...
 
Detection of crossover &amp; bifurcation points on a retinal fundus image by ...
Detection of crossover &amp; bifurcation points on a retinal fundus image by ...Detection of crossover &amp; bifurcation points on a retinal fundus image by ...
Detection of crossover &amp; bifurcation points on a retinal fundus image by ...
 
Devnagari document segmentation using histogram approach
Devnagari document segmentation using histogram approachDevnagari document segmentation using histogram approach
Devnagari document segmentation using histogram approach
 
Recognition Technology for Four Arithmetic Operations
Recognition Technology for Four Arithmetic OperationsRecognition Technology for Four Arithmetic Operations
Recognition Technology for Four Arithmetic Operations
 
A MODEL TO CONVERT WAVE–FORM-TEXT TO LINEAR-FORM-TEXT FOR BETTER READABILITY ...
A MODEL TO CONVERT WAVE–FORM-TEXT TO LINEAR-FORM-TEXT FOR BETTER READABILITY ...A MODEL TO CONVERT WAVE–FORM-TEXT TO LINEAR-FORM-TEXT FOR BETTER READABILITY ...
A MODEL TO CONVERT WAVE–FORM-TEXT TO LINEAR-FORM-TEXT FOR BETTER READABILITY ...
 
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITIONA MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
 
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITIONA MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
A MULTI-STREAM HMM APPROACH TO OFFLINE HANDWRITTEN ARABIC WORD RECOGNITION
 
ROBUST TEXT DETECTION AND EXTRACTION IN NATURAL SCENE IMAGES USING CONDITIONA...
ROBUST TEXT DETECTION AND EXTRACTION IN NATURAL SCENE IMAGES USING CONDITIONA...ROBUST TEXT DETECTION AND EXTRACTION IN NATURAL SCENE IMAGES USING CONDITIONA...
ROBUST TEXT DETECTION AND EXTRACTION IN NATURAL SCENE IMAGES USING CONDITIONA...
 
A0150106
A0150106A0150106
A0150106
 

En vedette

POPP 11th Annual Fur Ball
POPP 11th Annual Fur BallPOPP 11th Annual Fur Ball
POPP 11th Annual Fur BallKatina Flower
 
Doppel-MP3-CD Hörbuch Ich kenn dich - darum kauf ich! und Der PreSales Market...
Doppel-MP3-CD Hörbuch Ich kenn dich - darum kauf ich! und Der PreSales Market...Doppel-MP3-CD Hörbuch Ich kenn dich - darum kauf ich! und Der PreSales Market...
Doppel-MP3-CD Hörbuch Ich kenn dich - darum kauf ich! und Der PreSales Market...Robert Nabenhauer
 

En vedette (6)

Bitacora de laboratorio
Bitacora de laboratorioBitacora de laboratorio
Bitacora de laboratorio
 
Presentation_NEW.PPTX
Presentation_NEW.PPTXPresentation_NEW.PPTX
Presentation_NEW.PPTX
 
30120130406019
3012013040601930120130406019
30120130406019
 
POPP 11th Annual Fur Ball
POPP 11th Annual Fur BallPOPP 11th Annual Fur Ball
POPP 11th Annual Fur Ball
 
Internet 1
Internet 1Internet 1
Internet 1
 
Doppel-MP3-CD Hörbuch Ich kenn dich - darum kauf ich! und Der PreSales Market...
Doppel-MP3-CD Hörbuch Ich kenn dich - darum kauf ich! und Der PreSales Market...Doppel-MP3-CD Hörbuch Ich kenn dich - darum kauf ich! und Der PreSales Market...
Doppel-MP3-CD Hörbuch Ich kenn dich - darum kauf ich! und Der PreSales Market...
 

Similaire à 50120130406021

Recognition of Words in Tamil Script Using Neural Network
Recognition of Words in Tamil Script Using Neural NetworkRecognition of Words in Tamil Script Using Neural Network
Recognition of Words in Tamil Script Using Neural NetworkIJERA Editor
 
Enhancement and Segmentation of Historical Records
Enhancement and Segmentation of Historical RecordsEnhancement and Segmentation of Historical Records
Enhancement and Segmentation of Historical Recordscsandit
 
IRJET- Devnagari Text Detection
IRJET- Devnagari Text DetectionIRJET- Devnagari Text Detection
IRJET- Devnagari Text DetectionIRJET Journal
 
TEXT EXTRACTION FROM RASTER MAPS USING COLOR SPACE QUANTIZATION
TEXT EXTRACTION FROM RASTER MAPS USING COLOR SPACE QUANTIZATIONTEXT EXTRACTION FROM RASTER MAPS USING COLOR SPACE QUANTIZATION
TEXT EXTRACTION FROM RASTER MAPS USING COLOR SPACE QUANTIZATIONcsandit
 
Scene text recognition in mobile applications by character descriptor and str...
Scene text recognition in mobile applications by character descriptor and str...Scene text recognition in mobile applications by character descriptor and str...
Scene text recognition in mobile applications by character descriptor and str...eSAT Journals
 
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...iosrjce
 
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTSEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTcscpconf
 
Dominating set based arbitrary oriented bilingual scene text localization
Dominating set based arbitrary oriented bilingual scene text  localizationDominating set based arbitrary oriented bilingual scene text  localization
Dominating set based arbitrary oriented bilingual scene text localizationIJECEIAES
 
An effective approach to offline arabic handwriting recognition
An effective approach to offline arabic handwriting recognitionAn effective approach to offline arabic handwriting recognition
An effective approach to offline arabic handwriting recognitionijaia
 
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
 
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHDEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHijcseit
 
Dimensionality Reduction and Feature Selection Methods for Script Identificat...
Dimensionality Reduction and Feature Selection Methods for Script Identificat...Dimensionality Reduction and Feature Selection Methods for Script Identificat...
Dimensionality Reduction and Feature Selection Methods for Script Identificat...ITIIIndustries
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Texture features based text extraction from images using DWT and K-means clus...
Texture features based text extraction from images using DWT and K-means clus...Texture features based text extraction from images using DWT and K-means clus...
Texture features based text extraction from images using DWT and K-means clus...Divya Gera
 
A Run Length Smoothing-Based Algorithm for Non-Manhattan Document Segmentation
A Run Length Smoothing-Based Algorithm for Non-Manhattan Document SegmentationA Run Length Smoothing-Based Algorithm for Non-Manhattan Document Segmentation
A Run Length Smoothing-Based Algorithm for Non-Manhattan Document SegmentationUniversity of Bari (Italy)
 
Instruction level parallelism using ppm branch prediction
Instruction level parallelism using ppm branch predictionInstruction level parallelism using ppm branch prediction
Instruction level parallelism using ppm branch predictionIAEME Publication
 
A Survey Paper on Character Recognition
A Survey Paper on Character RecognitionA Survey Paper on Character Recognition
A Survey Paper on Character Recognitionijsrd.com
 
Text-Image Separation in Document Images using Boundary/Perimeter Detection
Text-Image Separation in Document Images using Boundary/Perimeter DetectionText-Image Separation in Document Images using Boundary/Perimeter Detection
Text-Image Separation in Document Images using Boundary/Perimeter DetectionIDES Editor
 
Persian arabic document segmentation based on hybrid approach
Persian arabic document segmentation based on hybrid approachPersian arabic document segmentation based on hybrid approach
Persian arabic document segmentation based on hybrid approachijcsa
 
Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...eSAT Journals
 

Similaire à 50120130406021 (20)

Recognition of Words in Tamil Script Using Neural Network
Recognition of Words in Tamil Script Using Neural NetworkRecognition of Words in Tamil Script Using Neural Network
Recognition of Words in Tamil Script Using Neural Network
 
Enhancement and Segmentation of Historical Records
Enhancement and Segmentation of Historical RecordsEnhancement and Segmentation of Historical Records
Enhancement and Segmentation of Historical Records
 
IRJET- Devnagari Text Detection
IRJET- Devnagari Text DetectionIRJET- Devnagari Text Detection
IRJET- Devnagari Text Detection
 
TEXT EXTRACTION FROM RASTER MAPS USING COLOR SPACE QUANTIZATION
TEXT EXTRACTION FROM RASTER MAPS USING COLOR SPACE QUANTIZATIONTEXT EXTRACTION FROM RASTER MAPS USING COLOR SPACE QUANTIZATION
TEXT EXTRACTION FROM RASTER MAPS USING COLOR SPACE QUANTIZATION
 
Scene text recognition in mobile applications by character descriptor and str...
Scene text recognition in mobile applications by character descriptor and str...Scene text recognition in mobile applications by character descriptor and str...
Scene text recognition in mobile applications by character descriptor and str...
 
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
 
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTSEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
 
Dominating set based arbitrary oriented bilingual scene text localization
Dominating set based arbitrary oriented bilingual scene text  localizationDominating set based arbitrary oriented bilingual scene text  localization
Dominating set based arbitrary oriented bilingual scene text localization
 
An effective approach to offline arabic handwriting recognition
An effective approach to offline arabic handwriting recognitionAn effective approach to offline arabic handwriting recognition
An effective approach to offline arabic handwriting recognition
 
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
 
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACHDEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
DEVNAGARI DOCUMENT SEGMENTATION USING HISTOGRAM APPROACH
 
Dimensionality Reduction and Feature Selection Methods for Script Identificat...
Dimensionality Reduction and Feature Selection Methods for Script Identificat...Dimensionality Reduction and Feature Selection Methods for Script Identificat...
Dimensionality Reduction and Feature Selection Methods for Script Identificat...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Texture features based text extraction from images using DWT and K-means clus...
Texture features based text extraction from images using DWT and K-means clus...Texture features based text extraction from images using DWT and K-means clus...
Texture features based text extraction from images using DWT and K-means clus...
 
A Run Length Smoothing-Based Algorithm for Non-Manhattan Document Segmentation
A Run Length Smoothing-Based Algorithm for Non-Manhattan Document SegmentationA Run Length Smoothing-Based Algorithm for Non-Manhattan Document Segmentation
A Run Length Smoothing-Based Algorithm for Non-Manhattan Document Segmentation
 
Instruction level parallelism using ppm branch prediction
Instruction level parallelism using ppm branch predictionInstruction level parallelism using ppm branch prediction
Instruction level parallelism using ppm branch prediction
 
A Survey Paper on Character Recognition
A Survey Paper on Character RecognitionA Survey Paper on Character Recognition
A Survey Paper on Character Recognition
 
Text-Image Separation in Document Images using Boundary/Perimeter Detection
Text-Image Separation in Document Images using Boundary/Perimeter DetectionText-Image Separation in Document Images using Boundary/Perimeter Detection
Text-Image Separation in Document Images using Boundary/Perimeter Detection
 
Persian arabic document segmentation based on hybrid approach
Persian arabic document segmentation based on hybrid approachPersian arabic document segmentation based on hybrid approach
Persian arabic document segmentation based on hybrid approach
 
Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...
 

Plus 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
 

Plus 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
 

Dernier

🐬 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
 
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
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 

Dernier (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 

50120130406021

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 6, November - December (2013), pp. 181-191 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET ©IAEME SEGMENTATION OF TEXT LINES USING SUB-IMAGE PROFILE FOR MACHINE PRINTED TELUGU SCRIPT J. Bharathi1, 1 Dr. P. Chandrasekhar Reddy2 Associate Professor, Dept. of ECE, DCET, Nampally, Hyderabad, India, 2 Professor, Dept. of ECE, JNTUCE, Kukatpally, Hyderabad, India. ABSTRACT In thick printed documents, improperly binarized documents and manually type set documents a continuous horizontal gap in between the text lines is seldom possible, causing overlap in the horizontal profile of the two neighboring lines. The touching of the vowel modifiers and secondary form of consonants in between two consecutive text lines is extremely rare. The overlap of the line profiles of two neighboring lines renders the horizontal profile method inefficient for line segmentation. Improper segmentation of lines gives erroneous results in the connected component analysis performed for segmenting the multiple components of the single character in the next step. In the literature many researchers have analyzed this problem; however for Indian scripts especially for Telugu script this has not been fully explored. In this paper we propose to segment the lines in a page which has fewer valleys than the number of lines in horizontal profile by an algorithm that searches for a clear gap between the top and bottom lines of the inter-line space based on the statistical analysis of the overlap. The analysis of horizontal profile of a small sub-image in the segmentation path is used for selecting the correct path when two paths are possible to move further. The results of the algorithm are very encouraging with the success rate of 99.1% on the data set considered. Keywords: Bounding Lines, Horizontal Profile, Line Segmentation, Segmentation Path, Sub-Image Profile. 1. INTRODUCTION OCR is the process of converting the printed document into editable form. The basic steps involved are, acquiring an image of the document, binarization of the image, extraction of characters by the segmentation process, recognition of the characters and mapping of character classes to the 181
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME standard codes for viewing. The binarization categorizes each pixel into two classes of foreground and background pixels by utilizing a property of the pixel intensity or their distribution in the image. Extraction of characters is the main objective of segmentation. Character segmentation is an important step in the pre-processing stage, as the performance of the character segmentation can affect the performance of the overall system due to the fact that incorrectly segmented characters are not likely to be recognized properly [1]. After binarization the binarized image is segmented initially to obtain the lines of the script. The image of the line is segmented into words and then into characters. The characters are further segmented to obtain individual components. 2. LITERATURE SURVEY One of the most popular methods used for printed documents is the Projection-profile method. The horizontal profile method is one of the effective methods used for the segmentation. The projection profile consists of the count of pixels in a horizontal scan line for all rows and plotted along a vertical line for the entire document. The white space in between the text lines is used for segmentation. This algorithm is effective when there is sufficient spacing between the two adjacent text lines. However, Telugu script consisting of vowel modifiers and consonant modifiers which extend into the white space in between two consecutive text lines will cause a problem such that the white space in the horizontal projections is not observed making the text line segmentation process prone to errors. C. V. Lakshmi and C. Patvardhan used this method in optical character recognition system for machine printed Telugu text [2]. Run Length Smearing Algorithm (RLSA) proposed by K. Y. Wong, R. G. Casey and F. M. Wahl [3] which works on binary images is used for segmenting the text line. In this algorithm the consecutive text pixels along the rows and columns are smeared. The white space in between the text pixels is filled with the black pixels if the distance is inside a predefined threshold. The bounding boxes of the connected components in the smeared image are considered as text lines. The same algorithm is used for segmenting the text lines in printed Telugu script by Negi et al., [4]. Vertical and horizontal thresholds are used to extract words. Vertical smearing is used to unite a consonant modifier with the associated base character on top of it. This smearing may join consonants and the vowel modifiers of lines that are close as shown in Fig. 1. However the adjacent lines may join when large threshold values are used. Ideal threshold values for this method are difficult to select. Fig. 1. Run length smeared image Distance metric between connected components for text line extraction in Telugu documents is used by Koppula et al [5]. The performance of this approach is good for closely spaced text lines and deteriorates with skew and overlapping of text lines. Text line segmentation based on fringe maps is proposed by Negi et al. [6]. In this method each pixel of the binary image is given a fringe number. Every text pixel is given a fringe number of zero and the white pixels i.e. the background pixels is given a fringe value based on the distance from the nearest black pixel using L2 metric. Fringe value information is used to segment the text lines. Initially peak fringe numbers are located. Peak fringe numbers in between the text lines are retained by filtering out the remaining. Region in between the adjacent text lines is grown based on 182
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME the peak fringe numbers and the segmentation path is found by joining the filtered PFNs. However this method needs lot of calculations for finding the fringe numbers and PFNs. N. Priyanka et al. [7] proposed a method for segmentation of lines for Indian scripts. This method uses RLSA for smearing the text in document. The segmentation path is proposed based on vertical distances for the middle of text lines. The segmentation line is traced along the contour line of the part which obstructs the path. Manish Kumar [8] has proposed an algorithm for the segmentation of text lines in degraded documents for Indian scripts. 3. METHODOLOGY 3.1 Segmentation of Lines The inter-character space between the lines is characterized by a zero height valley in the horizontal profile. We can segment between the zero valued valleys to isolate each line image. However the presence of small skew in the document image, improper binarization of documents, manual typesetting used in earlier days etc., may result in the overlap of the pixel profiles in the horizontal profile (Fig. 2). The characters themselves may not have overlapped but the projection profile of top line interferes with the projection profile of bottom line thus the valley will not have a zero value. The scan line in between two text lines passes through the vowel modifiers and consonant modifiers which exist in between the two text lines. The segmentation with horizontal projection profile results in blocks of text lines (Fig. 3), lines having only consonant modifiers and lines having consonant modifiers of top line attached to the bottom line. It is observed that some font styles are more prone to touching than others. Thus segmentation of the image of text lines having no zero valued valleys in horizontal profile method is not straightforward. In this paper we have proposed a method to segment the lines which have overlapped projection profile. This method is based on the observation that in most of the cases the characters contributing to the overlapped horizontal profile are not vertically one over the other. Therefore a segmentation path can be computed which passes through the inter-character space without touching the characters of upper and lower bounding lines. However the algorithm also effectively segments touching vowel modifiers and secondary form of consonants that occur in the segmentation path. Fig. 2. Overlapping projection profile 183
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME Fig. 3. Lines segmented using horizontal projection profile The bounding lines of the white space in between the text lines are initially identified. A threshold for the proposed location line is fixed based on statistical analysis and moved forward to get the next point. Any ambiguities along the path are decided based on sub-image profile. 3.2. Estimating the Top and Bottom Bounding Lines of Inter-character Space Telugu script character model has three zones viz., top zone, middle zone and bottom zone [9]. The secondary form of consonants are written in bottom zone or bottom and middle zones either to the left, right or at bottom of the base consonant. The horizontal profile is used to identify top and bottom bounding lines (Fig. 4). sk(i) = j, (1) Tk <= j <= Bk Where sk = segmentation path of kth non-zero valley i = ith column in the image j = jth row in the image Tk = Top bounding line of kth non-zero valley Bk = Bottom bounding line of kth non-zero valley Fig. 4. Bounding lines of white space Fig. 5. Identifying bounding lines 184
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME Consider the horizontal profile in Fig. 5. The profiles of all the individual lines merged without any zero valued valleys. We can obtain the location of top and bottom bounding lines of the white space if we eliminate the merged portion of the profile by cutting off the lower portion of the profile and projecting the top and bottom boundaries of white space back on to the line image. The location of cutting line needs to be approximated by a statistical analysis of profile. Three cases are considered for the analysis. The lower line may not effectively remove the secondary form of consonants and vowel modifiers as only part of the profile to secondary form of consonants is removed. The middle line results in larger fragments. The identification and removing them may not yield correct results. The top line can yield bounding lines after removing the small fragments in the remaining profile. The top bounding line as indicated by any one of the three cutting lines is approximately the same as the slope of the profile is very steep and difference between the three bounding lines is negligible. However the bottom bounding line as indicated by the three lines differs from each other. This is because the number of vowel modifiers in top zone of bottom line and their shapes differ resulting in slope variation of the profile. As we move up the cutting line in horizontal profile some parts of the character may be included in the bounding space. The top two cutting lines leave few fragments of pixel run lengths corresponding to the secondary form of consonants of the top line and need to be eliminated. Based on the statistical analysis of large profiles it is found that the position of the cutting line can be considered at about 15% of the peak value for identifying the top and bottom bounding lines of the white space. In order to avoid small lines being eliminated and consonant modifiers being attached to bottom lines, we considered the horizontal projection profile for half the width of the image. But the small run lengths of pixels need to be removed from the horizontal profile after cutting off the lower portion of the profile as they give false boundaries. The run lengths of the pixels after eliminating the pixel values less than 15% of the peak value are clustered into two groups. Initially the pixel run lengths of the profile are sorted in the ascending order. The minimum and maximum values of the sorted list are considered as the initial seed values of each group. A given run length is assigned to a group based on the distance between the mean value of the group and the value of run length. The group having the smaller run lengths is proposed for elimination if the highest value of the group is less than 60% of the mean value of the second group. The starting and end location of each run length indicate the top and bottom boundaries (Tk, Bk) of white space. 3.3. Location of Segmentation Path The non-zero valleys in the horizontal projection profile are occurring between the lines due to the overlap of projections of vowel modifiers of bottom line and secondary form of consonants of top line. The segmentation path should be in between the bottom line of first line and to line of second line. A mid path in the white space is a candidate for the segmentation path. However it is observed that secondary form of consonants are shifted down into the inter-line space than vowel modifiers shifted up from bottom line (Fig. 6). Hence the path also should move down. The segmenting path at 70% of the inter-line space closely follows the contour of the characters correctly segmenting the lines. 3.4. Prediction of Segmentation Path After the initial estimate of the location of the segmentation path sk(i), the next pixel of the path sk(i+1)is predicted to be at the same height as the present path. We now move up words until a pixel or the bottom line of first line whichever is encountered first. Next we move down words until a pixel or the top line of second line whichever is encountered first. The pixel at 70% of the distance between two pixels is the point on the segmentation path (Fig. 6). Prediction: sk1(i+1) = sk(i) (2) 185
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME Estimation: sk(i+1) = p1+0.7*(p1+p2) (3) Where p1 = first encountered pixel either in upward direction on character or on Tk upw p2 = first encountered pixel either in downw downward direction on character or on Bk Fig. 6. Segmentation path Fig. 7. Path 2 is the correct path with clear gap 3.5. Selection of Correct Path in Ambiguous Cases If a pixel is encountered in the segmentation path, a decision should be made whether to move upwards or downwards to segment. We have two paths to move forward. Among the two paths in Fig. 6 the correct path is path 2. It is observed that path 1 is blocked and path 2 is open for the forward movement. A small sub-image between the top and bottom bounding lines with a width of image half the average height of center to center distance of two lines is analyzed for valley in the horizontal profile. As it is most probable that secondary form of consonant is blocking the path, we path look for a zero valued valley in lower half. If a valley is present we move down and move forward in between the characters. If a valley is not present we look for a valley in upper half of sub sub-image. If a valley is present we move up and move forward. If neither the upward pass nor the downward pass yields a feasible path, it is concluded that downward the parts of top and bottom lines are touching. A side profile towards right at given location indicates a peak. The segmentation path should pass through the peak dividing the touching characters into top and bottom parts. However it is observed that, this is a rare case. Some image blocks successfully segmented are shown in Fig. 8. Fig. 8. Successfully segmented image 4. EXPERIMENTS Initially the horizontal profile for the document page is calculated. The horizontal profile is examined for the zero valleys and the lines are segmented along the valleys. The height of each line is found. The height of the lines are not uniform due to the presence of broken parts of characters in binarization, scanning and binarization inaccuracies and presence of more lines in a segmented 186
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME image. Each line in the Telugu script has a middle zone, top zone and bottom zone. In the study conducted on the documents in the database, it is found that only about 0.2% of lines do not have bottom zone and all the lines have top zone. The presence or absence of the zones also contributes to variation of the line height. The height of the segmented lines in a page is found to be at 40 percentile of the heights of all the segmented blocks with a confidence level of 95%. The 40 percentile height in the sorted line heights is designated as the line height (ht40). The blocks having more than one line and lines having smaller height which have only consonant modifiers are found using the ht40. 4.1. Algorithm 1. Get the binarized and skew removed image 2. Construct horizontal projection profile N HPP(i ) = ∑ I (i, j ) i =1 3. Segment the lines Count the start of HPP of each line If (HPP(i)=0 && HPP(i+1)=1) COUNT=COUNT+1 If (HPP(j)=1 && HPP(j+1)=0) End of the line 4. Designate 40 percentile of height of the lines in the image as the line height (ht40) AVG_HT = 40% of heights of all segmented blocks 5. If IMAGE_BLK_HT/AVG_HT >1.8 image block has two or more lines N_LINE = N_LINE+1 6. If IMAGE_BLK_HT/AVG_HT between 0.3 and 0.5 the image has smaller height lines NSM_LINE having the consonant modifiers only. 7. If N_LINE and NSM_LINE are zero, then exit (lines are properly segmented) 8. Construct the horizontal profile for half the width of image only to avoid smaller lines being eliminated and consonant modifiers being attached to bottom lines N /2 HPP _ BLK (i ) = ∑ I _ BLK (i, j ) i =1 9. Segment the HPP_BLK at 15% of max. peak height CUT_THRESH = 0.15*MAX(HPP_BLK) If (HPP_BLK(i) <CUT_THRESH HPP_BLK(i) = 0 10. Find the continuous pixel runs and their lengths, then sort them RL1,RL2, … RLn 11. Cluster the lengths into two groups of small lengths(fragments) and large lengths(characters) SEED1 = RL1 SEED2 = RLn If RLi <MEAN_GP1, Assign RLi to GP1 else Assign RLi to GP2 12. If MAX(GP1) < MEAN_GP2 Remove the small lengths group as they are small fragments 13. Edges of pixel runs having zero values (white space) are the top and bottom bounding lines of segmentation path If (HPP_BLK(i)=0 && HPP_BLK(i+1)=1) 187
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME BOT_BND_LINE If (HPP(j)=0 && HPP(j+1)=1) +1)=1) TOP_BND_LINE line 1 14. For each inter-line space do steps 15 to 19 15. Initialize the segmentation path at 0.7*white space height SEG_LINE(i) = 0.7*HT_SPACE 16. Predict next segmentation point as the previous one and estimate the correct one at 0.7* the oint space SEG_LINE(i+1) = SEG_LINE(i) 17. If the next pixel is a black one (the line is touching a part of the character) analyze a small sub image of half the ht40 width x height of inter-char space. 18. If SEG_LINE(i) = 0 analyze sub image e Sub image analysis orizontal Construct horizontal projection profile If valley in lower portion SEG_LINE to move down and then forward If valley in upper portion SEG_LINE to move up and then forward Else the characters are touching, construct side profile on left towards right, segment through , peak 19. Complete the segmentation p till the end of image. path Fig. 9. Kannada script segmentation with horizontal profile Fig. 10. Segmentation with proposed algorithm 188
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME Fig. 11. Hindi script segmentation with horizontal profile Fig. 12. Segmentation with proposed algorithm 5. RESULTS About 148 pages of 10 different books binarized and de-skewed are considered for the analysis which also includes binarized documents downloaded from Digital Library of India (DLI) (DLI). The segmented lines using the horizontal profile have one, two or more text lines. Each line block is segmented using the proposed algorithm. The results are shown in Table I. Table I Projection profile method Proposed method No of Pages analyzed 148 148 Total number of lines 4008 4008 No of blocks having multiple text lines 612 0 No of lines correctly segmented 2559 3972 Accuracy 63.8% 99.1% 189
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME All the images have overlapping projection profiles though the characters are not touching. The failure cases resulted due to unusual separating space between the base character and secondary form of conjunct consonants, characters not aligned horizontally along a line and broken characters in the documents. The algorithm is also tested to segment Kannada and Hindi scripts which have given correct results for the few documents tested. 6. CONCLUSION The horizontal profile method for text line segmentation is not effective when the zero valued valleys are not present due to overlapping of text line projections. The proposed algorithm segments the document page effectively using the clear gap in between the text lines and sub-image profile valleys in cases of ambiguity. We can avoid smaller lines being eliminated by considering only half the width of the document image for calculating horizontal projection profile. The algorithm worked well for Hindi and Kannada documents. REFERENCES 1. Yi Lu, “Machine Printed Character Segmentation – An Overview,” Pattern Recognition, Vol. 28, No. 1, 1995, pp. 67-80. 2. C. V. Lakshmi and C. Patvardhan, “An Optical Character Recognition System for Printed Telugu Text,” Pattern Analysis and Applications, July 2004, Vol. 7, No. 2, pp. 190–204. 3. K. Y. Wong, R. G. Casey and F.M. Wahl, “Document Analysis System”, IBM Journal of Research and Development, Vol. 20, No. 6, November 1982,Pg 647-656. 4. A. Negi, C. Bhagvati, and B. Krishna, “An OCR system for Telugu,” in Proc. ICDAR, Seattle, USA, Sep 2001, pp. 1110–1114. 5. V. K. Koppula, A. Negi and U. Garain, “Robust Text line, Word and Character Extraction from Telugu Document Image”, ICETET, Nagpur, India, Dec 2009, pp. 269-272. 6. V. K. Koppula and A. Negi, “Fringe Map based Text Line Segmentation of Printed Telugu Document Images”, Intl. Conference on Document Analysis and Recognition, IEEE, 2011, pp 1294-1298. 7. N. Priyanka, S. Pal and R. Mandal, “Line and Word Segmentation Approach for Printed Documents”, IJCA Spl. Issue on RTIPPR (1), 2010, pp 30-36. 8. Manish Kumar, “Degraded Text Recognition of Gurmukhi Script”, Ph.d Thesis, Dept of Computer Science and Engineering, Thapar University, India, March, 2008. 9. J. Bharathi and P. Chandrasekhar Reddy, “Segmentation of Telugu Touching Conjunct Consonants Using Overlapping Bounding Box”, IJCSE, Vol. 5, No. 06, June 2013, pp 538-546. 10. M. M. Kodabagi, S. A. Angadi and Chetana. R. Shivanagi, “Character Recognition of Kannada Text in Scene Images using Neural Network”, International Journal of Graphics and Multimedia (IJGM), Volume 4, Issue 1, 2013, pp. 9 - 19, ISSN Print: 0976 – 6448, ISSN Online: 0976 –6456. 11. Patange V.V and Prof. Deshmukh B.T, “Visual Acknowledgement [O.C.R.] – A Method To Identify The Printed Characters”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 108 - 114, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 12. M. M. Kodabagi and S. R. Karjol, “Script Identification from Printed Document Images using Statistical Features”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 607 - 622, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 190
  • 11. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME AUTHORS’ PROFILE J. Bharathi received her B.Tech degree in Electronics and Communication Engineering from Acharya Nagarjuna Uniniversity, Guntur, India. She received her M.Tech degree in Digital Systems and Computer Electronics from Jawaharlal Nehru Technological University, Hyderabad, India. She joined as faculty member in Electronics and Communication Engineering Department, Deccan College of Engineering and Technology, Hyderabad, India and is currently working as Associate Professor. Her research interests include Image Processing, Speech and Signal Processing. Dr. P. Chandrasekhar Reddy received his B.Tech. degree in Electronics and Communication Engineering from Jawaharlal Nehru Technological University, Hyderabad, India and M.E. from Bharatiyar University, Coimbatore. He received his M.Tech and Ph.D from Jawaharlal Nehru Technological University, Hyderabad, India. He joined as faculty in JNTU, Anantapur. Currently he is working as Professor Co-ordination in JNTU, Hyderabad, India. He is an author of numerous technical papers in the Fields of High Speed Networking and Wireless Networks. His research interests include Mobile and Wireless Communications and Networks, Personal Communications Service and High Speed Communications and Protocols. 191