SlideShare ist ein Scribd-Unternehmen logo
1 von 10
Downloaden Sie, um offline zu lesen
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
632
RECOGNITION OF BASIC KANNADA CHARACTERS IN SCENE
IMAGES USING EUCLIDEAN DISTANCE CLASSIFIER
M.M.Kodabagi1
, Shridevi.B.Kembhavi2
1
Department of Computer Science and Engineering, Basaveshwar Engineering College,
Bagalkot-587102, Karnataka, India
2
Department of Computer Science and Engineering, Basaveshwar Engineering College,
Bagalkot-587102, Karnataka, India
ABSTRACT
Character recognition in scene images is a challenging visual recognition problem.
The research field of scene text recognition receives a growing attention due to the
proliferation of digital cameras and the great variety of potential applications, as well. Such
applications include robotic vision, image retrieval, intelligent navigation systems and
applications to provide assistance to visual impaired persons. In this paper, a novel
methodology for recognition of basic Kannada characters in scene images is proposed. It is
divided into two phases namely: training and testing. During training, zone wise horizontal
and vertical profile based features are extracted from training samples and knowledge base is
created. During testing, the test image is processed to obtain features and recognized using
euclidean distance classifier. The method has been evaluated on 460 Kannada character
images captured from 2 Mega Pixels cameras on mobile phones at various sizes 240x320,
600x800 and 900x1200 which contains samples of different sizes, styles and with different
degradations, and achieves an average recognition accuracy of 91%. The system is efficient
and insensitive to the variations in size and font, noise, blur, dark background, slant/tilt and
other degradations.
Keywords: Character Recognition, Scene Images, Zone Wise Horizontal and Vertical
Features, Euclidean Distance Classifier.
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING
& TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 2, March – April (2013), pp. 632-641
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
633
1. INTRODUCTION
Character recognition in scene images is a challenging visual recognition problem.
Until a few decades ago, research in the field of Optical Character Recognition was limited to
document images acquired with flatbed desktop scanners. The usability of such systems is
limited as they are not portable because of large size of the scanners and the need of a
computing system. Moreover, the shot speed of a scanner is slower than that of a digital
camera. Hence research field of scene text recognition receives a growing attention due to the
proliferation of digital cameras and the great variety of potential applications, as well. Such
applications include robotic vision, image retrieval, intelligent navigation systems and
applications to provide assistance to visual impaired persons.
Recognition of characters from scene images is a very complex problem. Natural
scene images usually suffer from low resolution and low quality, perspective distortion,
complex background, font style and thickness, background as well as foreground texture,
camera position which can introduce geometric distortions, image resolution, shadows, non-
uniform illumination, low contrast and large signal dependent noise, slant and tilt as shown in
figure 1. The problem is significantly more difficult than recognizing text from scanned
images.
Figure 1. Sample Images of Display Boards
In this paper, a novel method for recognizing basic Kannada characters in natural
scene images is proposed. The proposed method uses zone wise horizontal and vertical
profile based features to extract features of character images. The method works in two
phases. During training phase, zone wise horizontal and vertical profile based features are
extracted from training samples and knowledge base is created. During testing, the test image
is processed to obtain features and recognized using euclidean distance classifier. The method
is evaluated on 460 Kannada character images captured from 2 Mega Pixels cameras on
mobile phones at various sizes 240x320, 600x800 and 900x1200 which contains samples of
different sizes, styles and with different degradations, and achieves an average recognition
accuracy of 91%. The system is efficient and insensitive to the variation in size and font,
noise, blur, dark background, slant/tilt and other degradations.
The rest of the paper is organized as follows; the detailed survey related to character
recognition of character in scene images is described in Section 2. The proposed method is
presented in Section 3. The experimental results and discussions are given in Section 4.
Section 5 concludes the work and lists future directions of the work.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
634
2. RELATED WORK
Some of the related works on character recognition of text in scene images are summarized
below:
A robust approach for recognition of text embedded in natural scenes is given in [11].
The proposed method extracts features from intensity of an image directly and utilizes a local
intensity normalization to effectively handle lighting variations. Then, Gabor transform is
employed to obtain local features and linear discriminant analysis (LDA) is used for selection
and classification of features. The proposed method has been applied to a Chinese sign
recognition task. This work is further extended integrating sign detection component with
recognition [12]. The extended method embeds multi-resolution and multi-scale edge
detection, adaptive searching, color analysis, and affine rectification in a hierarchical
framework for sign detection. The affine rectification recovers deformation of the text
regions caused by an inappropriate camera view angle and significantly improve text
detection rate and optical character recognition.
A framework that exploits both bottom-up and top-down cues for scene text
recognition at word level is presented in [13]. The method derives bottom-up cues from
individual character detections from the image. Then, a Conditional Random Field model is
built on these detections to jointly model the strength of the detections and the interactions
between them. It also imposes top-down cues obtained from a lexicon-based prior, i.e.
language statistics. The optimal word represented by the text image is obtained by
minimizing the energy function corresponding to the random field model. The method reports
significant improvements in accuracies on two challenging public datasets, namely Street
View Text and ICDAR 2003 compared to other methods. The test results showed that the
reported accuracy is only 73% and requires further improvement.
The hierarchical multilayered neural network recognition method described in [14]
extracts oriented edges, corners, and end points for color text characters in scene image. A
method called selective metric clustering which mainly deals with color is employed in [15].
A fast lexicon based and discriminative semi-Markov models for recognizing scene text are
presented in [16, 17]. An object categorization framework based on a bag-of-visual-words
representation for recognition of character in natural scene images is described in [18]. The
effectiveness of raw grayscale pixel intensities, shape context descriptors, and wavelet
features to recognize the characters is evaluated in [19]. A method for unconstrained
handwritten Kannada vowels recognition based upon invariant moments is described in [20].
The technique presented in [21] extracts stroke density, length, and number of strokes for
handwritten Kannada and English characters recognition. The method found in [22] uses
modified invariant moments for recognition of multi-font/size Kannada vowels and numerals
recognition. A model employed in [23] calculates features from connected components and
obtains 3k dimensional feature vectors for memory based recognition of camera-captured
characters. A character recognition method described in [24] uses local features for
recognition of multiple characters in a scene image.
After the thorough study of literature, it is noticed that, the some [18, 12, 23, 14] of the
reported methods work with limited datasets, other cited works [18, 17, 16] report low
recognition rates in the presence of noise and other degradations and very few works [18-22]
pertain to recognition of Kannada characters from scene images. Hence, more research is
desirable to obtain new set of discriminating features suitable for Kannada text in scene
images. In the current paper, zone wise horizontal and vertical profile based features are
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
635
employed for recognition of Kannada characters in low resolution images. The detailed
description of the proposed methodology is given in the next section.
3. PROPOSED METHODOLOGY
The proposed method uses zone wise horizontal and vertical profile based features for
recognition of basic Kannada characters. The proposed method contains various phases such
as preprocessing, feature extraction, construction of knowledge base and character
recognition using euclidean distance classifier. The block diagram of the proposed model is
as shown in Figure 2. The detailed description of each phase is given in the following
subsections.
3.1 Preprocessing
The input character image is preprocessed for binarization, bounding box generation
and resized to a constant resolution of size 30×30 pixels. Further, the image is thinned.
Figure 2. Block Diagram of Proposed Model
3.2 Feature extraction
Features are extracted from the pre-processed image, each image is divided into 15
vertical zones and 15 horizontal zones, where size of each horizontal zone is 2*30 and the
size of each vertical zone is 30*2. Then sum of all pixels in every zone is determined as a
feature value. Finally we obtain 30 features that are stored in feature vector FV as described
in equations (1) to (5):
‫ܸܨ‬ ൌ ሾሺܸ݁‫ݏ݁ݎݑݐܽ݁ܨ_݈ܽܿ݅ݐݎ‬ሻ ሺ‫ݏ݁ݎݑݐܽ݁ܨ_݈ܽݐ݊݋ݖ݅ݎ݋ܪ‬ሻሿ (1)
ܸ݁‫ݏ݁ݎݑݐܽ݁ܨ_݈ܽܿ݅ݐݎ‬ ൌ ሾ ܸ‫ܨ‬ ሿ 1≤ i ≤ 15 (2)
‫ݏ݁ݎݑݐܽ݁ܨ_݈ܽݐ݊݋ݖ݅ݎ݋ܪ‬ ൌ ሾ ‫ܨܪ‬ ሿ 1≤ i ≤ 15 (3)
Where,
‫ܨܪ‬ is a feature value of ith
horizontal zone and it is computed as shown in (4).
ܸ‫ܨ‬ is a feature value of ith
vertical zone and it is computed as shown in (5).
Training
Sample
Images
Pre-Processing Feature
Extraction Database
Testing
Character
Image
Pre-Processing Feature
Extraction
Character
Recognition
Model
Recognised
character
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
636
‫ܨܪ‬ ൌ ෍ ෍ g ሺx, yሻ ሺ4ሻ
ଷ଴
ଵ
ଶ
ଵ
ܸ‫ܨ‬ ൌ ෍ ෍ g ሺx, yሻ ሺ5ሻ
ଶ
ଵ
ଷ଴
ଵ
Where, g ሺx, yሻ is ith
zone that encompasses the chosen region of the character image. The
dataset of such feature vectors obtained from training samples is further used for construction
of knowledge base.
3.3 Construction of knowledge base
For the purpose of knowledge base construction, the images are captured from display
boards of Karnataka Government offices, names of streets, institute names, names of shops,
building names, company names, road signs, traffic direction and warning signs captured
from 2 Mega Pixels cameras on mobile phones. The images are captured at various sizes
240x320, 600x800, 900x1200 at a distance of 1 to 6 meters. All these images are used for
evaluating the performance of the proposed model. The images in the database are
characterized by variable font size and style, uneven thickness, minimal information context,
small skew, noise, perspective distortion and other degradations. The image database consists
of 460 Kannada basic character images of varying resolutions. Then from the database, 80%
of samples are used for training. During training, the features are extracted from all training
samples and knowledge base is organized as a dataset of feature vectors as depicted in (6).
The stored information in the knowledge base sufficiently characterizes all variations in the
input. Testing is carried out for all samples containing 80% trained and 20% untrained
samples.
‫ܤܭ‬ ൌ ൣ ‫ܸܨ‬୨ ൧ 1 ൑ ݆ ൑ ܰ ሺ6ሻ
Where, KB is knowledge base comprising feature vectors of training samples. FVj is a
feature vector of jth
image in the KB and N the number of training sample images as shown
in figure 3.
Figure 3. Sample Characters Images
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2,
3.4 Training and Recognition using Euclidean Distance Classifier
After the data set is obtained and organized into knowledge base of basic Kannada
character images, training and recognition
classifier. The details of training and recognition are described in the following:
In this phase test image is processed to obtain zone wise horizontal and vertical profile based
features and stored into feature vector
determines minimum value between the test image and every record in the knowledge base
using the euclidean distance measure as in equation (7).
The minimum distance between the test image and the record in the knowledge base
is used to recognize the character.
font size, style and dark background
of all variations in font size, style and other degradations.
4. EXPERIMENTAL RESULT AND ANALYSIS
The proposed methodology has been evaluated for 460 basic Kannada character
images of varying font size and style, uneven thickness
degradations. The experimental results of processing a sample character image is described in
section 4.1. And the results of processing several other character images dealing with various
issues, the overall performance of the system are reported in section 4.2.
4.1 An Experimental Analysis for a Sample Kannada Character Image
The Character image with uneven thickness, uneven lighting conditions, and ot
degradations given in Figure. 4
generation, resized to a constant size of 30x30 pixels and thinned
and figure 4d.
a)
Figure 4. a) Test image
Further, the image is divided into 15 vertical zones and 15 horizontal zones
zone wise horizontal and vertical
organized into a feature vector FV
shown in Table 1.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
637
Training and Recognition using Euclidean Distance Classifier
After the data set is obtained and organized into knowledge base of basic Kannada
character images, training and recognition tasks are carried out using euclidean distance
The details of training and recognition are described in the following:
In this phase test image is processed to obtain zone wise horizontal and vertical profile based
ture vector FV1 using the above equation (1). Then classifier
determines minimum value between the test image and every record in the knowledge base
using the euclidean distance measure as in equation (7).
1≤ j ≤ N
between the test image and the record in the knowledge base
is used to recognize the character. The proposed methodology performs well for
background images. However, the method requires sufficient training
of all variations in font size, style and other degradations.
EXPERIMENTAL RESULT AND ANALYSIS
ogy has been evaluated for 460 basic Kannada character
g font size and style, uneven thickness, dark background
degradations. The experimental results of processing a sample character image is described in
section 4.1. And the results of processing several other character images dealing with various
issues, the overall performance of the system are reported in section 4.2.
An Experimental Analysis for a Sample Kannada Character Image
The Character image with uneven thickness, uneven lighting conditions, and ot
degradations given in Figure. 4a is initially preprocessed for binarization, bounding box
, resized to a constant size of 30x30 pixels and thinned as shown in figure
b) c) d)
Test image b) Image with Bounding Box c) Resized image
d) Thinned image
Further, the image is divided into 15 vertical zones and 15 horizontal zones
and vertical profile based features are computed for the images
FV as in (1) to (5). The experimental values of all zones
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
April (2013), © IAEME
After the data set is obtained and organized into knowledge base of basic Kannada
tasks are carried out using euclidean distance
In this phase test image is processed to obtain zone wise horizontal and vertical profile based
. Then classifier
determines minimum value between the test image and every record in the knowledge base
between the test image and the record in the knowledge base
The proposed methodology performs well for variability in
. However, the method requires sufficient training
ogy has been evaluated for 460 basic Kannada character
, dark background and other
degradations. The experimental results of processing a sample character image is described in
section 4.1. And the results of processing several other character images dealing with various
An Experimental Analysis for a Sample Kannada Character Image
The Character image with uneven thickness, uneven lighting conditions, and other
ation, bounding box
as shown in figure 4b, 4c
Resized image
Further, the image is divided into 15 vertical zones and 15 horizontal zones. Then, the
ures are computed for the images and are
experimental values of all zones are
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
638
TABLE 1. Zone Wise Vertical and Horizontal Profile based Features of Sample Input
Image in Figure 4d
Feature Vector
FV
[Vertical_Features (3 12 6 6 8 10 8 4 10 8 4 4 5 14 0)
Horizontal_Features (0 7 9 8 8 8 11 10 12 4 4 4 6 11 0) ]
FV= [3 12 6 6 8 10 8 4 10 8 4 4 5 14 0 0 7 9 8 8 8 11 10 12 4 4 4 6 11 0]
The experimental values in Table 1 clearly depict the distribution of pixels in various
primitives of the character image. And these distributions are different from character to
character because of varying positions and shapes of primitives of basic Kannada characters.
This is demonstrated considering two sample images in Table 2.
TABLE 2. Vertical and Horizontal Features of Two Sample Images Demonstrating
Pixel Distribution Patterns
Character Image
Zone Wise Vertical and Horizontal Profile based
Features
21 5 5 8 8 16 4 4 20 4 9 14 4 5 9 0 25 8 8 7 9 8 8 8
11 5 4 6 7 22
15 7 8 9 10 11 8 8 10 9 8 7 6 9 18 3 23 3 3 5 13 15
13 16 3 4 7 11 14 10
The values in Table 2 clearly show that, the feature values in most of the
corresponding zones of the characters are distinct. The arrangement of these features into a
feature vector creates a pixel distribution pattern that makes samples distinguishable. It is also
observed that, the proposed zone wise features also take care of uncertainty in the appearance
of primitives of character image. After extracting features from test input image in Figure. 4a,
the euclidean distance classifier is used to recognize the character.
4.2 An Experimental Analysis Dealing with Various Issues
The proposed methodology has produced good results for scene images containing
basic Kannada characters of different size, font, and alignment with varying background. The
advantage lies in less computation involved in feature extraction and recognition phases of
the method. Since the feature set is reduced by taking sum of consecutive values of zone wise
horizontal and vertical profile based features. Hence, the proposed work is robust and
achieves an average recognition accuracy of 91%. The overall performance of the system
after conducting the experimentation on the dataset is reported in Table 3.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
639
TABLE 3. Overall System Performance
Character
Image
Number
of
Samples
Tested
Number of
Samples
Correctly
Recognized
Number
of
Samples
Miss
Classified
% of
Recognition
Accuracy
Character
Image
Number
of
Samples
Tested
Number of
Samples
Correctly
Recognized
Number
of
Samples
Miss
Classified
% of
Recognition
Accuracy
10 10 0 100 10 8 2 80
10 9 1 90 10 8 2 80
10 9 1 90 10 10 0 100
10 8 2 80 10 9 1 90
10 9 1 90 10 8 2 80
10 10 0 100 10 8 2 80
10 10 0 100 10 9 1 90
10 10 0 100 10 10 0 100
10 8 2 80 10 9 1 90
10 10 0 100 10 9 1 90
10 10 0 100 10 9 1 90
10 9 1 90 10 10 0 100
10 8 2 80 10 8 2 80
10 9 1 90 10 10 0 100
10 10 0 100 10 9 1 90
10 10 0 100 10 8 2 80
10 10 0 100 10 9 1 90
10 9 1 90 10 8 2 80
10 10 0 100 10 8 2 80
10 9 1 90 10 8 2 80
10 10 0 100 10 8 2 80
10 8 2 80
10 10 0 100
10 8 2 80
10 10 0 100
5. CONCLUSION
In this paper, a novel methodology for an approach to recognition of basic Kannada
characters from scene images is proposed. The proposed method uses zone wise horizontal
and vertical profile based features and euclidean distance classifier for basic Kannada
character recognition. The system works in two phases: training phase and testing phase.
Exhaustive experimentation was done to analyze horizontal and vertical profile based
features. The results obtained by considering zone wise horizontal and vertical profile
features and euclidean distance classifier are encouraging and it has been observed that the
system is robust and insensitive for several challenges like unusual fonts, variable lighting
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
640
condition, noise, blur, orientation etc. The method is tested with 460 samples and gives
recognition accuracy of 91%. The proposed method can be extended for character recognition
considering new set of features and classification algorithms. This method can be extended to
recognize the characters of other languages.
REFERENCES
[1] Abowd Gregory D. Christopher G. Atkeson, Jason Hong, Sue Long, Rob Kooper, and
Mike Pinkerton, 1997, “CyberGuide: A mobile context-aware tour guide”, Wireless
Networks, 3(5): pp.421-433.
[2] Natalia Marmasse and Chris Schamandt, 2000, “Location aware information delivery
with comMotion”, In Proceedings of Conference on Human Factors in Computing Systems,
pp.157-171.
[3] Tollmar K. Yeh T. and Darrell T., 2004, “IDeixis - Image-Based Deixis for Finding
Location-Based Information”, In Proceedings of Conference on Human Factors in
Computing Systems (CHI’04), pp.781-782.
[4] Gillian Leetch, Dr. Eleni Mangina, 2005, “A Multi-Agent System to Stream Multimedia
to Handheld Devices”, Proceedings of the Sixth International Conference on Computational
Intelligence and Multimedia Applications (ICCIMA’05).
[5] Wichian Premchaiswadi, 2009, “A mobile Image search for Tourist Information System”,
Proceedings of 9th international conference on SIGNAL PROCESSING,
COMPUTATIONAL GEOMETRY and ARTIFICIAL VISION, pp.62-67.
[6] Ma Chang-jie, Fang Jin-yun, 2008, “Location Based Mobile Tour Guide Services
Towards Digital Dunhaung”, International archives of phtotgrammtery, Remote Sensing and
Spatial Information Sciences, Vol. XXXVII, Part B4, Beijing.
[7] Shih-Hung Wu, Min-Xiang Li, Ping-che Yanga, Tsun Kub, 2010, “Ubiquitous Wikipedia
on Handheld Device for Mobile Learning”, 6th IEEE International Conference on Wireless,
Mobile, and Ubiquitous Technologies in Education, pp. 228-230.
[8] Tom yeh, Kristen Grauman, and K. Tollmar., 2005, “A picture is worth a thousand
keywords: image-based object search on a mobile platform”, In Proceedings of Conference
on Human Factors in Computing Systems, pp.2025-2028.
[9] Fan X. Xie X. Li Z. Li M. and Ma. 2005, “Photo-to-search: using multimodal queries to
search web from mobile phones”, In proceedings of 7th ACM SIGMM international
workshop on multimedia information retrieval.
[10] Lim Joo Hwee, Jean Pierre Chevallet and Sihem Nouarah Merah, 2005, “SnapToTell:
Ubiquitous information access from camera”, Mobile human computer interaction with
mobile devices and services, Glasgow, Scotland.
[11] Jing Zhang, Xilin Chen, Andreas Hanneman, Jie Yang, and Alex Waibel.,2002, “A
Robust Approach for Recognition of Text Embedded in Natural Scenes”, proc. 16th
International conf. Pattern recognition, volume 3, pp. 204-207 (2002).
[12] Xilin Chen, Jie Yang, Jing Zhang, and Alex Waibel, January 2004, “Automatic
Detection and Recognition of Signs From Natural Scenes”, IEEE Transactions On Image
Processing, Vol. 13, No. 1, pp. 87-99 (January 2004).
[13] Anand Mishra, Karteek Alahari, C. V. Jawahar, 2012, “Top-Down and Bottom-Up Cues
for Scene Text Recognition” , Proceedings of the IEEE Conference on Computer Vision and
Pattern Recognition (CVPR), 2012.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
641
[14] Zohra Saidane and Christophe Garcia, 2007, “Automatic Scene Text Recognition using a
Convolutional Neural Network”, CBDAR, p6, pp. 100-106 (2007).
[15] Céline Mancas-Thillou, June 2007, “Natural Scene Text Understanding”, Segmentation
and Pattern Recognition, I-Tech, Vienna, Austria, pp.123-142 (June 2007).
[16] Jerod J. Weinman, Erik Learned-Miller, and Allen Hanson, September 2007, “Fast
Lexicon-Based Scene Text Recognition with Sparse Belief Propagation”, Proc. Intl. Conf. on
Document Analysis and Recognition, Curitiba, Brazil (September 2007).
[17] Jerod J. Weinman, Erik Learned-Miller and Allen Hanson, December 2008, “A
Discriminative Semi-Markov Model for Robust Scene Text Recognition”, IEEE, Proc. Intl.
Conf. on Pattern Recognition (ICPR), Tampa, FL, USA, pp. 1-5 (December 2008).
[18] Te´ofilo E. de Campos and Bodla Rakesh Bab, 2009, “Character Recognition In Natural
Images”, Computer Vision Theory and Applications, Proc. International Conf. volume , pp.
273-280 (2009).
[19] Onur Tekdas and Nikhil Karnad, 2009, “Recognizing Characters in Natural Scenes: A
Feature Study”, CSCI 5521 Pattern Recognition, pp. 1-14 (2009).
[20] Sangame S.K., Ramteke R.J., and Rajkumar Benne, 2009, “Recognition of isolated
handwritten Kannada vowels”, Advances in Computational Research, ISSN: 0975– 3273,
Volume 1, Issue 2, pp 52-55 (2009).
[21] B.V.Dhandra, Mallikarjun Hangarge, and Gururaj Mukarambi, 2010, ”Spatial Features
for Handwritten Kannada and English Character Recognition”, IJCA Special Issue on Recent
Trends in Image Processing and Pattern Recognition (RTIPPR), pp 146-151 (2010).
[22] Mallikarjun Hangarge, Shashikala Patil, and B.V.Dhandra, 2010, “Multi-font/size
Kannada Vowels and Numerals Recognition Based on Modified Invariant Moments”, IJCA
Special Issue on Recent Trends in Image Processing and Pattern Recognition (RTIPPR),
pp 126-130 (2010).
[23] Masakazu Iwamura, Tomohiko Tsuji, and Koichi Kise, 2010, “Memory-Based
Recognition of Camera-Captured Characters”, 9th IAPR international workshop on document
analysis systems, pp. 89-96 (2010).
[24] Masakazu Iwamura, Takuya Kobayashi, and Koichi Kise, 2011, “Recognition of
Multiple Characters in a Scene Image Using Arrangement of Local Features”, IEEE,
International Conference on Document Analysis and Recognition, pp. 1409-1413(2011).
[25] Primekumar K.P and Sumam Mary Idicula, “Performance of on-Line Malayalam
Handwritten character Recognition using Hmm And Sfam”, International Journal of
Computer Engineering & Technology (IJCET), Volume 3, Issue 1, 2012, pp. 115 - 125, ISSN
Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[26] Mr.Lokesh S. Khedekar and Dr.A.S.Alvi, “Advanced Smart Credential Cum Unique
Identification and Recognition System. (Ascuirs)”, International Journal of Computer
Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 97 - 104, ISSN Print: 0976
– 6367, ISSN Online: 0976 – 6375.
[27] 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
[28] M. M. Kodabagi, S. A. Angadi and Anuradha. R. Pujari, “Text Region Extraction from
Low Resolution Display Board Images using Wavelet Features”, International Journal of
Information Technology and Management Information Systems (IJITMIS), Volume 4,
Issue 1, 2013, pp. 38 - 49, ISSN Print: 0976 – 6405, ISSN Online: 0976 – 6413

Weitere ähnliche Inhalte

Was ist angesagt?

FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONFPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONijcseit
 
A Texture Based Methodology for Text Region Extraction from Low Resolution Na...
A Texture Based Methodology for Text Region Extraction from Low Resolution Na...A Texture Based Methodology for Text Region Extraction from Low Resolution Na...
A Texture Based Methodology for Text Region Extraction from Low Resolution Na...CSCJournals
 
IRJET- Detection and Recognition of Text for Dusty Image using Long Short...
IRJET-  	  Detection and Recognition of Text for Dusty Image using Long Short...IRJET-  	  Detection and Recognition of Text for Dusty Image using Long Short...
IRJET- Detection and Recognition of Text for Dusty Image using Long Short...IRJET Journal
 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysisijtsrd
 
IRDO: Iris Recognition by fusion of DTCWT and OLBP
IRDO: Iris Recognition by fusion of DTCWT and OLBPIRDO: Iris Recognition by fusion of DTCWT and OLBP
IRDO: Iris Recognition by fusion of DTCWT and OLBPIJERA Editor
 
A Hybrid Approach to Face Detection And Feature Extraction
A Hybrid Approach to Face Detection And Feature ExtractionA Hybrid Approach to Face Detection And Feature Extraction
A Hybrid Approach to Face Detection And Feature Extractioniosrjce
 
Text Extraction System by Eliminating Non-Text Regions
Text Extraction System by Eliminating Non-Text RegionsText Extraction System by Eliminating Non-Text Regions
Text Extraction System by Eliminating Non-Text RegionsIJCSIS Research Publications
 
Use of Illumination Invariant Feature Descriptor for Face Recognition
 Use of Illumination Invariant Feature Descriptor for Face Recognition Use of Illumination Invariant Feature Descriptor for Face Recognition
Use of Illumination Invariant Feature Descriptor for Face RecognitionIJCSIS Research Publications
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...iosrjce
 
Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...IJECEIAES
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)IAESIJEECS
 
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
 
Improving of Fingerprint Segmentation Images Based on K-MEANS and DBSCAN Clus...
Improving of Fingerprint Segmentation Images Based on K-MEANS and DBSCAN Clus...Improving of Fingerprint Segmentation Images Based on K-MEANS and DBSCAN Clus...
Improving of Fingerprint Segmentation Images Based on K-MEANS and DBSCAN Clus...IJECEIAES
 
A Survey Paper on Character Recognition
A Survey Paper on Character RecognitionA Survey Paper on Character Recognition
A Survey Paper on Character Recognitionijsrd.com
 
Human Re-identification with Global and Local Siamese Convolution Neural Network
Human Re-identification with Global and Local Siamese Convolution Neural NetworkHuman Re-identification with Global and Local Siamese Convolution Neural Network
Human Re-identification with Global and Local Siamese Convolution Neural NetworkTELKOMNIKA JOURNAL
 
Recent developments in iris based biometric
Recent developments in iris based biometricRecent developments in iris based biometric
Recent developments in iris based biometriceSAT Publishing House
 

Was ist angesagt? (18)

FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONFPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
 
A Texture Based Methodology for Text Region Extraction from Low Resolution Na...
A Texture Based Methodology for Text Region Extraction from Low Resolution Na...A Texture Based Methodology for Text Region Extraction from Low Resolution Na...
A Texture Based Methodology for Text Region Extraction from Low Resolution Na...
 
IRJET- Detection and Recognition of Text for Dusty Image using Long Short...
IRJET-  	  Detection and Recognition of Text for Dusty Image using Long Short...IRJET-  	  Detection and Recognition of Text for Dusty Image using Long Short...
IRJET- Detection and Recognition of Text for Dusty Image using Long Short...
 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysis
 
IRDO: Iris Recognition by fusion of DTCWT and OLBP
IRDO: Iris Recognition by fusion of DTCWT and OLBPIRDO: Iris Recognition by fusion of DTCWT and OLBP
IRDO: Iris Recognition by fusion of DTCWT and OLBP
 
A Hybrid Approach to Face Detection And Feature Extraction
A Hybrid Approach to Face Detection And Feature ExtractionA Hybrid Approach to Face Detection And Feature Extraction
A Hybrid Approach to Face Detection And Feature Extraction
 
Text Extraction System by Eliminating Non-Text Regions
Text Extraction System by Eliminating Non-Text RegionsText Extraction System by Eliminating Non-Text Regions
Text Extraction System by Eliminating Non-Text Regions
 
Use of Illumination Invariant Feature Descriptor for Face Recognition
 Use of Illumination Invariant Feature Descriptor for Face Recognition Use of Illumination Invariant Feature Descriptor for Face Recognition
Use of Illumination Invariant Feature Descriptor for Face Recognition
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
 
G0333946
G0333946G0333946
G0333946
 
Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...Microarray spot partitioning by autonomously organising maps through contour ...
Microarray spot partitioning by autonomously organising maps through contour ...
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
 
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 ...
 
Improving of Fingerprint Segmentation Images Based on K-MEANS and DBSCAN Clus...
Improving of Fingerprint Segmentation Images Based on K-MEANS and DBSCAN Clus...Improving of Fingerprint Segmentation Images Based on K-MEANS and DBSCAN Clus...
Improving of Fingerprint Segmentation Images Based on K-MEANS and DBSCAN Clus...
 
A Survey Paper on Character Recognition
A Survey Paper on Character RecognitionA Survey Paper on Character Recognition
A Survey Paper on Character Recognition
 
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATIONA SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
 
Human Re-identification with Global and Local Siamese Convolution Neural Network
Human Re-identification with Global and Local Siamese Convolution Neural NetworkHuman Re-identification with Global and Local Siamese Convolution Neural Network
Human Re-identification with Global and Local Siamese Convolution Neural Network
 
Recent developments in iris based biometric
Recent developments in iris based biometricRecent developments in iris based biometric
Recent developments in iris based biometric
 

Andere mochten auch

Character recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralCharacter recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralIAEME Publication
 
Performance and flow characteristics of floor swirl diffuser under differ
Performance and flow characteristics of floor swirl diffuser under differPerformance and flow characteristics of floor swirl diffuser under differ
Performance and flow characteristics of floor swirl diffuser under differIAEME Publication
 
Lvq based person identification system
Lvq based person identification systemLvq based person identification system
Lvq based person identification systemIAEME Publication
 
Design, fabrication and heat transfer study of green house dryer 2
Design, fabrication and heat transfer study of green house dryer 2Design, fabrication and heat transfer study of green house dryer 2
Design, fabrication and heat transfer study of green house dryer 2IAEME Publication
 
Integrated bridgeless pwm based power converters
Integrated bridgeless pwm based power convertersIntegrated bridgeless pwm based power converters
Integrated bridgeless pwm based power convertersIAEME Publication
 
Thrust areas of knowledge management in hospitality industry
Thrust areas of  knowledge management in hospitality industryThrust areas of  knowledge management in hospitality industry
Thrust areas of knowledge management in hospitality industryIAEME Publication
 
Influence of cost less nanoparticles on electric and dielectric characteristics
Influence of cost less nanoparticles on electric and dielectric characteristicsInfluence of cost less nanoparticles on electric and dielectric characteristics
Influence of cost less nanoparticles on electric and dielectric characteristicsIAEME Publication
 
Study of localization techniques in vehicular ad hoc networks
Study of localization techniques in vehicular ad hoc networksStudy of localization techniques in vehicular ad hoc networks
Study of localization techniques in vehicular ad hoc networksIAEME Publication
 

Andere mochten auch (9)

Character recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neuralCharacter recognition of kannada text in scene images using neural
Character recognition of kannada text in scene images using neural
 
Performance and flow characteristics of floor swirl diffuser under differ
Performance and flow characteristics of floor swirl diffuser under differPerformance and flow characteristics of floor swirl diffuser under differ
Performance and flow characteristics of floor swirl diffuser under differ
 
Lvq based person identification system
Lvq based person identification systemLvq based person identification system
Lvq based person identification system
 
Design, fabrication and heat transfer study of green house dryer 2
Design, fabrication and heat transfer study of green house dryer 2Design, fabrication and heat transfer study of green house dryer 2
Design, fabrication and heat transfer study of green house dryer 2
 
Why management system fails
Why management system failsWhy management system fails
Why management system fails
 
Integrated bridgeless pwm based power converters
Integrated bridgeless pwm based power convertersIntegrated bridgeless pwm based power converters
Integrated bridgeless pwm based power converters
 
Thrust areas of knowledge management in hospitality industry
Thrust areas of  knowledge management in hospitality industryThrust areas of  knowledge management in hospitality industry
Thrust areas of knowledge management in hospitality industry
 
Influence of cost less nanoparticles on electric and dielectric characteristics
Influence of cost less nanoparticles on electric and dielectric characteristicsInfluence of cost less nanoparticles on electric and dielectric characteristics
Influence of cost less nanoparticles on electric and dielectric characteristics
 
Study of localization techniques in vehicular ad hoc networks
Study of localization techniques in vehicular ad hoc networksStudy of localization techniques in vehicular ad hoc networks
Study of localization techniques in vehicular ad hoc networks
 

Ähnlich wie Recognition of basic kannada characters in scene images using euclidean dis

Text region extraction from low resolution display board ima
Text region extraction from low resolution display board imaText region extraction from low resolution display board ima
Text region extraction from low resolution display board imaIAEME Publication
 
IRJET- Shape based Image Classification using Geometric ­–Properties
IRJET-  	  Shape based Image Classification using Geometric ­–PropertiesIRJET-  	  Shape based Image Classification using Geometric ­–Properties
IRJET- Shape based Image Classification using Geometric ­–PropertiesIRJET Journal
 
Zernike moment of invariants for effective image retrieval using gaussian fil...
Zernike moment of invariants for effective image retrieval using gaussian fil...Zernike moment of invariants for effective image retrieval using gaussian fil...
Zernike moment of invariants for effective image retrieval using gaussian fil...IAEME Publication
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Publishing House
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Journals
 
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEWFACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEWIRJET Journal
 
Facial image retrieval on semantic features using adaptive mean genetic algor...
Facial image retrieval on semantic features using adaptive mean genetic algor...Facial image retrieval on semantic features using adaptive mean genetic algor...
Facial image retrieval on semantic features using adaptive mean genetic algor...TELKOMNIKA JOURNAL
 
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...IRJET Journal
 
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
 
Appearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaAppearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaIAEME Publication
 
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
 
Preprocessing techniques for recognition of ancient Kannada epigraphs
Preprocessing techniques for recognition of ancient Kannada epigraphsPreprocessing techniques for recognition of ancient Kannada epigraphs
Preprocessing techniques for recognition of ancient Kannada epigraphsIJECEIAES
 
Efficient resampling features and convolution neural network model for image ...
Efficient resampling features and convolution neural network model for image ...Efficient resampling features and convolution neural network model for image ...
Efficient resampling features and convolution neural network model for image ...IJEECSIAES
 
Efficient resampling features and convolution neural network model for image ...
Efficient resampling features and convolution neural network model for image ...Efficient resampling features and convolution neural network model for image ...
Efficient resampling features and convolution neural network model for image ...nooriasukmaningtyas
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionIJECEIAES
 
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...Editor IJMTER
 

Ähnlich wie Recognition of basic kannada characters in scene images using euclidean dis (20)

Text region extraction from low resolution display board ima
Text region extraction from low resolution display board imaText region extraction from low resolution display board ima
Text region extraction from low resolution display board ima
 
IRJET- Shape based Image Classification using Geometric ­–Properties
IRJET-  	  Shape based Image Classification using Geometric ­–PropertiesIRJET-  	  Shape based Image Classification using Geometric ­–Properties
IRJET- Shape based Image Classification using Geometric ­–Properties
 
My2421322135
My2421322135My2421322135
My2421322135
 
Zernike moment of invariants for effective image retrieval using gaussian fil...
Zernike moment of invariants for effective image retrieval using gaussian fil...Zernike moment of invariants for effective image retrieval using gaussian fil...
Zernike moment of invariants for effective image retrieval using gaussian fil...
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 
40120140501009
4012014050100940120140501009
40120140501009
 
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEWFACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
FACE PHOTO-SKETCH RECOGNITION USING DEEP LEARNING TECHNIQUES - A REVIEW
 
Facial image retrieval on semantic features using adaptive mean genetic algor...
Facial image retrieval on semantic features using adaptive mean genetic algor...Facial image retrieval on semantic features using adaptive mean genetic algor...
Facial image retrieval on semantic features using adaptive mean genetic algor...
 
50320140502001 2
50320140502001 250320140502001 2
50320140502001 2
 
50320140502001
5032014050200150320140502001
50320140502001
 
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
 
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
 
Appearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaAppearance based face recognition by pca and lda
Appearance based face recognition by pca and lda
 
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
 
Preprocessing techniques for recognition of ancient Kannada epigraphs
Preprocessing techniques for recognition of ancient Kannada epigraphsPreprocessing techniques for recognition of ancient Kannada epigraphs
Preprocessing techniques for recognition of ancient Kannada epigraphs
 
Efficient resampling features and convolution neural network model for image ...
Efficient resampling features and convolution neural network model for image ...Efficient resampling features and convolution neural network model for image ...
Efficient resampling features and convolution neural network model for image ...
 
Efficient resampling features and convolution neural network model for image ...
Efficient resampling features and convolution neural network model for image ...Efficient resampling features and convolution neural network model for image ...
Efficient resampling features and convolution neural network model for image ...
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and Recognition
 
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

[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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
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
 
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
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
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
 
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
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Kürzlich hochgeladen (20)

[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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
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
 
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...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
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
 
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...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

Recognition of basic kannada characters in scene images using euclidean dis

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 632 RECOGNITION OF BASIC KANNADA CHARACTERS IN SCENE IMAGES USING EUCLIDEAN DISTANCE CLASSIFIER M.M.Kodabagi1 , Shridevi.B.Kembhavi2 1 Department of Computer Science and Engineering, Basaveshwar Engineering College, Bagalkot-587102, Karnataka, India 2 Department of Computer Science and Engineering, Basaveshwar Engineering College, Bagalkot-587102, Karnataka, India ABSTRACT Character recognition in scene images is a challenging visual recognition problem. The research field of scene text recognition receives a growing attention due to the proliferation of digital cameras and the great variety of potential applications, as well. Such applications include robotic vision, image retrieval, intelligent navigation systems and applications to provide assistance to visual impaired persons. In this paper, a novel methodology for recognition of basic Kannada characters in scene images is proposed. It is divided into two phases namely: training and testing. During training, zone wise horizontal and vertical profile based features are extracted from training samples and knowledge base is created. During testing, the test image is processed to obtain features and recognized using euclidean distance classifier. The method has been evaluated on 460 Kannada character images captured from 2 Mega Pixels cameras on mobile phones at various sizes 240x320, 600x800 and 900x1200 which contains samples of different sizes, styles and with different degradations, and achieves an average recognition accuracy of 91%. The system is efficient and insensitive to the variations in size and font, noise, blur, dark background, slant/tilt and other degradations. Keywords: Character Recognition, Scene Images, Zone Wise Horizontal and Vertical Features, Euclidean Distance Classifier. INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), pp. 632-641 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 633 1. INTRODUCTION Character recognition in scene images is a challenging visual recognition problem. Until a few decades ago, research in the field of Optical Character Recognition was limited to document images acquired with flatbed desktop scanners. The usability of such systems is limited as they are not portable because of large size of the scanners and the need of a computing system. Moreover, the shot speed of a scanner is slower than that of a digital camera. Hence research field of scene text recognition receives a growing attention due to the proliferation of digital cameras and the great variety of potential applications, as well. Such applications include robotic vision, image retrieval, intelligent navigation systems and applications to provide assistance to visual impaired persons. Recognition of characters from scene images is a very complex problem. Natural scene images usually suffer from low resolution and low quality, perspective distortion, complex background, font style and thickness, background as well as foreground texture, camera position which can introduce geometric distortions, image resolution, shadows, non- uniform illumination, low contrast and large signal dependent noise, slant and tilt as shown in figure 1. The problem is significantly more difficult than recognizing text from scanned images. Figure 1. Sample Images of Display Boards In this paper, a novel method for recognizing basic Kannada characters in natural scene images is proposed. The proposed method uses zone wise horizontal and vertical profile based features to extract features of character images. The method works in two phases. During training phase, zone wise horizontal and vertical profile based features are extracted from training samples and knowledge base is created. During testing, the test image is processed to obtain features and recognized using euclidean distance classifier. The method is evaluated on 460 Kannada character images captured from 2 Mega Pixels cameras on mobile phones at various sizes 240x320, 600x800 and 900x1200 which contains samples of different sizes, styles and with different degradations, and achieves an average recognition accuracy of 91%. The system is efficient and insensitive to the variation in size and font, noise, blur, dark background, slant/tilt and other degradations. The rest of the paper is organized as follows; the detailed survey related to character recognition of character in scene images is described in Section 2. The proposed method is presented in Section 3. The experimental results and discussions are given in Section 4. Section 5 concludes the work and lists future directions of the work.
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 634 2. RELATED WORK Some of the related works on character recognition of text in scene images are summarized below: A robust approach for recognition of text embedded in natural scenes is given in [11]. The proposed method extracts features from intensity of an image directly and utilizes a local intensity normalization to effectively handle lighting variations. Then, Gabor transform is employed to obtain local features and linear discriminant analysis (LDA) is used for selection and classification of features. The proposed method has been applied to a Chinese sign recognition task. This work is further extended integrating sign detection component with recognition [12]. The extended method embeds multi-resolution and multi-scale edge detection, adaptive searching, color analysis, and affine rectification in a hierarchical framework for sign detection. The affine rectification recovers deformation of the text regions caused by an inappropriate camera view angle and significantly improve text detection rate and optical character recognition. A framework that exploits both bottom-up and top-down cues for scene text recognition at word level is presented in [13]. The method derives bottom-up cues from individual character detections from the image. Then, a Conditional Random Field model is built on these detections to jointly model the strength of the detections and the interactions between them. It also imposes top-down cues obtained from a lexicon-based prior, i.e. language statistics. The optimal word represented by the text image is obtained by minimizing the energy function corresponding to the random field model. The method reports significant improvements in accuracies on two challenging public datasets, namely Street View Text and ICDAR 2003 compared to other methods. The test results showed that the reported accuracy is only 73% and requires further improvement. The hierarchical multilayered neural network recognition method described in [14] extracts oriented edges, corners, and end points for color text characters in scene image. A method called selective metric clustering which mainly deals with color is employed in [15]. A fast lexicon based and discriminative semi-Markov models for recognizing scene text are presented in [16, 17]. An object categorization framework based on a bag-of-visual-words representation for recognition of character in natural scene images is described in [18]. The effectiveness of raw grayscale pixel intensities, shape context descriptors, and wavelet features to recognize the characters is evaluated in [19]. A method for unconstrained handwritten Kannada vowels recognition based upon invariant moments is described in [20]. The technique presented in [21] extracts stroke density, length, and number of strokes for handwritten Kannada and English characters recognition. The method found in [22] uses modified invariant moments for recognition of multi-font/size Kannada vowels and numerals recognition. A model employed in [23] calculates features from connected components and obtains 3k dimensional feature vectors for memory based recognition of camera-captured characters. A character recognition method described in [24] uses local features for recognition of multiple characters in a scene image. After the thorough study of literature, it is noticed that, the some [18, 12, 23, 14] of the reported methods work with limited datasets, other cited works [18, 17, 16] report low recognition rates in the presence of noise and other degradations and very few works [18-22] pertain to recognition of Kannada characters from scene images. Hence, more research is desirable to obtain new set of discriminating features suitable for Kannada text in scene images. In the current paper, zone wise horizontal and vertical profile based features are
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 635 employed for recognition of Kannada characters in low resolution images. The detailed description of the proposed methodology is given in the next section. 3. PROPOSED METHODOLOGY The proposed method uses zone wise horizontal and vertical profile based features for recognition of basic Kannada characters. The proposed method contains various phases such as preprocessing, feature extraction, construction of knowledge base and character recognition using euclidean distance classifier. The block diagram of the proposed model is as shown in Figure 2. The detailed description of each phase is given in the following subsections. 3.1 Preprocessing The input character image is preprocessed for binarization, bounding box generation and resized to a constant resolution of size 30×30 pixels. Further, the image is thinned. Figure 2. Block Diagram of Proposed Model 3.2 Feature extraction Features are extracted from the pre-processed image, each image is divided into 15 vertical zones and 15 horizontal zones, where size of each horizontal zone is 2*30 and the size of each vertical zone is 30*2. Then sum of all pixels in every zone is determined as a feature value. Finally we obtain 30 features that are stored in feature vector FV as described in equations (1) to (5): ‫ܸܨ‬ ൌ ሾሺܸ݁‫ݏ݁ݎݑݐܽ݁ܨ_݈ܽܿ݅ݐݎ‬ሻ ሺ‫ݏ݁ݎݑݐܽ݁ܨ_݈ܽݐ݊݋ݖ݅ݎ݋ܪ‬ሻሿ (1) ܸ݁‫ݏ݁ݎݑݐܽ݁ܨ_݈ܽܿ݅ݐݎ‬ ൌ ሾ ܸ‫ܨ‬ ሿ 1≤ i ≤ 15 (2) ‫ݏ݁ݎݑݐܽ݁ܨ_݈ܽݐ݊݋ݖ݅ݎ݋ܪ‬ ൌ ሾ ‫ܨܪ‬ ሿ 1≤ i ≤ 15 (3) Where, ‫ܨܪ‬ is a feature value of ith horizontal zone and it is computed as shown in (4). ܸ‫ܨ‬ is a feature value of ith vertical zone and it is computed as shown in (5). Training Sample Images Pre-Processing Feature Extraction Database Testing Character Image Pre-Processing Feature Extraction Character Recognition Model Recognised character
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 636 ‫ܨܪ‬ ൌ ෍ ෍ g ሺx, yሻ ሺ4ሻ ଷ଴ ଵ ଶ ଵ ܸ‫ܨ‬ ൌ ෍ ෍ g ሺx, yሻ ሺ5ሻ ଶ ଵ ଷ଴ ଵ Where, g ሺx, yሻ is ith zone that encompasses the chosen region of the character image. The dataset of such feature vectors obtained from training samples is further used for construction of knowledge base. 3.3 Construction of knowledge base For the purpose of knowledge base construction, the images are captured from display boards of Karnataka Government offices, names of streets, institute names, names of shops, building names, company names, road signs, traffic direction and warning signs captured from 2 Mega Pixels cameras on mobile phones. The images are captured at various sizes 240x320, 600x800, 900x1200 at a distance of 1 to 6 meters. All these images are used for evaluating the performance of the proposed model. The images in the database are characterized by variable font size and style, uneven thickness, minimal information context, small skew, noise, perspective distortion and other degradations. The image database consists of 460 Kannada basic character images of varying resolutions. Then from the database, 80% of samples are used for training. During training, the features are extracted from all training samples and knowledge base is organized as a dataset of feature vectors as depicted in (6). The stored information in the knowledge base sufficiently characterizes all variations in the input. Testing is carried out for all samples containing 80% trained and 20% untrained samples. ‫ܤܭ‬ ൌ ൣ ‫ܸܨ‬୨ ൧ 1 ൑ ݆ ൑ ܰ ሺ6ሻ Where, KB is knowledge base comprising feature vectors of training samples. FVj is a feature vector of jth image in the KB and N the number of training sample images as shown in figure 3. Figure 3. Sample Characters Images
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, 3.4 Training and Recognition using Euclidean Distance Classifier After the data set is obtained and organized into knowledge base of basic Kannada character images, training and recognition classifier. The details of training and recognition are described in the following: In this phase test image is processed to obtain zone wise horizontal and vertical profile based features and stored into feature vector determines minimum value between the test image and every record in the knowledge base using the euclidean distance measure as in equation (7). The minimum distance between the test image and the record in the knowledge base is used to recognize the character. font size, style and dark background of all variations in font size, style and other degradations. 4. EXPERIMENTAL RESULT AND ANALYSIS The proposed methodology has been evaluated for 460 basic Kannada character images of varying font size and style, uneven thickness degradations. The experimental results of processing a sample character image is described in section 4.1. And the results of processing several other character images dealing with various issues, the overall performance of the system are reported in section 4.2. 4.1 An Experimental Analysis for a Sample Kannada Character Image The Character image with uneven thickness, uneven lighting conditions, and ot degradations given in Figure. 4 generation, resized to a constant size of 30x30 pixels and thinned and figure 4d. a) Figure 4. a) Test image Further, the image is divided into 15 vertical zones and 15 horizontal zones zone wise horizontal and vertical organized into a feature vector FV shown in Table 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 637 Training and Recognition using Euclidean Distance Classifier After the data set is obtained and organized into knowledge base of basic Kannada character images, training and recognition tasks are carried out using euclidean distance The details of training and recognition are described in the following: In this phase test image is processed to obtain zone wise horizontal and vertical profile based ture vector FV1 using the above equation (1). Then classifier determines minimum value between the test image and every record in the knowledge base using the euclidean distance measure as in equation (7). 1≤ j ≤ N between the test image and the record in the knowledge base is used to recognize the character. The proposed methodology performs well for background images. However, the method requires sufficient training of all variations in font size, style and other degradations. EXPERIMENTAL RESULT AND ANALYSIS ogy has been evaluated for 460 basic Kannada character g font size and style, uneven thickness, dark background degradations. The experimental results of processing a sample character image is described in section 4.1. And the results of processing several other character images dealing with various issues, the overall performance of the system are reported in section 4.2. An Experimental Analysis for a Sample Kannada Character Image The Character image with uneven thickness, uneven lighting conditions, and ot degradations given in Figure. 4a is initially preprocessed for binarization, bounding box , resized to a constant size of 30x30 pixels and thinned as shown in figure b) c) d) Test image b) Image with Bounding Box c) Resized image d) Thinned image Further, the image is divided into 15 vertical zones and 15 horizontal zones and vertical profile based features are computed for the images FV as in (1) to (5). The experimental values of all zones International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- April (2013), © IAEME After the data set is obtained and organized into knowledge base of basic Kannada tasks are carried out using euclidean distance In this phase test image is processed to obtain zone wise horizontal and vertical profile based . Then classifier determines minimum value between the test image and every record in the knowledge base between the test image and the record in the knowledge base The proposed methodology performs well for variability in . However, the method requires sufficient training ogy has been evaluated for 460 basic Kannada character , dark background and other degradations. The experimental results of processing a sample character image is described in section 4.1. And the results of processing several other character images dealing with various An Experimental Analysis for a Sample Kannada Character Image The Character image with uneven thickness, uneven lighting conditions, and other ation, bounding box as shown in figure 4b, 4c Resized image Further, the image is divided into 15 vertical zones and 15 horizontal zones. Then, the ures are computed for the images and are experimental values of all zones are
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 638 TABLE 1. Zone Wise Vertical and Horizontal Profile based Features of Sample Input Image in Figure 4d Feature Vector FV [Vertical_Features (3 12 6 6 8 10 8 4 10 8 4 4 5 14 0) Horizontal_Features (0 7 9 8 8 8 11 10 12 4 4 4 6 11 0) ] FV= [3 12 6 6 8 10 8 4 10 8 4 4 5 14 0 0 7 9 8 8 8 11 10 12 4 4 4 6 11 0] The experimental values in Table 1 clearly depict the distribution of pixels in various primitives of the character image. And these distributions are different from character to character because of varying positions and shapes of primitives of basic Kannada characters. This is demonstrated considering two sample images in Table 2. TABLE 2. Vertical and Horizontal Features of Two Sample Images Demonstrating Pixel Distribution Patterns Character Image Zone Wise Vertical and Horizontal Profile based Features 21 5 5 8 8 16 4 4 20 4 9 14 4 5 9 0 25 8 8 7 9 8 8 8 11 5 4 6 7 22 15 7 8 9 10 11 8 8 10 9 8 7 6 9 18 3 23 3 3 5 13 15 13 16 3 4 7 11 14 10 The values in Table 2 clearly show that, the feature values in most of the corresponding zones of the characters are distinct. The arrangement of these features into a feature vector creates a pixel distribution pattern that makes samples distinguishable. It is also observed that, the proposed zone wise features also take care of uncertainty in the appearance of primitives of character image. After extracting features from test input image in Figure. 4a, the euclidean distance classifier is used to recognize the character. 4.2 An Experimental Analysis Dealing with Various Issues The proposed methodology has produced good results for scene images containing basic Kannada characters of different size, font, and alignment with varying background. The advantage lies in less computation involved in feature extraction and recognition phases of the method. Since the feature set is reduced by taking sum of consecutive values of zone wise horizontal and vertical profile based features. Hence, the proposed work is robust and achieves an average recognition accuracy of 91%. The overall performance of the system after conducting the experimentation on the dataset is reported in Table 3.
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 639 TABLE 3. Overall System Performance Character Image Number of Samples Tested Number of Samples Correctly Recognized Number of Samples Miss Classified % of Recognition Accuracy Character Image Number of Samples Tested Number of Samples Correctly Recognized Number of Samples Miss Classified % of Recognition Accuracy 10 10 0 100 10 8 2 80 10 9 1 90 10 8 2 80 10 9 1 90 10 10 0 100 10 8 2 80 10 9 1 90 10 9 1 90 10 8 2 80 10 10 0 100 10 8 2 80 10 10 0 100 10 9 1 90 10 10 0 100 10 10 0 100 10 8 2 80 10 9 1 90 10 10 0 100 10 9 1 90 10 10 0 100 10 9 1 90 10 9 1 90 10 10 0 100 10 8 2 80 10 8 2 80 10 9 1 90 10 10 0 100 10 10 0 100 10 9 1 90 10 10 0 100 10 8 2 80 10 10 0 100 10 9 1 90 10 9 1 90 10 8 2 80 10 10 0 100 10 8 2 80 10 9 1 90 10 8 2 80 10 10 0 100 10 8 2 80 10 8 2 80 10 10 0 100 10 8 2 80 10 10 0 100 5. CONCLUSION In this paper, a novel methodology for an approach to recognition of basic Kannada characters from scene images is proposed. The proposed method uses zone wise horizontal and vertical profile based features and euclidean distance classifier for basic Kannada character recognition. The system works in two phases: training phase and testing phase. Exhaustive experimentation was done to analyze horizontal and vertical profile based features. The results obtained by considering zone wise horizontal and vertical profile features and euclidean distance classifier are encouraging and it has been observed that the system is robust and insensitive for several challenges like unusual fonts, variable lighting
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 640 condition, noise, blur, orientation etc. The method is tested with 460 samples and gives recognition accuracy of 91%. The proposed method can be extended for character recognition considering new set of features and classification algorithms. This method can be extended to recognize the characters of other languages. REFERENCES [1] Abowd Gregory D. Christopher G. Atkeson, Jason Hong, Sue Long, Rob Kooper, and Mike Pinkerton, 1997, “CyberGuide: A mobile context-aware tour guide”, Wireless Networks, 3(5): pp.421-433. [2] Natalia Marmasse and Chris Schamandt, 2000, “Location aware information delivery with comMotion”, In Proceedings of Conference on Human Factors in Computing Systems, pp.157-171. [3] Tollmar K. Yeh T. and Darrell T., 2004, “IDeixis - Image-Based Deixis for Finding Location-Based Information”, In Proceedings of Conference on Human Factors in Computing Systems (CHI’04), pp.781-782. [4] Gillian Leetch, Dr. Eleni Mangina, 2005, “A Multi-Agent System to Stream Multimedia to Handheld Devices”, Proceedings of the Sixth International Conference on Computational Intelligence and Multimedia Applications (ICCIMA’05). [5] Wichian Premchaiswadi, 2009, “A mobile Image search for Tourist Information System”, Proceedings of 9th international conference on SIGNAL PROCESSING, COMPUTATIONAL GEOMETRY and ARTIFICIAL VISION, pp.62-67. [6] Ma Chang-jie, Fang Jin-yun, 2008, “Location Based Mobile Tour Guide Services Towards Digital Dunhaung”, International archives of phtotgrammtery, Remote Sensing and Spatial Information Sciences, Vol. XXXVII, Part B4, Beijing. [7] Shih-Hung Wu, Min-Xiang Li, Ping-che Yanga, Tsun Kub, 2010, “Ubiquitous Wikipedia on Handheld Device for Mobile Learning”, 6th IEEE International Conference on Wireless, Mobile, and Ubiquitous Technologies in Education, pp. 228-230. [8] Tom yeh, Kristen Grauman, and K. Tollmar., 2005, “A picture is worth a thousand keywords: image-based object search on a mobile platform”, In Proceedings of Conference on Human Factors in Computing Systems, pp.2025-2028. [9] Fan X. Xie X. Li Z. Li M. and Ma. 2005, “Photo-to-search: using multimodal queries to search web from mobile phones”, In proceedings of 7th ACM SIGMM international workshop on multimedia information retrieval. [10] Lim Joo Hwee, Jean Pierre Chevallet and Sihem Nouarah Merah, 2005, “SnapToTell: Ubiquitous information access from camera”, Mobile human computer interaction with mobile devices and services, Glasgow, Scotland. [11] Jing Zhang, Xilin Chen, Andreas Hanneman, Jie Yang, and Alex Waibel.,2002, “A Robust Approach for Recognition of Text Embedded in Natural Scenes”, proc. 16th International conf. Pattern recognition, volume 3, pp. 204-207 (2002). [12] Xilin Chen, Jie Yang, Jing Zhang, and Alex Waibel, January 2004, “Automatic Detection and Recognition of Signs From Natural Scenes”, IEEE Transactions On Image Processing, Vol. 13, No. 1, pp. 87-99 (January 2004). [13] Anand Mishra, Karteek Alahari, C. V. Jawahar, 2012, “Top-Down and Bottom-Up Cues for Scene Text Recognition” , Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2012.
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 641 [14] Zohra Saidane and Christophe Garcia, 2007, “Automatic Scene Text Recognition using a Convolutional Neural Network”, CBDAR, p6, pp. 100-106 (2007). [15] Céline Mancas-Thillou, June 2007, “Natural Scene Text Understanding”, Segmentation and Pattern Recognition, I-Tech, Vienna, Austria, pp.123-142 (June 2007). [16] Jerod J. Weinman, Erik Learned-Miller, and Allen Hanson, September 2007, “Fast Lexicon-Based Scene Text Recognition with Sparse Belief Propagation”, Proc. Intl. Conf. on Document Analysis and Recognition, Curitiba, Brazil (September 2007). [17] Jerod J. Weinman, Erik Learned-Miller and Allen Hanson, December 2008, “A Discriminative Semi-Markov Model for Robust Scene Text Recognition”, IEEE, Proc. Intl. Conf. on Pattern Recognition (ICPR), Tampa, FL, USA, pp. 1-5 (December 2008). [18] Te´ofilo E. de Campos and Bodla Rakesh Bab, 2009, “Character Recognition In Natural Images”, Computer Vision Theory and Applications, Proc. International Conf. volume , pp. 273-280 (2009). [19] Onur Tekdas and Nikhil Karnad, 2009, “Recognizing Characters in Natural Scenes: A Feature Study”, CSCI 5521 Pattern Recognition, pp. 1-14 (2009). [20] Sangame S.K., Ramteke R.J., and Rajkumar Benne, 2009, “Recognition of isolated handwritten Kannada vowels”, Advances in Computational Research, ISSN: 0975– 3273, Volume 1, Issue 2, pp 52-55 (2009). [21] B.V.Dhandra, Mallikarjun Hangarge, and Gururaj Mukarambi, 2010, ”Spatial Features for Handwritten Kannada and English Character Recognition”, IJCA Special Issue on Recent Trends in Image Processing and Pattern Recognition (RTIPPR), pp 146-151 (2010). [22] Mallikarjun Hangarge, Shashikala Patil, and B.V.Dhandra, 2010, “Multi-font/size Kannada Vowels and Numerals Recognition Based on Modified Invariant Moments”, IJCA Special Issue on Recent Trends in Image Processing and Pattern Recognition (RTIPPR), pp 126-130 (2010). [23] Masakazu Iwamura, Tomohiko Tsuji, and Koichi Kise, 2010, “Memory-Based Recognition of Camera-Captured Characters”, 9th IAPR international workshop on document analysis systems, pp. 89-96 (2010). [24] Masakazu Iwamura, Takuya Kobayashi, and Koichi Kise, 2011, “Recognition of Multiple Characters in a Scene Image Using Arrangement of Local Features”, IEEE, International Conference on Document Analysis and Recognition, pp. 1409-1413(2011). [25] Primekumar K.P and Sumam Mary Idicula, “Performance of on-Line Malayalam Handwritten character Recognition using Hmm And Sfam”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 1, 2012, pp. 115 - 125, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [26] Mr.Lokesh S. Khedekar and Dr.A.S.Alvi, “Advanced Smart Credential Cum Unique Identification and Recognition System. (Ascuirs)”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 97 - 104, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [27] 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 [28] M. M. Kodabagi, S. A. Angadi and Anuradha. R. Pujari, “Text Region Extraction from Low Resolution Display Board Images using Wavelet Features”, International Journal of Information Technology and Management Information Systems (IJITMIS), Volume 4, Issue 1, 2013, pp. 38 - 49, ISSN Print: 0976 – 6405, ISSN Online: 0976 – 6413